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).
Describe the bug
After creating a new control plane of type vcluster, vcluster pod does not start because of errors.
Steps To Reproduce
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).