What happened:
I ran kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.9.0/manifests.yaml and I see the following warnings:
Error from server (Invalid): CustomResourceDefinition.apiextensions.k8s.io "multikueueclusters.kueue.x-k8s.io" is invalid: status.storedVersions[0]: Invalid value: "v1alpha1": must appear in spec.versions
Error from server (Invalid): CustomResourceDefinition.apiextensions.k8s.io "multikueueconfigs.kueue.x-k8s.io" is invalid: status.storedVersions[0]: Invalid value: "v1alpha1": must appear in spec.versions
What happened: I ran
kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.9.0/manifests.yaml
and I see the following warnings:What you expected to happen:
I don't expect to see this warnings.
How to reproduce it (as minimally and precisely as possible): Install Kueue 0.9.0 (ie kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/v0.9.0/manifests.yaml) Anything else we need to know?:
Environment:
kubectl version
): 1.31git describe --tags --dirty --always
): 0.9.0cat /etc/os-release
):uname -a
):