Commit Graph

43 Commits

Author SHA1 Message Date
network-charles bf96dbe898 update kubectl download options 2024-08-25 08:53:10 +00:00
Kurt Heiden 6d3a106bc0
Update install-kubectl-windows.md 2024-03-07 12:36:39 -07:00
Kubernetes Prow Robot eb9db45aa3
Merge pull request #41987 from sftim/20230712_revise_home_page
Revise docs home page
2023-08-15 21:22:27 -07:00
pegasas bc7cbf6e53 “Install and Set Up kubectl…” tasks mention fixed bug 2023-08-16 09:52:09 +08:00
Tim Bannister 9520b96a61 Revise docs home page
Reorder and replace cards to better (I hope!) serve our readers.
2023-08-09 11:49:12 +01:00
Tim Bannister 50d7e85643
Migrate from fullVersion param to skew shortcode
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
BiswajitGit 5b771b8368 update changes: kubernetes.io/docs/tasks/tools/install-kubectl-windows/ 2023-04-02 18:51:28 +05:30
windsonsea 9ddbe3fd20 Tweak line wrappings in 3 files of tasks/tools/ 2023-03-26 09:41:53 +08: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
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
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
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
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
Anass Kartit 8d35a74385
Update install-kubectl-windows.md
suggest to replace curl with native invoke-webrequest
2022-09-16 11:00:39 +02:00
Arhell 49114042bc [en] remove trailing whitespaces install-kubectl-windows.md 2022-04-23 13:08:45 +03:00
Jihoon Seo 06aa7edaff nit: kubectl -> kubectl-convert 2022-03-11 10:42:58 +09:00
Yuvraj Chhetri cd26a2bb6b
Updated files install-kubectl-linux.md , install-kubectl-macos.md , install-kubectl-windows.md (#31916)
* updated install-kubectl-windows.md

* Updated install-kubectl-windows.md

* Update install-kubectl-linux.md

* Update install-kubectl-macos.md
2022-02-26 18:23:17 -08:00
Vitthal Sai be56556f8f
Incorporates the feedback changes 2022-01-16 16:45:22 +05:30
Vitthal Sai d8f4cefa59
Mention the kubectl binary folder as PATH environment variable 2022-01-15 22:14:53 +05:30
Jesse Butler d330226a95 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-11-17 12:55:09 -05:00
Tim Bannister cccf7b2102 Tweak advice about kubectl skew
This change helps make the example apply more relevantly to older docs
releases.
2021-10-13 19:35:06 +01: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
S Nitesh Singh 1016cd383d fix broken link in install kubectl windows page 2021-08-27 23:10:48 +05:30
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 729414f650 Add kubectl-convert install info
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-01 23:51:37 +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
Kubernetes Prow Robot dc77f26c4a
Merge pull request #27425 from Kartik494/improveDocs
Improvement in Docs
2021-04-21 05:22:10 -07:00
kartik494 59b166ed89 Improvement in Docs 2021-04-20 09:00:39 +05:30
Eddie Zaneski 0349ac0035
Remove PSGallery kubectl install instructions
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-04-13 19:56:53 -06: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