Open gnoejuan opened 4 years ago
I got this too using EKS: Error: chart requires kubeVersion: >=1.10.0 which is incompatible with Kubernetes v1.21.9-eks-14c7a48
Explanation for similar SemVer mismatches here: https://github.com/helm/helm/issues/9371
Describe the bug A clear and concise description of what the bug is.
To Reproduce
Install microk8s, helm, and kubectl
git clone https://github.com/uber/kraken.git
cd kraken && helm install name=kraken-demo ./helm
Expected behavior
To work.
Screenshots If applicable, add screenshots to help explain your problem.
Environments e.g Kuberenetes, AWS, GCP, Data centers, laptop, etc.
Microk8s on Ubuntu 20.04.1 LTS.
Additional context Add any other context about the problem here--environment configurations, logs, etc.