Commit Graph

20 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot e1a1a953c6
Merge pull request #32127 from mtovmassian/fix-en-bash-alias-auto-completion
[en] Update Bash alias auto-completion
2022-06-13 21:11:34 -07:00
Martin Tovmassian d05fb625f4 [en] Update Bash alias auto-completion 2022-03-08 16:54:48 +01:00
Marc Khouzam 0976014b7e No need for special handling for zsh aliases
Zsh completion is native since v1.22. Native zsh completion
automatically deals with aliases without needing
any extra configuration from the user.

Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2022-03-04 13:57:49 -05:00
brianpursley ad015ad425 Add instructions for enabling fish auto-completions for kubectl 2022-01-09 20:36:19 -05:00
Kubernetes Prow Robot 77cc3857e6
Merge pull request #30662 from CarlosDomingues/patch-1
Use tee to write to /etc/bash_completion.d/kubectl
2022-01-08 06:28:19 -08:00
Jesse Butler 018f9d05a2 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-01 12:23:10 -05: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
Brad Beck b48ddd9e90 Fix zsh completion setup 2021-10-28 10:02:50 -05:00
Zovin Khanmohammed c189c2d162
Update docs to reflect newly support shells with autocompletions (#29610)
* Update docs to reflect newly support shells with autocompletions

* Update Windows docs to use Powershell instead of zsh

* Adds a bit more explanation of the different lines.

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Apply PR suggestions

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-09-12 02:56:06 -07:00
bhumijgupta 437e2a74f8 Add info to verify successfull installation and address other suggestions
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-05 17:15:04 +05:30
bhumijgupta 956eb48e72 Move kubectl-convert installation info under Optional kubectl configurations and plugins
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-03 09:36:30 +05:30
bhumijgupta 34b701c10f Add link to kubectl-convert in install tools footer
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-01 23:58:59 +05:30
Brendan Burns 2a03ddea27
Remove Google SDK instructions. (#28165)
* Remove Google SDK instructions.

Ref: https://github.com/kubernetes/website/issues/20232

* Remove Google SDK instructions for MacOS

* Remove Google SDK instructions for Windows

* Delete install-kubectl-gcloud.md
2021-06-11 18:23:00 -07:00
Jihoon Seo bf312020cf
Fix broken link 2021-03-15 11:14:11 +09: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