Commit Graph

23075 Commits

Author SHA1 Message Date
Daniel Hiltgen 43c34404cd Add mention of kubectl BuildKit CLI plugin
The buildkit-cli-for-kubectl project aims to provide a drop-in replacement for
`docker build` with compatible UX.  Some users looking to migrate off
dockershim may find this CLI plugin useful.

Signed-off-by: Daniel Hiltgen <hiltgend@vmware.com>
2020-12-08 20:44:10 -08:00
bl-ue a67a087bf8 Fix broken link to metrics-server 2020-12-08 22:16:16 -05:00
Kubernetes Prow Robot 03dc8b99b9 Merge pull request #25491 from Kartik494/updatedeployment
Update rollout deployment command
2020-12-08 18:12:19 -08:00
Kubernetes Prow Robot cfe47ddf9e Merge pull request #23328 from rayw000/shell-scripts-syntax-highlighting
Shell script syntax highlighting in README.md
2020-12-08 17:24:05 -08:00
Kubernetes Prow Robot 282666d967 Merge pull request #25506 from Arhell/sync-install-kube
[zh] sync install-kubeadm.md
2020-12-08 17:06:04 -08:00
Kobayashi Daisuke 7843284ce6 Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: makocchi <makocchi@gmail.com>
2020-12-09 09:43:24 +09:00
Kobayashi Daisuke 012fcb0d00 Update content/ja/docs/setup/release/version-skew-policy.md
Co-authored-by: makocchi <makocchi@gmail.com>
2020-12-09 09:43:15 +09:00
Rey Lejano c86ca1a570 add note shortcode to 'Debugging Kubernetes nodes with crictl' 2020-12-08 15:49:18 -08:00
Tim Bannister aa27de5959 Tweak wording for Workloads overview 2020-12-08 23:46:27 +00:00
Arhell fc57d43747 [zh] sync install-kubeadm.md 2020-12-09 01:12:20 +02:00
Kubernetes Prow Robot caa05b9456 Merge pull request #25245 from SergeyKanzhelev/pid-available
add `pid.available` to the eviction signals list
2020-12-08 15:11:34 -08:00
Kubernetes Prow Robot 7f1bff9f53 Merge pull request #25494 from m0freak/patch-1
Add sudo when running systemctl
2020-12-08 15:09:34 -08:00
Kubernetes Prow Robot cd2c440bf7 Merge pull request #25503 from annajung/update-release-notes
Update release notes for 1.20 release
2020-12-08 15:03:35 -08:00
Sergey Kanzhelev d1dc73cb3a add pid.available to the eviction signals list 2020-12-08 22:58:23 +00:00
Kubernetes Prow Robot 620ba6d484 Merge pull request #25109 from qiutongs/master
Add a mapping table from docker cli to crictl in crictl debugging doc
2020-12-08 14:45:34 -08:00
Anna Jung (VMware) 78f36756cd Update release notes for 1.20 release
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-12-08 16:38:06 -06:00
Qiutong Song aa880306c6 Address comments
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 22:35:57 +00:00
Kubernetes Prow Robot 02dc538596 Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2020-12-08 14:15:34 -08:00
Kubernetes Prow Robot 8f46bc1ac4 Merge pull request #25453 from jiaj12/patch-53
Update kubectl.md
2020-12-08 14:13:34 -08:00
Kubernetes Prow Robot fc244c3188 Merge pull request #25447 from jiaj12/patch-48
Update style-guide.md
2020-12-08 14:11:35 -08:00
Kubernetes Prow Robot cac080e8b2 Merge pull request #25434 from jiaj12/patch-45
Update parallel-processing-expansion.md
2020-12-08 14:09:35 -08:00
Kubernetes Prow Robot b352338ce5 Merge pull request #25419 from bl-ue/patch-2
Remove usage of 'we' in kubelet-garbage-collection.md
2020-12-08 14:07:34 -08:00
Anna 6f2391ba85 Merge pull request #25469 from jrsapi/1.20-release-blog
Kubernetes 1.20 Release Blog
snapshot-initial-v1.20
2020-12-08 15:26:44 -06:00
Anna 391eef6bda Merge pull request #24138 from kubernetes/dev-1.20
Official 1.20 Release Docs
2020-12-08 15:11:00 -06:00
Qiutong Song 3e8e1d924e Address comments
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:49:13 +00:00
Qiutong Song cb55041b1a Add a mapping table from docker cli to crictl in crictl debugging doc
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:44:55 +00:00
Sylvain Coulombel d77262740b Env var are not updated after a secret update 2020-12-08 21:12:03 +01:00
Joseph Sandoval 2adea7edff Kubernetes 1.20 Release Blog 2020-12-08 12:02:41 -08:00
Mike Gehard 9c38911446 Make wording in overview more in line with the description
The description talks about the server one way and the overview text talks about it a bit differently.

