我試圖用--cloud-provider=aws
標誌運行kubelet
但它失敗,出現以下錯誤:Kubernetes「無法註冊節點」與雲提供商= AWS
kubelet_node_status.go:107] Unable to register node "ip-172-28-68-69.eu-west-1.compute.internal" with API server: nodes "ip-172-28-68-69.eu-west-1.compute.internal" is forbidden: node "k8s-master.my.fqdn" cannot modify node "ip-172-28-68-69.eu-west-1.compute.internal"
我已經嘗試過--host-override
標誌設置爲"k8s-master.my.fqdn"
沒有成功。
(kubectl get nodes:
NAME STATUS ROLES AGE VERSION
k8s.my.fqdn Ready <none> 29m v1.8.1)
我應該如何開始kubelet
才能成功註冊到AWS?
你能弄明白嗎?我有同樣的問題 – Sibtain