-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to k8s.io/api/admissionregistration/v1 #30
Comments
This bug causes kube-webhook-certgen to bail/fail on Kubernetes 1.22:
|
For anyone finding this issue, as per @vsliouniaev
|
The patch fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked and moved into kubernetes/ingress-nginx and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml
The patch fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked and moved into kubernetes/ingress-nginx and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml
The admission webhook certificate generation fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked and moved into kubernetes/ingress-nginx and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml
The admission webhook certificate generation fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked and moved into kubernetes/ingress-nginx and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
The admission webhook certificate generation fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked, moved into kubernetes/ingress-nginx, fixed and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
please try to use |
I'll close this issue as |
I think this issue should be left open for exactly this reason. |
The admission webhook certificate generation fails on k8s v1.22, see jet/kube-webhook-certgen#30. The jet upstream is no longer supported. It was forked, moved into kubernetes/ingress-nginx, fixed and is now published at k8s.gcr.io/ingress-nginx. See also https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
k8s.io/api/admissionregistration/v1beta1
is deprecated since Kubernetes 1.16+ and will be removed in 1.22+. Code should be updated to use new API types.The text was updated successfully, but these errors were encountered: