Update Kubernetes from v1.22.3 to v1.22.4

* Update flannel from v0.15.0 to v0.15.1
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#v1224
This commit is contained in:
Dalton Hubble
2021-11-17 18:51:10 -08:00
parent 0546608e77
commit 93594292eb
57 changed files with 148 additions and 145 deletions

View File

@ -29,7 +29,7 @@ systemd:
After=coreos-metadata.service
Wants=rpc-statd.service
[Service]
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.22.3
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.22.4
EnvironmentFile=/run/metadata/coreos
ExecStartPre=/bin/mkdir -p /etc/cni/net.d
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
@ -94,7 +94,7 @@ systemd:
[Unit]
Description=Delete Kubernetes node on shutdown
[Service]
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.22.3
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.22.4
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true