kraken icon indicating copy to clipboard operation
kraken copied to clipboard

Error: chart requires kubeVersion: >=1.10.0 which is incompatible with Kubernetes

Open gnoejuan opened this issue 5 years ago • 1 comments

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.

charlesrod@mainhub:~/kraken$ kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.2", GitCommit:"f5743093fd1c663cb0cbc89748f730662345d44d", GitTreeState:"clean", BuildDate:"2020-09-16T13:41:02Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"19+", GitVersion:"v1.19.0-34+1a52fbf0753680", GitCommit:"1a52fbf07536803015220f0a991187db5b42c8ae", GitTreeState:"clean", BuildDate:"2020-09-02T11:33:05Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}

Additional context Add any other context about the problem here--environment configurations, logs, etc.

gnoejuan avatar Sep 17 '20 08:09 gnoejuan

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

tculp avatar Apr 28 '22 14:04 tculp