JetBrains / datalore-configs

MIT License
26 stars 16 forks source link

ingress labels not compatible with RKE2-style kubernetes versio #31

Closed stephanbertl closed 8 months ago

stephanbertl commented 8 months ago

There is an issue with the ingress template of datalore located at https://github.com/JetBrains/datalore-configs/blob/1069a97e1006a2a4da45f66277c0ded0834c89f9/charts/datalore/templates/ingress.yaml#L21C1-L22C1

ver: {{ .Capabilities.KubeVersion.GitVersion }}

When using Rancher Kubernetes with RKE2, the version of Kubernetes is:

"v1.25.13+rke2r1"

Using that value, helm cannot create the ingress because

Error: INSTALLATION FAILED: 1 error occurred:

alexandrvb commented 8 months ago

@stephanbertl thank you, I've deleted the label