mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Use existing nginx image in the node
This commit is contained in:
parent
17375fc59f
commit
faf4facf42
@ -53,7 +53,7 @@ var podTemplateSpec = v1.PodTemplateSpec{
|
|||||||
Containers: []v1.Container{
|
Containers: []v1.Container{
|
||||||
{
|
{
|
||||||
Name: "nginx",
|
Name: "nginx",
|
||||||
Image: "gcr.io/google_containers/nginx:1.7.9",
|
Image: "gcr.io/google_containers/nginx-slim:0.7",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user