Difference between revisions of "Talk:K8s Installation/Process"
Jump to navigation
Jump to search
(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...") |
m (Benkoo moved page Talk:Process/K8s Installation to Talk:K8s Installation/Process) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
kubectl apply -f calico.yaml | kubectl apply -f calico.yaml | ||
again to let the worker find the network. Further reason should be investigated. | again to let the worker find the network. Further reason should be investigated. | ||
== The "needed ports" or "k8s security groups" are hard to find on official docs. == | |||
<ref> | |||
[https://github.com/freach/kubernetes-security-best-practice/blob/master/README.md K8s Security Practice]</ref> <ref> | |||
[https://rancher.com/docs/rancher/v2.x/en/installation/requirements/ports/ Example] </ref> <ref> | |||
[https://stackoverflow.com/questions/39293441/needed-ports-for-kubernetes-cluster]</ref> <ref> | |||
[https://stackoverflow.com/questions/39293441/needed-ports-for-kubernetes-cluster] | |||
</ref> |
Latest revision as of 00:29, 14 August 2021
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.