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

Bump up gce minNodesHealthCheckVersion due to known issues #49330

Merged

Conversation

MrHohn
Copy link
Member

@MrHohn MrHohn commented Jul 20, 2017

What this PR does / why we need it: There are some known issues in previous 1.7 versions causing kube-proxy not correctly responding healthz traffic.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): From #49263.

Special notes for your reviewer:
/assign @nicksardo @freehan
cc @bowei @thockin

Release note:

GCE Cloud Provider: New created LoadBalancer type Service will have health checks for nodes by default if all nodes have version >= v1.7.2.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 20, 2017
@k8s-github-robot k8s-github-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-none Denotes a PR that doesn't merit a release note. labels Jul 20, 2017
@MrHohn MrHohn force-pushed the bump-gce-minNodesHealthCheckVersion branch from 1a109a9 to 0db552d Compare July 20, 2017 22:28
@k8s-github-robot k8s-github-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 20, 2017
@MrHohn
Copy link
Member Author

MrHohn commented Jul 20, 2017

/release-note

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Jul 20, 2017
@@ -37,7 +37,7 @@ var (
)

func init() {
if v, err := utilversion.ParseGeneric("1.7.0"); err != nil {
if v, err := utilversion.ParseGeneric("1.7.2"); err != nil {
panic(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

glog.Fatalf

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@MrHohn MrHohn force-pushed the bump-gce-minNodesHealthCheckVersion branch from 0db552d to 8557f7d Compare July 20, 2017 23:05
@nicksardo
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2017
@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: MrHohn, nicksardo

Associated issue: 49263

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@freehan freehan added this to the v1.7 milestone Jul 20, 2017
@freehan
Copy link
Contributor

freehan commented Jul 20, 2017

added 1.7 milestone for cherrypick
@wojtek-t

@MrHohn
Copy link
Member Author

MrHohn commented Jul 21, 2017

/retest

@MrHohn
Copy link
Member Author

MrHohn commented Jul 21, 2017

/test pull-kubernetes-federation-e2e-gce

1 similar comment
@MrHohn
Copy link
Member Author

MrHohn commented Jul 21, 2017

/test pull-kubernetes-federation-e2e-gce

@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 384b965 into kubernetes:master Jul 21, 2017
wojtek-t added a commit that referenced this pull request Jul 21, 2017
@k8s-cherrypick-bot
Copy link

Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked.

@MrHohn MrHohn deleted the bump-gce-minNodesHealthCheckVersion branch October 5, 2017 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants