-
Notifications
You must be signed in to change notification settings - Fork 801
Closed
Labels
Description
Summary
I install Microk8s on packer
Via:
`
Install MicroK8s
sudo snap install microk8s --classic
sudo usermod -a -G microk8s ubuntu
sudo chown -f -R ubuntu ~/.kube
sudo -E microk8s status --wait-ready
sudo -E microk8s kubectl get nodes
sudo -E microk8s kubectl get services
sudo -E microk8s reset
`
I deploy new EC2 running this AMI
What Should Happen Instead?
I run microk8s kubectl get nodes
I see two nodes
I try to run microk8s reset and get
This is a multi-node MicroK8s deployment. Reset is applicable for single node clusters. Please remove all joined nodes before calling reset.
Reproduction Steps
- ...
- ...