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
sudo snap install microk8s --classic --channel=1.23/edge sudo usermod -a -G microk8s cc newgrp microk8s
Steps to recreate issue:
1.) Add the following to /etc/hosts/ 10.140.82.56 microk8s-cluster-1-1 10.140.81.248 microk8s-cluster-1-2 10.140.82.168 microk8s-cluster-2-1 10.140.82.23 microk8s-cluster-2-2
2.) Use command microk8s add-node
3. Use command microk8s join IP:PORT/TOKEN --worker (did not see any output with --worker flag)
The text was updated successfully, but these errors were encountered:
sudo snap install microk8s --classic --channel=1.23/edge sudo usermod -a -G microk8s cc newgrp microk8s
Steps to recreate issue:
1.) Add the following to /etc/hosts/
10.140.82.56 microk8s-cluster-1-1 10.140.81.248 microk8s-cluster-1-2 10.140.82.168 microk8s-cluster-2-1 10.140.82.23 microk8s-cluster-2-2
2.) Use command
microk8s add-node
3. Use command
microk8s join IP:PORT/TOKEN --worker
(did not see any output with --worker flag)The text was updated successfully, but these errors were encountered: