20757 Commits

Author SHA1 Message Date
serewicz 07a8b3315d Update container-runtimes.md
The current command on line 125 throws a permission error. The sudo elevation of rights applies to the containerd command, not the write (>) to a file owned by root.

This is the command as copied from the current page:
student@master:~$ sudo containerd config default > /etc/containerd/config.toml
-bash: /etc/containerd/config.toml: Permission denied

Instead leverage sudo tee. It works and no more error: 
student@master:~$ containerd config default | sudo tee /etc/containerd/config.toml
2020-11-20 09:16:59 -06:00
Mark Rossetti b41ee25727 doc updates for graduating Windows + containerd support to stable (#24862)
fixing content in tabs on adding-windows-nodes.md

reworking tabbed content on adding-windows-nodes.md

intro-windows-in-kubernetes.md

Updating Windows pause image details

PR feedback for adding-windows-nodes.md

Updating comments got GMSA on containerD
2020-11-20 07:10:51 -08:00
Kubernetes Prow Robot 2c2cdeb5d8 Merge pull request #24908 from neolit123/1.20-upgrade-docs
kubeadm: update the upgrade documentation for 1.20
2020-11-20 06:58:51 -08:00
Kubernetes Prow Robot d63933db6e Merge pull request #24415 from sftim/20201007_remove_cluster_management_task
Remove cluster management task
2020-11-20 06:52:51 -08:00
Tim Bannister 59dcd57cc9 Revise cluster management task
After removing the sections of the page that are not in line with the
content guide, there is little left.

Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.

- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
M. Habib Rosyad 4ba449d527 Switch New York Times case study to use youtube shortcode 2020-11-20 14:32:12 +07:00
David Porter 13cc09ff08 Add graceful node shutdown feature gate 2020-11-20 07:19:09 +00:00
Qiming Teng 2dac08f68f [zh] sync tasks/debug-application-cluster/audit.md 2020-11-20 15:18:48 +08:00
Qiming Teng 119fbd49c8 [zh] sync tasks/tools/_index.md 2020-11-20 15:00:08 +08:00
Qiming Teng 7ba7891716 [zh] sync tasks/extend-kubernetes/setup-konnectivity.md 2020-11-20 14:08:08 +08:00
Qiming Teng 0fb07f776b [zh] Sync tasks/administer-cluster/enabling-endpointslices.md 2020-11-20 13:56:36 +08:00
Qiming Teng 8ca50ece47 [zh] sync downward-api-volume-expose-pod-information.md
The English change is only about quote characters used.
2020-11-20 13:37:06 +08:00
Qiming Teng 1352540616 [zh] sync tasks/configure-pod-container/security-context.md 2020-11-20 13:32:31 +08:00
Qiming Teng b554875dea [zh] resync troubleshooting 2020-11-20 10:52:48 +08:00
Kubernetes Prow Robot 1e38b53fc8 Merge pull request #25073 from tengqm/tweak-binpacking
Tweak page style for resource-bin-packing
2020-11-19 18:30:51 -08:00
Kubernetes Prow Robot 6c562c44a8 Merge pull request #25112 from zhaojizhuang/zh-readme
[zh] synchronize zh for readme
2020-11-19 18:06:51 -08:00
Kubernetes Prow Robot 6337b521dc Merge pull request #25047 from Arhell/upd-shortcode
update shortcode branch name
2020-11-19 17:34:51 -08:00
Kubernetes Prow Robot 962ec2ae71 Merge pull request #25126 from Arhell/sync-link
video block sync
2020-11-19 15:34:51 -08:00
Arhell 699676985a video block sync 2020-11-20 00:59:38 +02:00
Léopold Jacquot 937ddcea5a Improve Taints and Tolerations example 2020-11-19 22:17:34 +01:00
Kubernetes Prow Robot 11d11a6adc Merge pull request #25122 from Marusyk/25118
Remove automatic index from tutorials list
2020-11-19 12:52:52 -08:00
Roman Marusyk 7ae8024f03 Remove automatic index from tutorials list 2020-11-19 22:26:59 +02:00
Lubomir I. Ivanov b675adf796 kubeadm: upgrade the upgrade documentation for 1.20
Update the kubeadm upgrade documentation:
- Re-order the steps to drain / upgrade kubelet/kubectl / uncordon
- Remove the detailed output from apply and plan.
- Use {{ skew ... }} markers so that we can avoid more verbose changes
to the document.
- Apply minor / general cleanup (whitespace, missing ':')
2020-11-19 22:06:45 +02:00
Kubernetes Prow Robot bc687f287c Merge pull request #24899 from shuuji3/en/fix-button-styling-of-tasks
Apply the common blue style to buttons under .main class
2020-11-19 10:48:52 -08:00
Kubernetes Prow Robot 5548e3f7c9 Merge pull request #25090 from nodecaf/patch-1
Update taint-and-toleration.md
2020-11-19 10:40:51 -08:00
mkontani c2a33c3403 fix dex/kubernetes link 2020-11-19 18:09:22 +00:00
Kubernetes Prow Robot dbf0117733 Merge pull request #25115 from SomtochiAma/merged-master-dev-1.20
Merge master into dev-1.20 to keep in sync
2020-11-19 08:58:52 -08:00
Kubernetes Prow Robot 52d7e453fd Merge pull request #25105 from shuuji3/patch-4
Update URL of krew plugin list
2020-11-19 08:54:51 -08:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
zhaojizhuang a3c01c191a [zh] synchronize zh for readme 2020-11-19 22:12:19 +08:00
Kubernetes Prow Robot 3cc410cd01 Merge pull request #25086 from bassaer/fix-jp-cheatsheet
remove a conflict marker from Japanese cheatsheet.md
2020-11-18 22:10:50 -08:00
TAKAHASHI Shuuji 52a54dbf01 Update the URL of krew plugin list 2020-11-18 22:59:14 -05:00
Lubomir I. Ivanov d046f6d5a4 layouts/shortcodes/skew.html: add latestVersionAddMinor
For site.Params.latest equals v1.20,

The following shortcode:
  skew latestVersionAddMinor N "-"

would return:
  1-(20+N)

negative N are supported.
2020-11-19 00:39:50 +02:00
Pushkar Joglekar f732e8ea87 Adding cloud native security whitepaper blog post with image (#25010)
* Adding cloud native security whitepaper blog post with image

* Injecting image in a markdown native way instead of html tags

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Switch image to SVG

* Update cloud native security whitepaper link

Linked to CNCF blog post

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-18 10:42:04 -08:00
Kubernetes Prow Robot 35b3eba07d Merge pull request #24643 from cognifloyd/patch-1
Fix minor typo in StatefulSets docs
2020-11-18 09:58:05 -08:00
Kubernetes Prow Robot 95217e66b1 Merge pull request #25102 from balanceiskey/patch-1
Update configmap.md
2020-11-18 09:54:05 -08:00
Kubernetes Prow Robot 17f418f6d0 Merge pull request #25087 from sftim/20201117_add_cks_training
Add CKS to training page
2020-11-18 09:50:07 -08:00
Tim Bannister 938d569e8e Add CKS to training page
CKS is a two-hour, performance-based certification exam that provides
assurance that a certificant has the skills, knowledge, and competence on
a broad range of best practices for securing container-based applications
and Kubernetes platforms during build, deployment, and runtime. And now
it's live.
2020-11-18 17:38:31 +00:00
Sundeep Malladi 97629eba26 Update configmap.md 2020-11-18 10:40:55 -06:00
Kubernetes Prow Robot 2faaed676c Merge pull request #24874 from janosi/mixedprotocollb
Document the support of mixed protocol values in the LoadBalancer type of Services
2020-11-18 07:00:06 -08:00
Kubernetes Prow Robot 754db5345e Merge pull request #25089 from scoulomb-dup-fork/cm-cmd-args
Improve configmap usage as pod command and args
2020-11-18 06:54:05 -08:00
Kubernetes Prow Robot 8d225a1c73 Merge pull request #25088 from jjasghar/patch-1
Update health-checks.md
2020-11-18 06:28:06 -08:00
Kubernetes Prow Robot 8a585553e1 Merge pull request #25092 from tengqm/fix-shortcode
Use card mode for cncf-landscape shortcode
2020-11-18 06:26:05 -08:00
Jordan Liggitt 8d96fcb423 Update GC cross-namespace note 2020-11-18 09:14:07 -05:00
Qiming Teng 2c38cb1bdc Tweak page style for resource-bin-packing 2020-11-18 16:34:09 +08:00
Kubernetes Prow Robot cc0d8b78ad Merge pull request #25068 from scoulomb-dup-fork/cm
Use configmap inside a k8s pod command, as entrypoint is docker specific
2020-11-17 22:54:04 -08:00
Qiming Teng ac725258d2 [zh] Resync pod-topology-spread-constraints page 2020-11-18 14:10:32 +08:00
ramnar 4ed2587df3 implemented review comments 2020-11-18 10:03:23 +05:30
Kubernetes Prow Robot 077f3a450e Merge pull request #25093 from DangHT/master
[zh] remove redundant content
2020-11-17 20:00:04 -08:00
DangHT 920e551903 [zh] fix content error 2020-11-18 11:47:04 +08:00