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

[bug] Kubernetes version specifed in qhub-config.yaml not respected (AWS deployments) #854

Closed
iameskild opened this issue Oct 13, 2021 · 0 comments · Fixed by #927
Closed
Labels
provider: AWS type: bug 🐛 Something isn't working

Comments

@iameskild
Copy link
Member

Describe the bug

A clear and concise description of what the problem is.

Kubernetes version specified on qhub-config.yaml is not respected for AWS deployment.

In qhub-config.yaml:

amazon_web_services:
  region: us-west-2
  kubernetes_version: '1.18'

And from EKS:

$ kubernetes version
...
Server Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.2-eks-0389ca3", GitCommit:"8a4e27b9d88142bbdd21b997b532eb6d493df6d2", GitTreeState:"clean", BuildDate:"2021-07-31T01:34:46Z", GoVersion:"go1.16.5", Compiler:"gc", Platform:"linux/amd64"

Your environment

Describe the environment in which you are experiencing the bug.

Include your conda version (use conda --version), k8s and any other relevant details.

$ conda --version
conda 4.10.1

$ conda list
# packages in environment at /Users/eskild/miniconda3/envs/qhub-0.3.12:
#
# Name                    Version                   Build  Channel
...
python                    3.9.7                h88f2d9e_1
...
qhub                      0.3.12                   pypi_0    pypi
...
@iameskild iameskild added the type: bug 🐛 Something isn't working label Oct 13, 2021
@iameskild iameskild changed the title [bug] Kubernetes version specifed in qhub-config.yaml not respected [bug] Kubernetes version specifed in qhub-config.yaml not respected (AWS deployments) Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider: AWS type: bug 🐛 Something isn't working
Projects
None yet
2 participants