bitnami / kube-libsonnet

Bitnami's jsonnet library for building Kubernetes manifests
https://bitnami.com
Apache License 2.0
174 stars 50 forks source link

Fix apiVersions for kube 1.22+ #60

Closed jjo closed 3 years ago

jjo commented 3 years ago

As per https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22, we'll need to fix several library objects, notably:

FYI above are already supported since v1.19

jjo commented 3 years ago

We need to re-open this, #61 fix was properly reverted by #62, because service.port and service.name are mutually exclusive, this is the line implementing that check: https://github.com/kubernetes/kubernetes/blob/c224ca7674445ec98a2e8876daf53b9846cd3ae1/pkg/apis/networking/validation/validation.go#L482