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
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds a feature)
[ ] Breaking change (fix or feature that would cause existing features not to work as expected)
[ ] Documentation Update
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build related changes
[ ] Other (please describe):
Testing
[X] Did you test the pull request locally?
[ ] Did you add new tests?
How to test this PR?
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
To validate, you can deploy to GCP or locally using 1.X, 1.X.X, and 1.X.X-gke.x
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 applyTesting
How to test this PR?
nebari init --guided-init
and don't specify a kubernetes version ornebari init gcp -p your_project_name -d your_domain_name.org
1.X
,1.X.X
, and1.X.X-gke.x
Any other comments?