network-charles
bf96dbe898
update kubectl download options
2024-08-25 08:53:10 +00:00
Felipe Cassenote Gehrke
0299ca8f34
Update SUSE install-kubectl-linux.md
2024-08-08 16:34:14 -03:00
Kubernetes Prow Robot
687230fa82
Merge pull request #45814 from lorenzogrv/patch-1
...
kubectl debian install guide does not mention gnupg at all
2024-05-20 23:13:09 -07:00
John.C
777987abbc
Update verify-kubectl.md
2024-04-12 15:21:26 +01:00
lorenzogrv
3325f2e759
kubectl debian install guide
...
On a bare-metal Debian 12 clean install, gnupg is needed. Maybe it should be noted with prose
2024-04-10 06:13:16 +02:00
Kubernetes Prow Robot
caaaefb6f5
Merge pull request #44680 from fbauzac/patch-1
...
install-kubectl-linux.md: add chmods
2024-04-09 11:34:27 -07:00
Anirudh
20b2d064c9
Added a link to the minikube installation website
...
Hi, I was trying to install Kubernetes on my local machine and I noticed that suggestion to install Minikube did not have a hyperlink to it. So I added a link at the mention of install Minikube so it's convenient for people trying to install it on their local machine.
2024-03-22 00:35:17 -04:00
fbauzac
d798896198
Update content/en/docs/tasks/tools/install-kubectl-linux.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-13 15:17:35 +01:00
fbauzac
9319773960
Update content/en/docs/tasks/tools/install-kubectl-linux.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-03-13 15:17:26 +01:00
Kurt Heiden
6d3a106bc0
Update install-kubectl-windows.md
2024-03-07 12:36:39 -07:00
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
fbauzac
e15b943a5a
install-kubectl-linux.md: add chmods
...
The keyring needs to be readable by _apt, otherwise "apt update" prints the following kind of error:
W: GPG error: https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.29/deb InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 234654DA9A296436
E: The repository 'https://pkgs.k8s.io/core:/stable:/v1.29/deb InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
kubernetes.list needs to be world-readable, otherwise command-not-found prints warnings such as:
WARNING:root:could not open file '/etc/apt/sources.list.d/kubernetes.list'
2024-01-09 10:01:10 +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