Update Kubernetes from v1.23.3 to v1.23.4

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#v1234
This commit is contained in:
Dalton Hubble
2022-02-17 09:00:31 -08:00
parent 28a42238c4
commit fc38ba45b1
56 changed files with 147 additions and 147 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.23.3
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.23.4
EnvironmentFile=/run/metadata/coreos
ExecStartPre=/bin/mkdir -p /etc/cni/net.d
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
@ -96,7 +96,7 @@ systemd:
[Unit]
Description=Delete Kubernetes node on shutdown
[Service]
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.23.3
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.23.4
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true