Move package management related config to system_packages#12830
Conversation
|
/label ci-extended |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VannTen The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ea31a03 to
3746fe9
Compare
boostrap_os initial purpose is to provision Python on managed nodes which don't have it pre-installed. Some OS specifics tasks here are in fact related to package management (installing extra packages sources like epel, package manager proxy settings). Move all of those to system_packages, allowing to eliminate some call to the setup module.
3746fe9 to
332f74f
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
PR needs rebase. DetailsInstructions 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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
boostrap_os initial purpose is to provision Python on managed nodes
which don't have it pre-installed.
Some OS specifics tasks here are in fact related to package management
(installing extra packages sources like epel, package manager proxy
settings).
Move all of those to system_packages, allowing to eliminate some call to
the setup module.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
This should not modify behavior I think but let's wait for CI results
Does this PR introduce a user-facing change?: