-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
prevent installation of docker from upstream #44681
prevent installation of docker from upstream #44681
Conversation
Hi @wwwtyro. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. |
Could you include release notes or signal that there are none? |
/approve |
/unapprove This PR only handles half of the situation. It does remove the config flag for fresh deployments, but we also need to consider the upgrading users scenario where if they have enabled this, we're heading them down a sad path. I feel like this shoudl also include some removal code to revert the daemon installation to archive at this juncture so we dont have users upgrading into a broken state. |
Thats a clever way to solve the problem. +1 to this, make layer-docker do the heavy lifting on upgrade. /approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckbutler, marcoceppi, wwwtyro
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 44722, 44704, 44681, 44494, 39732) |
What this PR does / why we need it: Disallows installation of upstream docker from PPA in the Juju kubernetes-worker charm.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: