Commit Graph

261 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot bd4d92763f
Merge pull request #44043 from steve-hardman/fix-kubectl-mac-step
Fix cleanup instruction in macOS kubectl installation page
2023-12-22 07:45:54 +01:00
steve-hardman 7b2723fba7
FIx the remove step
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-12-03 19:17:24 +00:00
xin.li 5acc639bef improve format for included/verify-kubectl.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-11-30 22:36:41 +08:00
Suruchi Kumari 1efeb86821
Update verify-kubectl.md 2023-11-29 21:43:11 +05:30
Suruchi Kumari 708220bb13
Update content
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-11-29 19:40:47 +05:30
Suruchi Kumari c0a72d25d8
added doc for setting up cloud provider kubectl auth via plugin
Signed-off-by: GitHub <noreply@github.com>
2023-11-29 13:26:04 +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
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
Kubernetes Prow Robot c266e731fd
Merge pull request #43100 from zbbfufu/patch-1
Fix sha256 url missing '/release/' to download kubectl
2023-09-20 03:50:00 -07: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
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
Kate Murphy ccf2275977 Fixup: use correct `which` command instead of non-existent `where` 2023-07-28 13:38:43 -07:00
Tim Bannister 5a7dc5d7d6 Remove a deprecated param
Use the skew shortcode instead.
2023-07-24 15:38:32 +01:00
Kubernetes Prow Robot 39851788f8
Merge pull request #41922 from mrgiles/36159_install_tools_kind_update
update kind install prereqs to include podman
2023-07-10 17:53:11 -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
Marcelo Giles 56fb21e4f9
update kind install prereqs to include podman
Capitalize products names
2023-07-07 10:06:21 -07:00
Kubernetes Prow Robot 6b1f65f55a
Merge pull request #41300 from achiverram28/patch-1
Document steps for deleting kubectl on macOS
2023-07-05 15:13:03 -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
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
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
BiswajitGit 5b771b8368 update changes: kubernetes.io/docs/tasks/tools/install-kubectl-windows/ 2023-04-02 18:51:28 +05:30
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
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
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