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
91b1e3fe5c
Merge pull request #39597 from msahihi/update-kubectl-install-doc
...
Update kubectl install documentation
2023-02-22 03:37:56 -08:00
Mohammad Sahihi Benis
84a000b212
Add remove kubectl-convert* files in install-kubectl-linux.md
2023-02-21 14:22:52 +01:00
Mohammad Sahihi Benis
fdf59313cf
Update kubectl-convert in install-kubectl-macos.md
2023-02-21 14:18:07 +01:00
coder2835
6a05d3004e
Add note about checking kubectl version
...
In "Test to ensure the version you installed is up-to-date:", the command "kubectl version --client" is given but on running it on my system it says "This version information is deprecated and will be replaced with the output from kubectl version --short". But kubectl --short also gives a warning. So I thought it would be best to update the docs to add a note to ignore this warning.
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2023-02-18 18:16:34 +05:30
Kubernetes Prow Robot
3f51242b55
Merge pull request #39298 from asarenkansah/kubectl-windows-cleanup
...
Add cleanup commands to kubectl Windows install
2023-02-09 18:37:31 -08: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
Asare Nkansah
18f27a0743
Add powershell markdown syntax
2023-02-08 08:15:20 -07:00
Asare Nkansah
42585e3296
Add cleanup commands to kubectl Windows install
2023-02-06 08:30:50 -07:00
zhuzhenghao
85b9f7f6b7
Remove what-next in install-kubectl-macos.md
2023-02-03 17:58:37 +08:00
Kubernetes Prow Robot
d7e7824f05
Merge pull request #39228 from asarenkansah/kubectl-macos-cleanup
...
Add cleanup commands to kubectl MacOS install
2023-02-02 19:18:28 -08:00
kadtendulkar
0860e6780d
Update content/en/docs/tasks/tools/_index.md
2023-02-02 22:18:55 +05:30
Asare Nkansah
a0407eb486
Add cleanup commands to kubectl MacOS install
2023-02-02 07:57:27 -07:00
Asare Nkansah
ca3286f603
Add cleanup commands to kubectl MacOS install
2023-02-02 07:40:15 -07: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
Kubernetes Prow Robot
06dac1bc79
Merge pull request #36958 from aFlyBird0/update-bash-completion-macOS
...
[en] Fix homebrew prefix error in bash-completion of kubectl
2022-12-13 17:13:34 -08:00
Kubernetes Prow Robot
c996cd0710
Merge pull request #38349 from profnandaa/sig-windows/fix-kubectl-install
...
improvement: kubectl install on windows verify command
2022-12-12 06:29:34 -08:00
Gentoli
124b709ef7
Update winget reference url and capitalization
2022-12-10 03:56:48 -05:00
Anthony Nandaa
0bf2006105
fix: kubectl install on windows verify command
...
Make the the verification command cleaner by using only PS cmdlets.
certutil.exe returns 3 lines which need to be split to the hash,
as opposed to Get-FileHash that returns an object with .Hash
Fixes issue 30833
2022-12-09 09:40:51 +03:00
Clément Vannicatte
48550eb912
add version support to `fish` auto-completion
2022-12-06 11:56:04 +01:00
Andrey Glazkov
278e748fbb
fix minikube description.
2022-12-02 09:09:08 +03:00
Kartik Sharma
9e552abc2d
Update content/en/docs/tasks/tools/install-kubectl-linux.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-29 08:58:48 +05:30
kartik494
93d6d2b7ea
Modify key for apt repositories
2022-11-28 17:34:57 +05:30
Michael
61ca3c1438
Fix install-kubectl-windows.md
2022-11-04 10:14:21 +08:00
Kubernetes Prow Robot
4b05eab8b9
Merge pull request #37192 from maciejporebski/patch-1
...
Add Kubectl Install Instructions Using Winget
2022-10-24 11:56:24 -07: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
Kubernetes Prow Robot
4c6003344a
Merge pull request #36854 from AnassKartit/patch-1
...
Update install-kubectl-windows.md
2022-10-17 11:13:07 -07:00
Anass Kartit
4f52a6fbdc
Update install-kubectl-windows.md
...
replaced curl with curl.exe at line 160
2022-10-14 10:35:25 +02:00
Maciej Porebski
5254265c1b
Add Oxford Comma to CLI Install Options List
...
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2022-10-12 21:41:17 +01:00
Anass Kartit
79ff9e84e9
Update content/en/docs/tasks/tools/install-kubectl-windows.md
...
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:54:15 +02:00
Anass Kartit
a26f7e69f6
Update content/en/docs/tasks/tools/install-kubectl-windows.md
...
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:54:04 +02:00
Anass Kartit
50df8d57f1
Update content/en/docs/tasks/tools/install-kubectl-windows.md
...
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:53:58 +02:00
Anass Kartit
782afe79e4
Update content/en/docs/tasks/tools/install-kubectl-windows.md
...
Co-authored-by: Mahé <mahe5397@hotmail.fr>
2022-10-12 14:53:44 +02:00
Maciej Porebski
0dde71a1fd
Update CLI Install Section Link to Match New URL
2022-10-10 14:16:26 +01:00
Maciej Porebski
47e928bc3f
Update Section Heading for CLI Install
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-10-10 14:10:59 +01:00
Maciej Porebski
f5eab7d041
Add Kubectl Install Instructions Using Winget
2022-10-06 19:47:23 +01:00
Bird
7dcfd54a6f
fix: homebrew prefix error in bash-completion of kubectl(en)
2022-09-24 10:50:20 +08:00
Kubernetes Prow Robot
266841629d
Merge pull request #36113 from samos123/fix-36111
...
remove unused repo gpgkey for yum repo
2022-09-21 17:49:08 -07:00
Anass Kartit
8d35a74385
Update install-kubectl-windows.md
...
suggest to replace curl with native invoke-webrequest
2022-09-16 11:00:39 +02:00
Sam Stoelinga
421109c462
Remove unused repo gpgkey for yum repo
...
microdnf is having issues with the repo gpgkey that was previously used
however the repogpgcheck was removed in
https://github.com/kubernetes/website/pull/34546 so the gpgkey for the
repo can be removed as well.
this is to implement #36111
2022-08-30 14:44:38 -07: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
Shubham
40c626c276
Fixed markdown in tabs. ( #35504 )
...
* Fixed markdown in tabs.
* Removed {{< note >}} shortcode.
2022-07-29 04:13:11 -07:00
Akanksha kumari
31cde47bf0
Omit `apt-transport-https` from install
...
Remove dummy package `apt-transport-https` from linux kubectl install instructions
2022-07-16 19:24:06 +05:30
Jihoon Seo
4d73d8939d
Update install page to turn off repo_gpgcheck
2022-06-24 15:34:48 +09:00