CNI: Update calico from v3.28.0 to v3.28.1
parent
91062f7b1d
commit
6f3a67afd8
|
@ -183,7 +183,7 @@ func KindNet(repo string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||||
const calicoVersion = "v3.28.0"
|
const calicoVersion = "v3.28.1"
|
||||||
const calicoRepo = "docker.io/calico"
|
const calicoRepo = "docker.io/calico"
|
||||||
|
|
||||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||||
|
|
|
@ -5030,9 +5030,11 @@ spec:
|
||||||
- name: var-run-calico
|
- name: var-run-calico
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/calico
|
path: /var/run/calico
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: var-lib-calico
|
- name: var-lib-calico
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/calico
|
path: /var/lib/calico
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: xtables-lock
|
- name: xtables-lock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /run/xtables.lock
|
path: /run/xtables.lock
|
||||||
|
@ -5053,6 +5055,7 @@ spec:
|
||||||
- name: cni-bin-dir
|
- name: cni-bin-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /opt/cni/bin
|
path: /opt/cni/bin
|
||||||
|
type: DirectoryOrCreate
|
||||||
- name: cni-net-dir
|
- name: cni-net-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/cni/net.d
|
path: /etc/cni/net.d
|
||||||
|
|
Loading…
Reference in New Issue