switch k/k to pause version 3.10
Kubernetes-commit: 5e290ebc906fd16d956b09f4834393716dd90f94
This commit is contained in:
parent
0bd9881b18
commit
fe3be32c18
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.9
|
image: registry.k8s.io/pause:3.10
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
|
@ -30,4 +30,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.9
|
image: registry.k8s.io/pause:3.10
|
||||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mock-container
|
- name: mock-container
|
||||||
image: registry.k8s.io/pause:3.9
|
image: registry.k8s.io/pause:3.10
|
||||||
|
|
Loading…
Reference in New Issue