Kubeadm upgrade apply failed when the etcd-data is not /var/lib/etcd #3044
Labels
area/etcd
kind/feature
Categorizes issue or PR as related to a new feature.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Milestone
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
kubeadm version (use
kubeadm version
):Environment:
kubectl version
): v1.29.3uname -a
): Linux host 6.5.13-5-pve x86_64 GNU/LinuxWhat happened?
My etcd dir on host is not
/var/lib/etcd
, when I executesudo kubeadm upgrade apply v1.30.0
, I got this error:My
/etc/kubernetes/manifests/etcd.yaml
file like this:I Changed the etcd-data's path to
/main/data/etcd
.What you expected to happen?
Correct upgrade
How to reproduce it (as minimally and precisely as possible)?
Change host
/var/lib/etcd
to another path.Anything else we need to know?
None.
The text was updated successfully, but these errors were encountered: