-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fix: yamllint errors, typo in kubebuilder presubmit; dind docs #15291
Conversation
sorry to spam you guys /assign @mengqiy @DirectXMan12 |
buuuunch of yamllint errors in master which looked like a bad copy paste/automatic application of privileged security context where necessary + resource limits? Fixed 36 yamllint errors in unrelated code. |
guess i'll follow the bot's directions now that it's not a one-liner /assign @spiffxp |
@@ -590,7 +590,7 @@ presets: | |||
# docker-in-docker (with images/bootstrap) preset | |||
# NOTE: using this also requires using that image, | |||
# ensuring you run your test under either the ENTRYPOINT or: | |||
# /usr/local/bin/runner my-test-command --foo --bar | |||
# /usr/local/bin/runner.sh my-test-command --foo --bar |
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.
n.b.
Thanks for the fixes, @alexeldeib! |
/lgtm Thanks for this! 🚀 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeldeib, cblecker, justaugustus 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 |
@alexeldeib: Updated the following 2 configmaps:
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. |
Docker in docker requires that the jobs start up using the provided runner in
/usr/local/bin/runner.sh
. Update the doc comment to reflect the correct filepath, and update Kubebuilder to use the runner.