Update Kubernetes from v1.25.0 to v1.25.1

* https://github.com/kubernetes/kubernetes/releases/tag/v1.25.1
This commit is contained in:
Dalton Hubble
2022-09-15 08:23:22 -07:00
parent c14300f0be
commit 09751cc0e8
57 changed files with 151 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.0
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.1
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.0
Environment=KUBELET_IMAGE=quay.io/poseidon/kubelet:v1.25.1
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/true