-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Clean up pkg/kubelet/config #131483
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
base: master
Are you sure you want to change the base?
Clean up pkg/kubelet/config #131483
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
/assign @lauralorenz |
bae11e5
to
673bf65
Compare
/lgtm |
LGTM label has been added. Git tree hash: 3e01bac558e6f8723aa3f0a73828a0fe732bf79f
|
@natasha41575 thanks for the review. I needed to rebase, but the changes were trivial (variable rename from be6807e) PTAL |
/lgtm |
LGTM label has been added. Git tree hash: c3e53da1c4734d544223d095c61ca0aacc7cea8e
|
/assign @msau42 |
4e89261
to
bd90011
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tallclair The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tallclair: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
pkg/kubelet/config
holds the code for sourcing pod "config" (aka manifests), but due to the overloaded name, code related to configuring the Kubelet has slipped in. This PR moves the code that isn't related to pod config sources out of thepkg/kubelet/config
package and to more appropriate locations.Special notes for your reviewer:
This PR has the first two commits from #123066, which also renamed the
config
package topodsource
. I may still do that in a follow-up PR, but am trying to keep the change smaller for now.Does this PR introduce a user-facing change?
/sig node
/priority important-longterm