Commit Graph

15 Commits (01cfb51bfed48d1bce79ff5c839d460c3f0acad8)

Author SHA1 Message Date
Kubernetes Prow Robot b63fbaa1cb
Merge pull request #40110 from windsonsea/inslin
Tweak line wrappings in 5 files of tasks/tools/
2023-03-25 21:27:53 -07:00
windsonsea 9ddbe3fd20 Tweak line wrappings in 3 files of tasks/tools/ 2023-03-26 09:41:53 +08:00
Kubernetes Prow Robot 9a81722850
Merge pull request #37368 from huangzou70/patch-2
Fix kubectl auto complete not usable by non-root user sometimes
2023-03-25 09:01:53 -07:00
Kubernetes Prow Robot f0a7b452b6
Merge pull request #36215 from tengqm/revert-36114-k_completion
Revert "Updated kubectl completion configuration"
2023-02-08 09:25:02 -08:00
PiotrLewandowski323 4fc6aef191 exclude files from being rendered
Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
2023-01-07 18:21:59 +01:00
Huang Zou 608663e049
Fix kubectl autocompletion may only work on root
The current instructions creates a /etc/bash_completion.d/kubectl file with the default file permission, and may not always contain the necessary global read permission for all users of the system to use the config. This is fixed by adding a chmod command that adds the missing permisison, in case it is missing
2022-10-18 14:00:09 -04:00
Qiming Teng f15ab32593
Revert "Updated kubectl completion configuration" 2022-08-24 15:40:43 +08:00
Manish Kumar 7151102e11 Updated kubectl completion configuration 2022-08-19 23:26:00 +05:30
towfeeqfayaz11 87ef86b8f2 Fixes Issue mentioned here: https://github.com/kubernetes/website/issues/35931
Adding functionality for bash autocompletion in current session
2022-08-15 23:17:39 +09:00
ydFu 8183d5a62d Fix the extra '{' or '}'
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-08-14 15:36:13 +08:00
Martin Tovmassian d05fb625f4 [en] Update Bash alias auto-completion 2022-03-08 16:54:48 +01:00
Carlos Domingues 42e485b814
Use tabs and explicitly say this is for bash only 2021-11-29 22:23:54 -03:00
Carlos Domingues 7efe6cb612
Remove unecessary "echo"
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 22:11:31 -03:00
Carlos Domingues cde216e2f4
Use tee to write to /etc/bash_completion.d/kubectl 2021-11-29 00:43:34 -03:00
Tom Kivlin 87e3291aaa
Update install-kubectl.md to use tabs for the different Operating Systems (#26682)
* top-level tags and change to included files

* revert content to main windows page

* include gcloud and update toc

* add leading blank line

* add text to avoid YAML error from Netlify

* remove YAML delimiter error

* removed redundant weight key

* add front matter and toc shortcode

* test to see if toc is fixed in included page

* update macos toc to show difference

* use static toc instead of shortcode

* uniqueness for gcloud install headers

* Move to model suggested in https://github.com/kubernetes/website/pull/26682#discussion_r585091797

* correct link to included/install-kubectl-gcloud.md

* correction of links to per-OS pages

* try a different way to use path to per-OS links

* correction of brainfart

* remove .md from link destination for per-OS pages

* modify how auto-competion steps are displayed

* remove redundant file

* correction of include - change % to <

* remove closing tag as not needed

* try and hide this directory from the ToC on the left

* remove erroneous "include="

* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586325123

* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326346

* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326604

* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586327212

* https://github.com/kubernetes/website/pull/26682#discussion_r586327856

* consistent verb usage as per feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586328497

* update redirects as existing page is being deleted
2021-03-04 19:04:21 -08:00