-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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(docs): use sh
instead of bash
with busybox
#13508
Conversation
Signed-off-by: joey <zchengjoey@gmail.com>
sh
instead of bash
with busybox
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.
Ah, follow-up to #13429, nice catch!
Were there any other uses of bash
you could find?
Most of the command
s were echo
or cowsay
/whalesay
but I guess there were some nuanced scripts like this one too
Answering my own question, did a search and the rest use other images. Some of them do use |
I checked all the |
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.
Nice catch and thanks for double-checking other examples!
Signed-off-by: joey <zchengjoey@gmail.com>
Signed-off-by: joey <zchengjoey@gmail.com>
create
examples/work-avoidance.yaml
echo pod occur error:
Motivation
use
sh
instead ofbash
Modifications
Verification