-
Notifications
You must be signed in to change notification settings - Fork 431
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
Remove deprecated kubelet credential provider flag #4436
Remove deprecated kubelet credential provider flag #4436
Conversation
@lzhecheng PTAL When will there be a helm chart available to install the OOT credential provider for non-CI use cases? Currently we are still installing it with a custom script in cloud init. |
/approve thanks a ton @CecileRobertMichon ! |
LGTM label has been added. Git tree hash: 86d5298d1fb354a8d869f4a2e142e46280f43f1a
|
templates/flavors/clusterclass/kubeadm-controlplane-template.yaml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4436 +/- ##
=======================================
Coverage 61.96% 61.96%
=======================================
Files 188 188
Lines 18768 18768
=======================================
Hits 11630 11630
Misses 6500 6500
Partials 638 638 ☔ View full report in Codecov by Sentry. |
5b05dac
to
e262468
Compare
/cherry-pick release-1.12 |
@CecileRobertMichon: once the present PR merges, I will cherry-pick it on top of release-1.12 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @mboersma |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 8d1e82cb81b0c0406920ef4be65602db2c0d07f3
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, mboersma 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 |
e262468
to
1836525
Compare
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.
/lgtm
LGTM label has been added. Git tree hash: 9981cf5fd2254b11e14279137e67ed98b34e5f8d
|
@CecileRobertMichon: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@CecileRobertMichon: new pull request created: #4437 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I created an issue in cloud-provider-azure: kubernetes-sigs/cloud-provider-azure#5231 |
@CecileRobertMichon I think this PR should remove other occurrences of |
@lzhecheng thanks for catching! #4455 should fix it |
What type of PR is this?
/kind cleanup
What this PR does / why we need it: In-tree credential kubelet providers are deprecated and will be removed soon. See kubernetes/kubernetes#122595.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: