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
Copy file name to clipboardExpand all lines: content/zh-cn/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -767,3 +767,108 @@ Also see [How to run the metrics-server securely](https://github.com/kubernetes-
767
767
以进一步了解如何在 kubeadm 集群中配置 kubelet 使用正确签名了的服务证书。
768
768
769
769
另请参阅 [How to run the metrics-server securely](https://github.com/kubernetes-sigs/metrics-server/blob/master/FAQ.md#how-to-run-metrics-server-securely)。
770
+
771
+
<!--
772
+
## Upgrade fails due to etcd hash not changing
773
+
774
+
Only applicable to upgrading a control plane node with a kubeadm binary v1.28.3 or later,
775
+
where the node is currently managed by kubeadm versions v1.28.0, v1.28.1 or v1.28.2.
[upgrade/etcd] Failed to upgrade etcd: couldn't upgrade control plane. kubeadm has tried to recover everything into the earlier state. Errors faced: static Pod hash for component etcd on Node kinder-upgrade-control-plane-1 did not change after 5m0s: timed out waiting for the condition
788
+
[upgrade/etcd] Waiting for previous etcd to become available
789
+
I0907 10:10:09.109104 3704 etcd.go:588][etcd] attempting to see if all cluster endpoints ([https://172.17.0.6:2379/https://172.17.0.4:2379/https://172.17.0.3:2379/]) are available 1/10
790
+
[upgrade/etcd] Etcd was rolled back and is now available
791
+
static Pod hash for component etcd on Node kinder-upgrade-control-plane-1 did not change after 5m0s: timed out waiting for the condition
792
+
couldn't upgrade control plane. kubeadm has tried to recover everything into the earlier state. Errors faced
0 commit comments