mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Remove duplicated nginx image. Use nginx-slim
This commit is contained in:
@@ -83,7 +83,7 @@ const (
|
||||
pausePodName = "pause"
|
||||
runJobTimeout = 5 * time.Minute
|
||||
busyboxImage = "gcr.io/google_containers/busybox:1.24"
|
||||
nginxImage = "gcr.io/google_containers/nginx:1.7.9"
|
||||
nginxImage = "gcr.io/google_containers/nginx-slim:0.7"
|
||||
kubeCtlManifestPath = "test/e2e/testing-manifests/kubectl"
|
||||
redisControllerFilename = "redis-master-controller.json"
|
||||
redisServiceFilename = "redis-master-service.json"
|
||||
|
||||
Reference in New Issue
Block a user