Merge pull request #9359 from coreypobrien/fixkubeapihealthimage

Fix kube-apiserver-healthcheck image
This commit is contained in:
Kubernetes Prow Robot 2020-06-15 11:59:57 -07:00 committed by GitHub
commit 06840579c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ kind: Pod
spec: spec:
containers: containers:
- name: healthcheck - name: healthcheck
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3 image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
livenessProbe: livenessProbe:
httpGet: httpGet:
# The sidecar serves a healthcheck on the same port, # The sidecar serves a healthcheck on the same port,

View File

@ -13,7 +13,7 @@ Contents:
- --client-key=/secrets/client.key - --client-key=/secrets/client.key
command: command:
- /usr/bin/kube-apiserver-healthcheck - /usr/bin/kube-apiserver-healthcheck
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3 image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
livenessProbe: livenessProbe:
httpGet: httpGet:
host: 127.0.0.1 host: 127.0.0.1