uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.11k stars 416 forks source link

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

Open gnoejuan opened 4 years ago

gnoejuan commented 4 years ago

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.

tculp commented 2 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