Show error message .onepanel/cli_config.yaml no such file or directory #911
Replies: 2 comments 4 replies
-
Hi there, It looks like the CLI is having permission issues creating the file. Can you try running the command with sudo? sudo opctl init --provider microk8s --enable-metallb --artifact-repository-provider abs |
Beta Was this translation helpful? Give feedback.
-
After edit params.yaml and executed it shows 2021/04/08 11:05:43 res: namespace/application-system unchanged But I can not access the web page http://localhost:8080, Then I open another terminal and check opctl status, it shows connection refused. How do I resolve this problem? |
Beta Was this translation helpful? Give feedback.
-
I follow the step to install onepanel in my local MicroK8s on Ubuntu 20.04.,
after I do Step 1: Install Onepanel#
Run the following command to initialize a params.yaml template for your provider:
I execute the follow command
opctl init --provider microk8s
--enable-metallb
--artifact-repository-provider abs
But I get the error message. .onepanel/cli_config.yaml no such file or directory. where can I find or create this file to continue the process?
xxx@CTS1-SW2-OptiPlex-3020:/$ opctl init --provider microk8s \
Beta Was this translation helpful? Give feedback.
All reactions