Christine K
09e79db506
Add example command to create /etc/apt/keyrings directory ( #43626 )
...
* create folder for key
The following command will fail without the folder created manually beforhand.
```
curl -fsSL https://dl.k8s.io/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
```
* updated instruction
updated according to the comment in the PR
* updated mkdir part
* Updated mkdir
2024-01-17 17:01:14 +01:00
steve-hardman
298d7cd864
Fix page layout
2023-10-12 00:22:32 +01:00
Raul Mahiques
926770351c
Added instructions for SUSE-based distributions ( #42913 )
...
* Update install-kubectl-linux.md
Added instructions for SUSE based distributions
* Update change-package-repository.md
Added a section for openSUSE and SLES distributions
* Update content/en/docs/tasks/tools/install-kubectl-linux.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tasks/tools/install-kubectl-linux.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update content/en/docs/tasks/tools/install-kubectl-linux.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
---------
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-10-09 09:05:47 +02:00
Julien Furgerot
b7b8e6ff21
Fix sha256 url missing '/release/' to download kubectl
2023-09-18 22:00:04 +02:00
Dipesh Rawat
b03537155d
Fix tab content and page layout
2023-08-21 00:14:06 +01: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
Marko Mudrinić
b9f0cbcf9a
Typo fixes
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-08-10 12:42:08 +03:00
Marko Mudrinić
638d07d0f2
Fix the apt repository definition
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-08-10 12:42:08 +03:00
Marko Mudrinić
08cac8cf08
Address review comments
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-08-10 12:42:06 +03:00
Marko Mudrinić
c206802a2e
Update package manager instructions with community-hosted repos
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-08-10 12:41:09 +03: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
TeamDman
9609828e50
Update install-kubectl-linux.md for conciseness
2023-08-01 23:10:11 -04:00
TeamDman
fb609943b8
Add command for creating missing keyring dir
2023-08-01 12:07:03 -04:00
Tim Bannister
5a7dc5d7d6
Remove a deprecated param
...
Use the skew shortcode instead.
2023-07-24 15:38:32 +01: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
Dipesh Rawat
c1c805f00c
Update GPG Key for kubectl install
2023-05-29 12:34:52 +01:00
Dipesh Rawat
de825a1863
Update GPG Key for kubectl install
2023-05-29 12:16:40 +01:00
Kubernetes Prow Robot
bf58bb44af
Merge pull request #40183 from blaisemGH/patch-1
...
Update install-kubectl-linux.md
2023-05-10 00:24:59 -07: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
Marcelo Giles
ec519e2232
Add curl download options for linux on arm64
2023-04-28 15:54:26 -07:00
windsonsea
9ddbe3fd20
Tweak line wrappings in 3 files of tasks/tools/
2023-03-26 09:41:53 +08:00
blaisemGH
0f2dd8d578
Update install-kubectl-linux.md
...
gpg check did not work on RHEL8, seems to be missing an argument.
2023-03-21 11:29:56 +01: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
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
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
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
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
Ananta C
74112d268b
add escape before $basearch in repo file creation
2022-06-07 22:20:55 -04:00
Ananta Chakravartula
634ed73a9b
remove hardcoded x86_64 from linux install doc
2022-06-07 22:05:37 -04:00
Sarang Joshi
b3e75c52a6
Nit: grammar fix on install-kubectl-linux.md
2022-04-08 15:19:53 +05:30
Lukas Hass
3980c42945
Use cat instead of shell built-in to read checksum
2022-03-24 19:58:00 +01:00
Anjan
1d7ee57cbd
there is no need to create a kubernetes directory under ~/.local/bin
2022-03-18 12:30:16 +05:30
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
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
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
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
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