drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
113 stars 30 forks source link

Enable cloud-based Kubernetes versions #213

Closed garyedwards closed 2 years ago

garyedwards commented 2 years ago

Sister pull request to this one https://github.com/drogue-iot/drogue-cloud-helm-charts/pull/13


The minimum version of Kubernetes required for the drogue-cloud-core chart is is incompatible with GKE/EKS versions of Kubernetes due to semver rules.

kubernetes/kubernetes#89404

This should resolve an issue I am current having:

Error: chart requires kubeVersion: >= 1.19.0 which is incompatible with Kubernetes v1.21.5-gke.1302

Note: I have not tested this on all the supported platforms.