-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: use provided k8s version even when a release channel is specified #1400
fix: use provided k8s version even when a release channel is specified #1400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @jamiezieziula Can we append to an existing test to make sure this is WAI.
release_channel = "REGULAR" |
terraform-google-kubernetes-engine/test/integration/safer_cluster/controls/gcloud.rb
Lines 39 to 43 in ab9c3c5
it "has expected explicit version" do | |
expect(data['currentMasterVersion']).to eq explicit_version | |
expect(data['currentNodeVersion']).to eq explicit_version | |
end | |
@bharathkkb done! |
Hi @jamiezieziula I am seeing an error where builds are failing with
Did setting both |
@jamiezieziula |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Hello! Was there any reason that this PR was not continued with? |
any update on this PR? |
/gcbrun |
/gcbrun |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Related to #1279 & #1356 - this aims to allow users to define both a release channel to use as well as a defined version of kubernetes.