onepanel icon indicating copy to clipboard operation
onepanel copied to clipboard

CLI: opctl app status should tell user to use kubeconfig file if deploying via microk8s.

Open Vafilor opened this issue 3 years ago • 0 comments

With a microk8s deployment, we need to use the config file obtained from microk8s config > kubeconfig

So the command is KUBECONFIG=./kubeconfig opctl app status

If you don't do this, you get an error like this

We need to update the command to if we are deploying to microk8s, and if that error happens offer the suggestion to do KUBECONFIG=./kubeconfig

Vafilor avatar Apr 20 '21 16:04 Vafilor