kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
47 stars 13 forks source link

bug: Forbidden 403 on helm upgrade #295

Closed milanahrae closed 6 days ago

milanahrae commented 1 week ago

Describe the bug

image (1)

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

MikeSpreitzer commented 6 days ago

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.

MikeSpreitzer commented 6 days ago

See https://github.com/kubestellar/kubestellar/issues/2544 instead.