Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

use a different volume for the certificates when kubeadm upgrade apply. #57

Open
github-actions bot opened this issue Jun 1, 2022 · 0 comments
Open

Comments

@github-actions
Copy link

github-actions bot commented Jun 1, 2022

use a different volume for the certificates when kubeadm upgrade apply.

"kubeadm upgrade node" may use different dirs

var-lib-kubelet is used by kubeadm upgrade apply to store the certificates and /var/lib/kubelet/kubeadm-flags.env

// TODO: use a different volume for the certificates when kubeadm upgrade apply.

									MountPath: "/usr/bin/cp",
								},
								{
									Name:      "etc-kubernetes",
									MountPath: "/etc/kubernetes",
								},
								// TODO: use a different volume for the certificates when kubeadm upgrade apply.
								// "kubeadm upgrade node" may use different dirs
								// var-lib-kubelet is used by kubeadm upgrade apply to store the certificates and /var/lib/kubelet/kubeadm-flags.env
								{
									Name:      "var-lib-kubelet",
									MountPath: "/var/lib/kubelet/",
								},
								// run is used to check container runtime status
								{
									Name:      "run",

e5e79b8e22dfd4a1c79fabd0685e12331cebfd9d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant