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
What happened?
The kind cluster included for local development is of Kubernetes version
1.33.4.This version does not have the
ResourceClaimresource available by default as it is gated. This causes development on main to be an issue as deletion ofPodCliqueSetresources gets stuck asResourceClaims 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 deploykubectl apply -f samples/simple/simple1.yamlkubectl delete simple1What did you expect to happen?
No response
Environment
v0.1.0-alpha.8