You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
// 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
The text was updated successfully, but these errors were encountered:
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
kubeadm-operator/controllers/util.go
Line 190 in c7c911b
e5e79b8e22dfd4a1c79fabd0685e12331cebfd9d
The text was updated successfully, but these errors were encountered: