Commit Graph

44 Commits

Author SHA1 Message Date
steve-hardman 7b2723fba7
FIx the remove step
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-12-03 19:17:24 +00:00
steve-hardman d0f79ad397
Fix the remove step
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-27 17:59:34 +00:00
steve-hardman a7cdaf6c2e
Fxi the remove step 2023-11-23 00:16:07 +00:00
Kubernetes Prow Robot d43cd79b06
Merge pull request #42279 from Katee/fixup-which-command
Use correct `which` command instead of non-existent `where`
2023-09-19 16:18:54 -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
Kate Murphy ccf2275977 Fixup: use correct `which` command instead of non-existent `where` 2023-07-28 13:38:43 -07:00
basefas a9725c1149
Fix wrong code highlighting for kubectl install on Linux (#40437)
* change code block to console type

* only change English version

* change mistake

* update another pair
2023-07-08 07:35:05 -07:00
achiverram28 37ca580a7d
Update the deletion of kubectl on macOS 2023-05-26 23:29:01 +05:30
achiverram28 19d1bc09aa
changes with respect to nit 2023-05-26 22:28:43 +05:30
achiverram28 e5854085c9
Modified the deletion of kubectl on macOS 2023-05-26 21:39:56 +05:30
achiverram28 ce2de2feae
Modified deletion of kubectl on macOS. 2023-05-26 01:37:28 +05:30
achiverram28 0592d98984
Update install-kubectl-macos.md
Adding the delete kubectl in macOs
2023-05-24 15:42:27 +05:30
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
windsonsea 9ddbe3fd20 Tweak line wrappings in 3 files of tasks/tools/ 2023-03-26 09:41:53 +08: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 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
zhuzhenghao 85b9f7f6b7 Remove what-next in install-kubectl-macos.md 2023-02-03 17:58:37 +08:00
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
Lukas Hass 3980c42945
Use cat instead of shell built-in to read checksum 2022-03-24 19:58:00 +01:00
Jeremy Puchta 00f74d9ae4
Remove trailing whitespaces from cli commands 2022-03-20 16:36:50 +01: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
brianpursley ad015ad425 Add instructions for enabling fish auto-completions for kubectl 2022-01-09 20:36:19 -05:00
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
Juhee Kang 97d371bcf7
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
Compared with the other distro guide about installation kubectl, the macOS installation guide has a typo about validation of kubectl-convert. 
This commits fixes the typo on "Install kubectl on macOS" documentation.
2021-07-30 22:16:44 +09:00
ruffrey f65f046cb5
Fix incorrect mv command for kubectl-convert
Looks like the `mv` installation command for `kubectl-convert` had been copied from `kubectl` install, but not fully changed
2021-07-14 09:45:25 -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 729414f650 Add kubectl-convert install info
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-01 23:51:37 +05:30
Kubernetes Prow Robot 9d6baceb49
Merge pull request #28418 from HongjiangHuang/install-kubectl-notes
[en]: Add PATH note for install macos kubectl
2021-06-16 03:55:59 -07:00
Albert cd30245ed5 [en]: Add PATH note for install macos kubectl 2021-06-16 17:51:22 +08:00
Albert 482b53e3df remove duplicate content 2021-06-15 21:54:35 +08:00
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
Yılmaz ŞEN cd04c8a1f6
Adding one line code for installation of kubectl
Hi There, When I follow these instructions, I could not install correctly kubectl.  After kubectl file downloading, That file needs to be given execution permission.
I want to contribute for that.  Best regards.
2021-06-04 11:19:25 +03: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
Rebecca f0d53f9f79
Update macOS installation instructions (#27512)
* Update macOS installation instructions

* Add tabs to example

* tabs render weird in infoboxes
2021-04-13 05:46:50 -07:00
Jihoon Seo 4af3585b05
Fix typo (Linux -> macOS) 2021-03-08 15:56:59 +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