mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Enable specifying pause image in containerd config.toml
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -152,6 +152,12 @@ dependencies:
|
||||
- name: "k8s.gcr.io/pause: dependents"
|
||||
version: 3.6
|
||||
refPaths:
|
||||
- path: cluster/gce/config-common.sh
|
||||
match: k8s.gcr.io\/pause:\d+\.\d+
|
||||
- path: cluster/gce/gci/configure-helper.sh
|
||||
match: k8s.gcr.io\/pause:\d+\.\d+
|
||||
- path: cluster/gce/windows/smoke-test.sh
|
||||
match: k8s.gcr.io\/pause:\d+\.\d+
|
||||
- path: cmd/kubeadm/app/constants/constants.go
|
||||
match: PauseVersion\s+=
|
||||
- path: cmd/kubeadm/app/util/template_test.go
|
||||
|
Reference in New Issue
Block a user