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
A first PR has been merged to support microk8s but there are some issues to address. In particular
Use microk8s.kubectl instead of kubectl. Use kubectl if microk8s.kubectl is not found. Fail if none of them is found
chectl should not have the responsibility to enable microk8s. we should simply fail if microk8s is not enabled and provide the command line to enable it
when enabling the storage addon chectl should wait until it is enabled or timeout if it's not enabled after 60s
The text was updated successfully, but these errors were encountered:
A first PR has been merged to support microk8s but there are some issues to address. In particular
The text was updated successfully, but these errors were encountered: