mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Use tagged gcr.io images in cmd/integration/integration.go
This commit is contained in:
parent
b077b685d9
commit
4f22713add
@ -388,7 +388,7 @@ func runStaticPodTest(c *client.Client, configFilePath string) {
|
|||||||
id: static-pod-from-manifest
|
id: static-pod-from-manifest
|
||||||
containers:
|
containers:
|
||||||
- name: static-container
|
- name: static-container
|
||||||
image: kubernetes/pause`,
|
image: gcr.io/google_containers/pause:2.0`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
desc: "static-pod-from-spec",
|
desc: "static-pod-from-spec",
|
||||||
@ -401,7 +401,7 @@ containers:
|
|||||||
"spec": {
|
"spec": {
|
||||||
"containers": [{
|
"containers": [{
|
||||||
"name": "static-container",
|
"name": "static-container",
|
||||||
"image": "kubernetes/pause"
|
"image": "gcr.io/google_containers/pause:2.0"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}`,
|
}`,
|
||||||
@ -1108,7 +1108,7 @@ const (
|
|||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "redis",
|
"name": "redis",
|
||||||
"image": "redis",
|
"image": "gcr.io/google_containers/redis:e2e",
|
||||||
"volumeMounts": [{
|
"volumeMounts": [{
|
||||||
"name": "redis-data",
|
"name": "redis-data",
|
||||||
"mountPath": "/data"
|
"mountPath": "/data"
|
||||||
@ -1116,7 +1116,7 @@ const (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guestbook",
|
"name": "guestbook",
|
||||||
"image": "google/guestbook-python-redis",
|
"image": "gcr.io/google_samples/gb-frontend:v3",
|
||||||
"ports": [{
|
"ports": [{
|
||||||
"name": "www",
|
"name": "www",
|
||||||
"hostPort": 80,
|
"hostPort": 80,
|
||||||
|
Loading…
Reference in New Issue
Block a user