John.C
777987abbc
Update verify-kubectl.md
2024-04-12 15:21:26 +01:00
Anirudh
20b2d064c9
Added a link to the minikube installation website
...
Hi, I was trying to install Kubernetes on my local machine and I noticed that suggestion to install Minikube did not have a hyperlink to it. So I added a link at the mention of install Minikube so it's convenient for people trying to install it on their local machine.
2024-03-22 00:35:17 -04:00
xin.li
5acc639bef
improve format for included/verify-kubectl.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-11-30 22:36:41 +08:00
Suruchi Kumari
1efeb86821
Update verify-kubectl.md
2023-11-29 21:43:11 +05:30
Suruchi Kumari
708220bb13
Update content
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-29 19:40:47 +05:30
Suruchi Kumari
c0a72d25d8
added doc for setting up cloud provider kubectl auth via plugin
...
Signed-off-by: GitHub <noreply@github.com>
2023-11-29 13:26:04 +00:00
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
Kubernetes Prow Robot
da490859b9
Merge pull request #38302 from shortcuts/main
...
add version support to `fish` auto-completion
2022-12-16 04:26:17 -08:00
Clément Vannicatte
48550eb912
add version support to `fish` auto-completion
2022-12-06 11:56:04 +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
Bird
7dcfd54a6f
fix: homebrew prefix error in bash-completion of kubectl(en)
2022-09-24 10:50:20 +08: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
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