Skip to content

Commit

Permalink
Migrate kube-webhook-certgen to k8s.gcr.io/ingress-nginx:v1.1.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
michaelbeaumont committed Jan 13, 2022
1 parent 85dab2a commit ec41fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/certificate_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
spec:
containers:
- name: create
image: docker.io/jettech/kube-webhook-certgen:v1.5.0
image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1
imagePullPolicy: IfNotPresent
args:
- create
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
spec:
containers:
- name: patch
image: docker.io/jettech/kube-webhook-certgen:v1.5.0
image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1
imagePullPolicy: IfNotPresent
args:
- patch
Expand Down

0 comments on commit ec41fd7

Please sign in to comment.