mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
e2e images pulled from gcr.io
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
- "echo ok > /tmp/health; sleep 10; echo fail > /tmp/health; sleep 600"
|
||||
image: busybox
|
||||
image: gcr.io/google_containers/busybox
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
@@ -16,7 +16,7 @@ spec:
|
||||
containers:
|
||||
- command:
|
||||
- "/server"
|
||||
image: kubernetes/liveness
|
||||
image: gcr.io/google_containers/liveness
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: "/healthz"
|
||||
|
Reference in New Issue
Block a user