Forbidden 403 on helm upgrade during getting started install.
Expected Behavior
Use Core Helm chart to initialize KubeFlex and create ITS and WDS#
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"}]'
That command will print some notes about how to get kubeconfig "contexts" named "its1" and "wds1" defined. Do that, because those contexts are used in the following.
This is not at all a KubeFlex problem. The problem concerns fetching the KubeStellar core Helm chart prior to anything about KubeFlex. I will create an Issue in the kubestellar repository for this.
Describe the bug
Steps To Reproduce
Forbidden 403 on helm upgrade during getting started install.
Expected Behavior
Use Core Helm chart to initialize KubeFlex and create ITS and WDS#
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"}]' That command will print some notes about how to get kubeconfig "contexts" named "its1" and "wds1" defined. Do that, because those contexts are used in the following.
Additional Context
No response