Skip to content

Included kind cluster version does not work with features involving DRA #543

@renormalize

Description

@renormalize

What happened?

The kind cluster included for local development is of Kubernetes version 1.33.4.

This version does not have the ResourceClaim resource available by default as it is gated. This causes development on main to be an issue as deletion of PodCliqueSet resources gets stuck as ResourceClaims are attempted to be cleaned up by Grove.

Dynamic resource allocation has become GA in Kubernetes 1.34, which also matches the version of the k8s dependencies in the project. We should therefore upgrade the kind image to a more appropriate version.

Reproduction:

  • make kind-up deploy
  • kubectl apply -f samples/simple/simple1.yaml
  • kubectl delete simple1

What did you expect to happen?

No response

Environment

  • Grove version: v0.1.0-alpha.8

Metadata

Metadata

Assignees

Labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions