mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Update kubectl edit
documentation
kubectl defaults to /bin/bash if the SHELL environment variable isn't set. Updating the docs to mention that you can override the shell location by setting the SHELL environment variable.
This commit is contained in:
parent
4d70d1df7c
commit
0a508ad806
@ -44,6 +44,9 @@ var (
|
||||
|
||||
The default format is YAML. To edit in JSON, specify "-o json".
|
||||
|
||||
Shell defaults to /bin/bash if the SHELL environment variable is not set.
|
||||
To override the shell location set the SHELL environment variable with the desired shell location.
|
||||
|
||||
The flag --windows-line-endings can be used to force Windows line endings,
|
||||
otherwise the default for your operating system will be used.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user