Upgrade nebari config without upgrading Kubernetes version #2998
Unanswered
shauryagoel
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hey @shauryagoel, can you try specifying Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded K8s version of nodes in Nebari (on GKE) a month back. Now, I want to update some configuration parameters in
nebari-config.yaml
like node resources in jupyter hub profile. However, on rendering the changes, I am seeing the following error-On running the
gcloud container get-server-config --region asia-south1
command, I can see that the version 1.30.9-gke.1009000 is not in any of the RAPID, REGULAR or STABLE channels. But I can see it in thevalidNodeVersions
section.How can I avoid this without upgrading the K8s version? This will become problematic in future if I want to upgrade nebari config again in a few days, then, it may ask for K8s version upgrade as well. How can I prevent this?
Beta Was this translation helpful? Give feedback.
All reactions