Talk:K8s Installation/Process

From PKC
< Talk:K8s Installation
Revision as of 08:40, 29 July 2021 by KevinTung (talk | contribs) (Created page with "== Trouble shoot == When deleting a worker node and then rejoin, the status of the worker node is not ready. Need to run kubectl apply -f calico.yaml again to let the worke...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Trouble shoot

When deleting a worker node and then rejoin, the status of the worker node is not ready. Need to run

kubectl apply -f calico.yaml

again to let the worker find the network. Further reason should be investigated.