kubestellar / kubeflex

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

bug: vcluster broken on current version of kind for latest vcluster charts #121

Closed pdettori closed 11 months ago

pdettori commented 11 months ago

Describe the bug

After creating a new control plane of type vcluster, vcluster pod does not start because of errors.

Steps To Reproduce

kflex create cp1 --type vcluster

and verify that it does not start

Expected Behavior

Should just work.

Additional Context

It looks like this is because we do not pin the chart for vcluster to a known working version. Need to pin to version 0.16.4, which is the last known version to work. (e.g. 0.17.1 is broken).