Update Kubernetes from v1.25.1 to v1.25.2

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#v1252
This commit is contained in:
Dalton Hubble
2022-09-22 08:13:27 -07:00
parent f833b7205d
commit 3ee462a24c
58 changed files with 153 additions and 150 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.1
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.2
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.1
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.2
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true