-
Notifications
You must be signed in to change notification settings - Fork 465
Bug 1794493: Update crio.yaml templates with correct values #1405
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
Conversation
This reverts commit 69025e8.
|
Opening this with the updated template fixes. @haircommander will probably pull this into his PR when he adds in the e2e tests. |
Update the templates with the corret defaults from cri-o. Signed-off-by: Urvashi Mohnani <[email protected]>
c64776d to
2e2d80e
Compare
|
/retest |
|
/retitle Bug 1792749: Update crio.yaml templates with correct values |
|
@umohnani8: This pull request references Bugzilla bug 1792749, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
| # so we add /etc/containers/oci/hooks.d as well | ||
| hooks_dir = [ | ||
| "/etc/containers/oci/hooks.d", | ||
| "/etc/containers/oci/hooks.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.
injecting trailing whitespace, what!? ;) Obviously a nit, but maybe worth fixing in whatever source this was pulled from.
|
|
||
| # The port on which the metrics server will listen. | ||
| metrics_port = 9537 | ||
|
No newline at end of file |
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.
removing a trailing newline? I'd rather keep it, but I dunno if Go's YAML parser cares or not.
kikisdeliveryservice
left a comment
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.
Approve, but deferring to @wking for LGTM ;)
|
/retitle Bug 1794493: Update crio.yaml templates with correct values This PR is actually fixing 1794493. We hope that will also fix 1792749. If 1792749 is in fact fixed by this PR, we can close it as a dup of 1794493 after demonstrating the fix works. |
|
@umohnani8: This pull request references Bugzilla bug 1794493, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, umohnani8 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 |
|
/retest |
|
an e2e test is forthcoming so holding to ship with fix. /hold |
|
/retest |
1 similar comment
|
/retest |
| # for the runtime. If not specified, then the internal default seccomp profile | ||
| # will be used. | ||
| # seccomp_profile = "/etc/crio/seccomp.json" | ||
| seccomp_profile = "" |
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 it true that explicitly setting to "" is the same as "not specified"?
ashcrow
left a comment
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.
nit: A bit of extra whitespace at the end of some lines.
One question posted. Neither blocking.
|
@umohnani8: The following test 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. 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/test-infra repository. I understand the commands that are listed here. |
|
/skip |
|
Can we close this and defer to #1414 which has these changes plus e2e? |
|
Closing in favour of #1414 |
Update the templates with the corret defaults from cri-o.
Signed-off-by: Urvashi Mohnani [email protected]