-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add 'system-packages' tag to control installing packages from OS repos #10872
Conversation
Hi @hedayat. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
docs/offline-environment.md
Outdated
@@ -103,7 +103,9 @@ If you use the settings like the one above, you'll need to define in your invent | |||
can store them anywhere as long as it's accessible by kubespray. It's recommended to use `*_version` in the path so | |||
that you don't need to modify this setting everytime kubespray upgrades one of these components. | |||
* `yum_repo`/`debian_repo`/`ubuntu_repo`: OS package repository depending on your OS, should point to your internal | |||
repository. Adjust the path accordingly. | |||
repository. Adjust the path accordingly. Used only for Docker/Containerd packages (if needed); other packages might |
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.
Is that still correct ? I mean, are we not getting containerd from upstream rather than distro packages ?
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.
TBH, I've not checked all cases. But under Ubuntu, you are correct, at least under Ubuntu 20/22 we do not install it from apt repos. But I was not sure if it is true in all cases :P This is why I added the "(if needed)" part. :D
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.
I think that's the case, but it's probably worth checking
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.
No, it is no longer used for Containerd, but seems to be still used for docker.
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 |
/remove-lifecycle stale Well, it just needs a 1-2 min review!! :( |
/remove-lifecycle stale Well, it just needs a 1-2 min review!! :( |
Thanks @hedayat |
@yankay Thanks. Conflicts are resolved now. |
Thanks @hedayat |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hedayat, yankay 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 |
/lgtm
|
Rebase to pick-up the new CI stuff.
|
Rebased |
/lgtm
Thanks
|
What type of PR is this?
/kind feature
What this PR does / why we need it: Adds system-packages tag to control installing package dependencies using OS package manager
Which issue(s) this PR fixes: 10871
Fixes #10871
Special notes for your reviewer:
Does this PR introduce a user-facing change?: