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'm trying to create a default config from the types in vcluster-config repo and then installing a vcluster helm chart with the resulting values.yaml. Works fine if I take the latest alpha helm chart and HEAD from vcluster-config, but I'm having trouble finding the corresponding commit for the v0.20.0 release.
failed to install release: values don’t meet the specifications of the schema(s) in the following chart(s):
vcluster:
- integrations: Additional property kubeVirt is not allowed
The KubeVirt property was introduced July 10th (in bdf2eb4) but the EKS property only removed later July 23rd (in 0541349). Vcluster-0.20.0 complains that it has no idea of either one
What happened?
I'm trying to create a default config from the types in vcluster-config repo and then installing a vcluster helm chart with the resulting
values.yaml
. Works fine if I take the latest alpha helm chart and HEAD from vcluster-config, but I'm having trouble finding the corresponding commit for thev0.20.0
release.What did you expect to happen?
a git tag for
vcluster-v0.20.0
in the vcluster-config repoHow can we reproduce it (as minimally and precisely as possible)?
create a values.yaml like this: https://go.dev/play/p/UofVmpq03g5 and try to install the vcluster-0.20.0 helm chart:
The KubeVirt property was introduced July 10th (in bdf2eb4) but the EKS property only removed later July 23rd (in 0541349). Vcluster-0.20.0 complains that it has no idea of either one
Anything else we need to know?
No response
Host cluster Kubernetes version
vcluster version
VCluster Config
The text was updated successfully, but these errors were encountered: