Skip to content

Move package management related config to system_packages#12830

Open
VannTen wants to merge 1 commit intokubernetes-sigs:masterfrom
VannTen:cleanup/bootstrap_pkg_mgmt
Open

Move package management related config to system_packages#12830
VannTen wants to merge 1 commit intokubernetes-sigs:masterfrom
VannTen:cleanup/bootstrap_pkg_mgmt

Conversation

@VannTen
Copy link
Contributor

@VannTen VannTen commented Jan 2, 2026

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?:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jan 2, 2026
@VannTen
Copy link
Contributor Author

VannTen commented Jan 2, 2026

/label ci-extended

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 2, 2026
@k8s-ci-robot
Copy link
Contributor

[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

Details 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 ci-extended Run additional tests approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 2, 2026
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 2, 2026
@VannTen VannTen force-pushed the cleanup/bootstrap_pkg_mgmt branch from ea31a03 to 3746fe9 Compare January 2, 2026 14:29
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 11, 2026
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.
@VannTen VannTen force-pushed the cleanup/bootstrap_pkg_mgmt branch from 3746fe9 to 332f74f Compare February 16, 2026 11:26
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 16, 2026
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. ci-extended Run additional tests cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants