Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gnoejuan opened this issue Sep 17, 2020 · 1 comment

Comments

@gnoejuan
Copy link

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
Copy link

tculp commented Apr 28, 2022

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: helm/helm#9371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants