GCE/GCP job presets use deprecated GV "admissionregistration.k8s.io/v1alpha1" #11850
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
in the release 1.14 change log we have:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md
GCE jobs such as
pull-kubernetes-e2e-gce
still use:admissionregistration.k8s.io/v1alpha1
https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-gcp/sig-gcp-gce-config.yaml#L209
all jobs that use this GCE/GCP preset will pass
admissionregistration.k8s.io/v1alpha1=true
to the--runtime
flag of the api-server and will fail in the 1.14 branch.e.g.:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/75489/pull-kubernetes-e2e-gce/72987/artifacts/e2e-72987-674b9-master/kube-apiserver.log
/assign @liggitt @spiffxp
cc @hoegaarden
The text was updated successfully, but these errors were encountered: