-
Notifications
You must be signed in to change notification settings - Fork 413
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
templates/common/_base/units: disable docker #1907
templates/common/_base/units: disable docker #1907
Conversation
This adds a condition to docker.socket which it can't fullfil, so that OKD nodes would not run unused docker service.
/retitle templates/common/_base/units: disable docker |
RHCOS doesn't ship docker, but FCOS does. In order to use MCO on both RHCOS and FCOS it should disable unnecessary services regardless of the base OS |
/retest |
these two jobs are currently broken: scaleuprhel7/metal-ipi /skip |
e2e-aws has been struggling for the last few days /retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, openshift-cherrypick-robot 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
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 we should call this file docker.socket.yaml
(!yml) to keep naming in line with the other templates?
I don't want to block on the above, but I want to give @vrutkovs a change to see it before it merges :) feel free to un-hold if you feel it doesn't matter much. |
@openshift-cherrypick-robot: 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/test-infra repository. I understand the commands that are listed here. |
Closing this in favor of #1930 |
@vrutkovs: Closed this PR. In response to this:
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. |
this is the last part missing before we can drop MCO's fcos branch in 4.6 - let's get this in as-is, I'll rename the file as part of #1926 edit: oh well should've refreshed the window :D |
This is an automated cherry-pick of #1898
/assign vrutkovs