Host network on dest sidero

This commit is contained in:
Khue Doan 2021-07-18 18:37:40 +07:00
parent 2eedf4932e
commit d6284215b3
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B

View File

@ -50,3 +50,7 @@ clusterctl move \
--kubeconfig-context=admin@talos-default \
--to-kubeconfig=$HOME/.kube/config \
--to-kubeconfig-context=admin@management-plane
kubectl taint node talos-192-168-1-24 node-role.kubernetes.io/master:NoSchedule-
kubectl patch deploy -n sidero-system sidero-controller-manager --type='json' -p='[{"op": "add", "path": "/spec/template/spec/hostNetwork", "value": true}]'