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
I encountered an issue while trying to set up KubeFlex using the Core Helm chart on my Ubuntu OS.
Steps to reporduce
Install Helm on Ubuntu.
Run the following command to deploy KubeFlex:
helm upgrade --install ks-core oci://ghcr.io/kubestellar/kubestellar/core-chart
--version $kubestellar_version
--set-json='ITSes=[{"name":"its1"}]'
--set-json='WDSes=[{"name":"wds1"}]'
--set-json='verbosity.default=5'
Expected Behavior
KubeFlex should be successfully initialized with ITS and WDS instances without errors
Actual Behavior
tried it with sudo
Additional context
Its working with WSL when we run it as administrator, but problem is created when we are using ubuntu as our os system.
The text was updated successfully, but these errors were encountered:
Description
I encountered an issue while trying to set up KubeFlex using the Core Helm chart on my Ubuntu OS.
Steps to reporduce
helm upgrade --install ks-core oci://ghcr.io/kubestellar/kubestellar/core-chart
--version $kubestellar_version
--set-json='ITSes=[{"name":"its1"}]'
--set-json='WDSes=[{"name":"wds1"}]'
--set-json='verbosity.default=5'
Expected Behavior
KubeFlex should be successfully initialized with ITS and WDS instances without errors
Actual Behavior
tried it with sudo
Additional context
Its working with WSL when we run it as administrator, but problem is created when we are using ubuntu as our os system.
The text was updated successfully, but these errors were encountered: