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

Fix KCM livenessProbe to use secure port #11454

Merged
merged 1 commit into from May 12, 2021

Conversation

rifelpet
Copy link
Member

The hourly test that uses the HEAD of k/k has been failing due to connection refused errors on the KCM livenessProbe.

The failure is due to this PR which landed around the same time.

This updates the KCM livenessProbe to match upstream.

This commit shows the secure port has been present since k8s 1.12 so I think it should be safe to update unconditionally, but feedback is welcome.

/hold for feedback

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/nodeup labels May 11, 2021
@k8s-ci-robot k8s-ci-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 May 11, 2021
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 12, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

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

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 12, 2021
@rifelpet
Copy link
Member Author

these tests will confirm that this doesn't break for older k8s versions: https://testgrid.k8s.io/kops-versions#kops-aws-k8s-1-17&show-stale-tests=

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 12, 2021
@k8s-ci-robot k8s-ci-robot merged commit 8cf36d0 into kubernetes:master May 12, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.21 milestone May 12, 2021
@johngmyers johngmyers modified the milestones: v1.21, v1.22 May 13, 2021
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. area/nodeup 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. 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.

None yet

4 participants