nebari-dev / nebari

🪴 Nebari - your open source data science platform
https://nebari.dev
BSD 3-Clause "New" or "Revised" License
283 stars 93 forks source link

allow passing X.XX or X.XX.XX as k8s versions #2840

Closed dcmcand closed 2 weeks ago

dcmcand commented 2 weeks ago

Reference Issues or PRs

Fixes #2822

What does this implement/fix?

Allows specifiying either major and minor versions, major minor and patch versions, or full versions of kubernetes for gcp. Also changes guided init so that if no version is specified, the latest patch version is used.

Put a x in the boxes that apply

Testing

How to test this PR?

  1. Run either nebari init --guided-init and don't specify a kubernetes version or nebari init gcp -p your_project_name -d your_domain_name.org
  2. To validate, you can deploy to GCP or locally using 1.X, 1.X.X, and 1.X.X-gke.x
  3. Use

Any other comments?