Qiming Teng
3502b36f86
Fix outdated content in feature gates
...
Also applied some line wrapping to unreasonable long lines.
2021-01-19 15:24:44 +08:00
Paul Czarkowski
99029b97d7
Remove Master/Slave terminology from stateless application tutorial.
...
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.
The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.
A followup PR to the examples repo to be referenced here will be made.
Addresses #22918
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
address comments in PR
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
remove confusing comment about dns, we can assume k8s has kube-dns
Signed-off-by: Paul Czarkowski <username.taken@gmail.com >
2021-01-19 04:19:23 +00:00
Kubernetes Prow Robot
6633351917
Merge pull request #25778 from tengqm/fix-22624
...
Remove link to empty list for k8s metrics
2021-01-17 16:17:43 -08:00
Kubernetes Prow Robot
2f5cfe4624
Merge pull request #26098 from liggitt/kubelet-upgrade
...
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-17 08:41:43 -08:00
Salvador González González
9cc4fde667
Remove v2 controller mention
...
I removed mention to v2 controller behaviour.
2021-01-17 09:36:18 +00:00
Kubernetes Prow Robot
a0dd4b51ac
Merge pull request #26020 from ydFu/fix-OS-version-in-install-kubeadm
...
Document kubeadm for RHEL 8
2021-01-16 19:49:43 -08:00
Kubernetes Prow Robot
216ca3f06b
Merge pull request #24930 from adamhjk/patch-1
...
Explain the insecure by default nature of secrets
2021-01-16 19:47:43 -08:00
Kubernetes Prow Robot
491790039e
Merge pull request #26115 from MIhirMishra/patch-2
...
Typo correction.
2021-01-16 19:23:43 -08:00
Qiming Teng
06228c06a9
Fix examples tests
...
This PR updates the go.mod file so that tests of the example manifests
are run against the 1.20 branch. The missing test cases for newly added
examples are also added. To perform tests on your local machine, run the
following command on the root of your local clone:
```
go test k8s.io/website/content/en/examples
```
2021-01-16 14:09:28 +08:00
Kubernetes Prow Robot
6b8092f495
Merge pull request #26022 from moonming/patch-1
...
Update ingress-controllers.md
2021-01-15 17:29:43 -08:00
Mihir
84aea3fc2f
Typo correction.
2021-01-15 15:53:07 -07:00
Karen Bradshaw
d3f374c0d8
clean up node problem detector task page
2021-01-15 14:24:22 -05:00
Kubernetes Prow Robot
34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
...
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
andrzejsydor
298432dc36
Add example of using xargs
...
Add example of using `xargs`
2021-01-15 10:01:45 +01:00
Bob Killen
09cdaac0c8
Add Kubernetes project values to community page
2021-01-14 20:39:51 -05:00
Jordan Liggitt
8781aceb62
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-14 15:05:43 -05:00
Aldo Culquicondor
bda3cea5a6
Remove indication that a failed scheduling attempt removes the Pod
...
/sig scheduling
2021-01-14 14:47:31 -05:00
Kubernetes Prow Robot
d37ab8abaf
Merge pull request #25839 from Marusyk/rmarusyk/25800
...
Add tooltip for CSI in persistent volume page
2021-01-14 11:25:32 -08:00
Kubernetes Prow Robot
826a91fe9a
Merge pull request #26074 from Haleygo/issue-97929
...
upgrade cfssl installations
2021-01-14 11:20:56 -08:00
Kubernetes Prow Robot
a5b0f7be9a
Merge pull request #25597 from apelisse/clarify-preserve-unknown
...
Clarify compatibility guarantees around spec.preserveUnknownFields
2021-01-14 11:18:55 -08:00
Antoine Pelisse
fb1a0ca2e2
Address feedback
2021-01-14 10:54:51 -08:00
Edward Rosen
08fe76be1a
Update rbac.md
2021-01-14 09:50:57 -05:00
Anastas Dancha
8589a9c76a
Update cheatsheet.md
...
- improve on [pr #26053 ](https://github.com/kubernetes/website/pull/26053 )
- use idiomatic secret name in example
2021-01-14 16:12:53 +03:00
Sascha Grunert
ff9bcd4d42
Update CRI-O docs to the latest configuration
...
This patch updates the CRI-O documentation to the latest available
version. It also adds a dedicated cgroup driver section to mention that
the configuration has to be in sync.
Signed-off-by: Sascha Grunert <sgrunert@suse.com >
2021-01-14 14:10:46 +01:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Haleygo
14bcdc0bc7
only change en
2021-01-14 09:50:00 +08:00
Leonardo Murillo
f7b29716fd
Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md ( #25927 )
...
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md
* Code review comments
* Reverting name of service due to backed value in Dockerimage
2021-01-13 17:47:03 -08:00
Kubernetes Prow Robot
6f0ac8755e
Merge pull request #26040 from tengqm/fix-kustomization
...
Fix examples in kustomization
2021-01-13 17:43:03 -08:00
Kubernetes Prow Robot
c15e567507
Merge pull request #26038 from outofmem0ry/fix-containerd-all
...
Fix containerd config instructions
2021-01-13 17:27:03 -08:00
Nate Reid
efc3c488ea
Update service.md
2021-01-13 17:04:26 -05:00
outofmem0ry
f4f2c74db9
Fix containerd config instructions
...
modified: content/en/docs/setup/production-environment/container-runtimes.md
modified: content/ko/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
2021-01-13 11:53:49 -08:00
Kubernetes Prow Robot
33c494c4b2
Merge pull request #25613 from pingtimeout/patch-1
...
Clarify pod anti-affinity description
2021-01-13 10:16:36 -08:00
Kubernetes Prow Robot
52897eda23
Merge pull request #25377 from squarebracket/patch-1
...
Fix minor typo
2021-01-13 10:08:37 -08:00
Kubernetes Prow Robot
a422f01f3f
Merge pull request #26053 from anapsix/patch-2
...
Update cheatsheet.md
2021-01-13 09:44:36 -08:00
Kubernetes Prow Robot
7cf35541f7
Merge pull request #26066 from kbhawkey/remove-latest-version-shortcode
...
add docs for version shortcodes
2021-01-13 09:00:36 -08:00
Kubernetes Prow Robot
f88bc8781d
Merge pull request #26023 from oke-py/remove-old-comment
...
clean up too old comments for v1.9 or before in examples
2021-01-12 19:34:35 -08:00
Oliver L Schoenborn
c398ae4821
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-01-12 19:57:21 -05:00
Kubernetes Prow Robot
2135ed8002
Merge pull request #25856 from edwardrosen/patch-1
...
Update rbac.md
2021-01-12 16:00:36 -08:00
Kubernetes Prow Robot
c898b79f4d
Merge pull request #25325 from RA489/update_intro
...
Update hello minikube tutorial intro page
2021-01-12 14:26:36 -08:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Margo Crawford
5accf8f128
Rewording of paragraph about provideClusterInfo key
...
Signed-off-by: Margo Crawford <margaretc@vmware.com >
2021-01-12 13:51:15 -08:00
Edward Rosen
a37b8a9fee
Update rbac.md
...
I've deleted the line break. The example in line 89 now seems to render ok in the preview. Could you please take a look?
2021-01-12 15:22:39 -05:00
Taylor Chaparro
535743edbe
Update cheatsheet: add section for interacting with Deployments and Services
2021-01-12 12:19:40 -08:00
Kubernetes Prow Robot
28b393032b
Merge pull request #24995 from PrakherS/patch-1
...
Update pod-lifecycle.md
2021-01-12 11:42:35 -08:00
Kubernetes Prow Robot
da5ab5538d
Merge pull request #25966 from Marusyk/Marusyk-patch-1
...
Clean up too old content from Using Admission Controllers page
2021-01-12 11:12:35 -08:00
Kubernetes Prow Robot
466de5e75a
Merge pull request #25337 from smashse/patch-2
...
Update docker-cli-to-kubectl.md
2021-01-12 11:10:38 -08:00
Kubernetes Prow Robot
490f1ea10f
Merge pull request #25764 from pacoxu/patch-2
...
add notes for that strategic merge patch is unsupported for CR
2021-01-12 10:02:36 -08:00
Kubernetes Prow Robot
b3cd3649fe
Merge pull request #25490 from mysunshine92/update-feature-gates-TopologyManager
...
Update feature-gates description for TopologyManager
2021-01-12 10:00:36 -08:00
Kubernetes Prow Robot
0e8e614caa
Merge pull request #25483 from yue9944882/apf-slack-channel
...
References api-priority-and-fairness slack channel in the docs
2021-01-12 09:58:36 -08:00
Kubernetes Prow Robot
d70d1f6806
Merge pull request #25242 from stefanpetter/patch-1
...
Added step to create /etc/docker/ folder in Ubuntu instruction
2021-01-12 09:56:36 -08:00