Kubernetes Prow Robot
1d77a887e9
Merge pull request #31355 from Babapool/fix-binary-path
...
Mention the kubectl binary folder as PATH environment variable
2022-01-31 04:08:23 -08:00
Shivam Singhal
788591c7e1
Fix the download link to kubectl convert plugin for bash
2022-01-21 10:38:39 +02: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
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
Kubernetes Prow Robot
cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
...
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -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
Kubernetes Prow Robot
1c31b83f9d
Merge pull request #30294 from bradbeck/zsh-completion
...
Fix zsh completion setup
2021-11-22 18:14:16 -08:00
Jesse Butler
d330226a95
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot
80b4fe0cac
Merge pull request #30069 from sftim/20211013_tweak_kubectl_skew_advice
...
Tweak advice about kubectl skew
2021-11-05 13:52:40 -07:00
Brad Beck
b48ddd9e90
Fix zsh completion setup
2021-10-28 10:02:50 -05:00
Ali Yousefi Sabzevar
d895791f1f
fix the sudo problem with cat using tee - en
2021-10-27 14:22:35 +02:00
Ali Yousefi Sabzevar
9a36c05f6a
add sudo to Red Hat-based distributions - en
2021-10-26 21:43:55 +02:00
Stefan Lasiewski
537c2e101b
sha256sum requires 2nd space for the type
2021-10-20 10:12:43 -07: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
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
Kubernetes Prow Robot
670116cc39
Merge pull request #28740 from bhumijgupta/add-kubectl-check-info
...
Add kubectl-convert plugin installation info
2021-07-12 14:29:42 -07:00
Oisín
ad5afa3dfa
Make kubectl executable in non-root install docs
...
Following the "if you do not have root access" installation docs for kubectl results in a "permission denied" error, so this change adds the appropriate chmod command to minimise confusion.
2021-07-07 14:00:33 +01: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
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
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
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
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08: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
Kubernetes Prow Robot
1dc0e0fcc4
Merge pull request #27467 from eddiezane/ez/remove-kubectl-psgallery
...
Remove out of date PSGallery kubectl install instructions
2021-04-20 01:02:33 -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
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
Akihito INOH
d7c2dd670b
Fix errors of linkchecker.py in tasks folder
...
This commit fixes `Should use relative paths` errors which are shown by `linkchecker.py`
on `en/docs/tasks/*`.
2021-03-23 11:13:46 +09:00
Jihoon Seo
bf312020cf
Fix broken link
2021-03-15 11:14:11 +09:00
Kubernetes Prow Robot
8d779533c6
Merge pull request #26945 from jihoon-seo/patch-3
...
Fix typo (Linux -> macOS)
2021-03-12 17:41:04 -08:00
Terry Moschou
b1686cc43a
Switch to curl, remove code formatting on the product names, use OS family name on tabs
2021-03-09 11:47:15 +10:30
Terry Moschou
21382af32e
Update Ubuntu/Debian installation instructions to use Signed-By option ( #26906 )
...
The use of `apt-key` to install has also been removed as it is now deprecated
and will be last available in Debian 11 and Ubuntu 22.04.
Also updates the Docker repository setup instructions in container-runtimes.md,
to now refer to the respective instructions at https://docs.docker.com/engine/install/
which has already made the move to use the signed-by option.
2021-03-08 21:23:53 +10:30
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
Nate W
ac8b4c5399
Updating /docs/tasks/tools/install-kubectl
...
Adding instructions for how to validate kubectl binaries against checksum files (Linux, MacOS, Windows)
Updating links to download from https://dl.k8s.io/
Updating Linux-specific install instructions to use install command, and
macOS-specific instructions to chown root the install to provide a trusted
kubectl.
Adding note annotation around optional download instructions
Markdown updates
* Updating numbered lists to use markdown syntax ("1." for each entry), should make it easier to add and remove list items in future
* Adding some syntax highlighting to the command snippets
Correcting "PowerShell" spelling
fixes: https://github.com/kubernetes/website/issues/25040
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-18 11:38:05 -08:00
RA489
815832f03a
Update kind doc
2020-11-23 09:50:45 +05:30