This change aligns them and make them easier to understand in my opinion.
2020-12-08 13:07:34 -05:00
Adam Kaplan 7b80f63dbc Caution Note for ssh-auth Secrets
Adds a `caution` note that SSH key pairs do not establish trust between
clients and servers. A secondary method is required to establish trust
between an SSH client and host server, such as fixed `known_hosts` file.
Clients which do not establish adequate trust are vulnerable to "man in
the middle" impersonation attacks.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-12-08 12:21:08 -05:00
Jonny Browning 23d2722023 Clarified kubectl generators being deprecated
Previously it was not clear that it was only the generators used by `kubectl run` that are deprecated, not those used by `kubectl create`
2020-12-08 15:20:33 +00:00
m0freak 5f6b3af864 Add sudo when running systemctl
For someone following the guide to setup a cluster, sudo is being used in the initial commands, I think it would great to carry this on till the last commands.
2020-12-08 17:39:09 +03:00
kartik494 fd411a39c1 Update rollout deployment command 2020-12-08 18:29:05 +05:30
wangyamei 58c6e381ca Update feature-gates description for TopologyManager 2020-12-08 19:56:00 +08:00
Salvador González González 18b8846b9b Update cron-jobs.md
Mention about v2 CronJob controller.
2020-12-08 11:00:18 +00:00
makocchi-git 28c964b5c9 trim whitespaces in manifests 2020-12-08 19:54:28 +09:00
prankul88 613cb9d4f3 Update expose service intro 2020-12-08 14:54:49 +05:30
jiazxjason 3c1120bf1a Update adding-windows-nodes.md 2020-12-08 17:09:10 +08:00
jiazxjason f6b254cf17 Update configure-pod-configmap.md 2020-12-08 14:49:57 +08:00
yuandongx dfde83004e missing '。' && update to make the sentence better. 2020-12-08 06:33:03 +00:00
jiajie 68a0cdb9ea Update style-guide.md 2020-12-08 13:18:34 +08:00
jiajie 954ca51bd1 Update style-guide.md 2020-12-08 11:22:45 +08:00
jiajie 9aa4791626 Update kubectl.md 2020-12-08 11:01:13 +08:00
jiajie 8a875ac352 Update parallel-processing-expansion.md 2020-12-08 10:39:43 +08:00
bl-ue 042e3062c6 Update kubelet-garbage-collection.md 2020-12-07 12:44:03 -05:00
Anna Jung (VMware) 44a3070c2d Update config.toml for release 1.20 2020-12-07 11:16:21 -06:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -06:00
bl-ue 73adc5b617 Update 2020-12-02-dont-panic-kubernetes-and-docker.md
Fix grammar
2020-12-07 10:53:58 -05:00
bl-ue 7947cff95a Update 2020-12-02-dockershim-faq.md
Fix grammar
2020-12-07 10:35:48 -05:00
Kubernetes Prow Robot 72d21d074c Merge pull request #25386 from annajung/dev-1.20-ref-doc
Update generated reference API docs
2020-12-07 07:25:26 -08:00