Update Kubernetes v1.25.2 to v1.25.3

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1253
This commit is contained in:
Dalton Hubble
2022-10-13 21:02:39 -07:00
parent 8d2c8b8db6
commit 651151805d
57 changed files with 155 additions and 151 deletions

View File

@ -28,7 +28,7 @@ systemd:
After=docker.service
Wants=rpc-statd.service
[Service]
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.2
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.3
ExecStartPre=/bin/mkdir -p /etc/cni/net.d
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
ExecStartPre=/bin/mkdir -p /opt/cni/bin
@ -80,7 +80,7 @@ systemd:
[Unit]
Description=Delete Kubernetes node on shutdown
[Service]
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.2
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.3
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true