Kubernetes Prow Robot
b2245f8f34
Merge pull request #27797 from tengqm/zh-sync-concepts-15
...
[zh] Resync concepts section (15)
2021-05-13 05:52:25 -07:00
Martin Kanters
faa06b802a
Fixed variable substitution typo
2021-05-13 10:46:55 +02:00
Dmitry Shurupov
285db949a4
Adding shell-operator as another way to create operators
2021-05-13 12:14:39 +07:00
Brett Nekolny
eb0fbf236b
Add envs example for secretGenerator.
2021-05-12 17:29:17 -06:00
Arhell
e3c8fb1313
[ja] fix invalid location
2021-05-13 00:34:06 +03:00
Kubernetes Prow Robot
2b38c750b1
Merge pull request #27966 from tallclair/patch-1
...
Fix relnotes.k8s.io link
2021-05-12 12:07:28 -07:00
Marc Power
bd64e3170b
Correct version numbers related to the EvenPodsSpread feature gate
2021-05-12 11:39:54 -07:00
Tim Allclair
b0e4cecea4
Fix relnotes.k8s.io link
...
It was pointing to `https://kubernetes.io/releases/notes/relnotes.k8s.io `. I'm assuming that adding the scheme will fix it.
2021-05-12 10:42:03 -07:00
Kubernetes Prow Robot
906cd26032
Merge pull request #27961 from scholtz/patch-1
...
update dashboard version to 2.2.0
2021-05-12 09:49:28 -07:00
Kubernetes Prow Robot
cbb5e9e181
Merge pull request #27659 from hase1128/configmap.md
...
Update Japanese localization on concepts/configuration/configmap.md
2021-05-12 09:19:26 -07:00
ztaylor797
af94b0a118
Fix typo in images.md
2021-05-12 10:22:56 -05:00
Ludovit Scholtz
61b73cede4
update dashboard version to 2.2.0
2021-05-12 16:35:26 +02:00
Stoned Elipot
d299e40f1e
Fix link to nodeport Service type
2021-05-12 15:08:09 +02:00
Kubernetes Prow Robot
6845b647bb
Merge pull request #27929 from jimangel/release-page-v2.0
...
Adding a release page under "Release Information"
2021-05-12 01:11:38 -07:00
Qiming Teng
ebb393c74e
Reformat windows introduction
...
The current markdown text for the Windows introduction page is very
difficult for tracking changes. There are many paragraphs shown as a
single line. We need line breaks to ease the change tracking, especially
for localization teams. There are other nits related to indentation and
numbered lists. This PR is an attempt to reformat the page so that
future revisions can use it as an example.
2021-05-12 08:50:02 +08:00
Kubernetes Prow Robot
347388843f
Merge pull request #27870 from PI-Victor/merged-master-dev-1.22
...
Merge master into dev-1.22
2021-05-11 16:51:39 -07:00
Kubernetes Prow Robot
45f36649ab
Merge pull request #27884 from jingxu97/nodename
...
Update note for waitForFirstConsumer binding mode with example
2021-05-11 16:03:38 -07:00
Kubernetes Prow Robot
36f5cd1a38
Merge pull request #27900 from wangyysde/fix-27816
...
fix example for customizing the control plane with scheduler flags
2021-05-11 15:57:38 -07:00
Jim Angel
7edf890373
Adding a release page under "Release Information"
2021-05-11 17:18:30 -05:00
Arhell
0e8b3e4aa8
[ja] Update HAProxy Protocol Link
2021-05-12 00:43:17 +03:00
joostas
ee1361dc0d
[en] Fix label selector in "kubectl for Docker Users"
...
Before
```sh
kubectl get po -l
run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME READY STATUS RESTARTS AGE LABELS
nginx-app-58cfd4c468-jx6qp 1/1 Running 0 17m app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME READY STATUS RESTARTS AGE
nginx-app-58cfd4c468-jx6qp 1/1 Running 0 18m
```
2021-05-11 23:08:49 +03:00
Kubernetes Prow Robot
cd24a8616f
Merge pull request #27869 from PI-Victor/config-toml-1.22
...
config.toml: update config for k/website 1.22 release.
2021-05-11 11:22:37 -07:00
Kubernetes Prow Robot
e751578e85
Merge pull request #27947 from shannonxtreme/priority-move
...
Move Priority and Preemption to Scheduling section
2021-05-11 09:09:36 -07:00
Shannon Kularathna
8b0f2648e2
Move Priority and Preemption to Scheduling section
2021-05-11 15:10:02 +00:00
Kubernetes Prow Robot
434ef0f844
Merge pull request #27886 from sudo-bmitch/pr-dockershim-mirantis
...
Updating dockershim FAQ with Mirantis announcement
2021-05-11 07:29:36 -07:00
wangyysde
c7ed3bcef3
fix example for customizing the control plane with scheduler flags
...
Signed-off-by: wangyysde <net_use@bzhy.com >
2021-05-11 21:31:35 +08:00
Kubernetes Prow Robot
dbb559e655
Merge pull request #27930 from KofClubs/add-a-space-after-the-parentheses-kubeadm-init.md
...
[zh] Added 2 spaces in kubeadm-init.md
2021-05-11 05:21:36 -07:00
Regan Chan
add60400f8
Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior
2021-05-11 06:37:53 -04:00
Jai Govindani
939f0881ab
fix(redirects): spacing
...
Signed-off-by: Jai Govindani <jai@honestbank.com >
2021-05-11 12:15:59 +07:00
Qiming Teng
d31ac9b884
Regenerated reference for kubeadm
...
The upstream source code now applies normalization function to all
command line flags. The PR captures such a change for all references
impacted.
2021-05-11 10:31:56 +08:00
toshokan
c860159ea8
[en] Fix secret -> secrets in titles
2021-05-10 22:07:40 -04:00
Marcelo Feitoza Parisi
743b5d5db8
Updating --cascade=false to --cascade=orphan
...
Cascade=false is deprecated in kubectl 1.21, according to Bug #27920
2021-05-10 21:12:44 -03:00
Aaron Alpar
134054fbae
Add blog post: Using Finalizers to Control Deletion ( #26997 )
...
* blog post for using finalizers for deletion
* Update content/en/blog/_posts/2021-03-03-using-finalizers-to-control-deletion.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* update create dates
* fixup for mv mess
* Update content/en/blog/_posts/2021-04-28-using-finalizers-to-control-deletion.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* fixup grammer
* update dates
* fixup format
* fixup JSON
* remove command prompts s/^$ //
* Update article publication date
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-05-10 16:13:36 -07:00
Kubernetes Prow Robot
44d85c5241
Merge pull request #27912 from verult/access-volume-mode-links
...
Link PVC volume mode and access mode sections to corresponding sections in PV
2021-05-10 15:55:36 -07:00
Tim Bannister
a71c8e7943
Write Vixie in title case
...
The surname Vixie should be in title case as it is a proper noun, even
as part of the name of Vixie cron.
"vixie cron" (with a space in it) is not the name of any scheduling
tool; there are tools named vixie-cron but that is different from the
existing text.
2021-05-10 23:38:52 +01:00
Kubernetes Prow Robot
ff54f29762
Merge pull request #27903 from draveness/patch-4
...
doc: remove deprecated predicates in scheduler
2021-05-10 15:19:36 -07:00
Kubernetes Prow Robot
6db449cdab
Merge pull request #27839 from jai/jai/fix-25639
...
docs(overview): add info on k8s abbreviation
2021-05-10 15:17:37 -07:00
Kubernetes Prow Robot
c994e3376e
Merge pull request #27829 from pedroleaoc/patch-1
...
Adds COF to the list of operators frameworks
2021-05-10 15:15:38 -07:00
Kubernetes Prow Robot
98ae77bdd6
Merge pull request #27424 from Shubham82/fix-secret_content_layout
...
Modified the output when retrieving Secrets.
2021-05-10 15:13:36 -07:00
Kubernetes Prow Robot
448df54521
Merge pull request #27315 from s-kawamura-w664/patch-script
...
Add script for detecting bad characters.
2021-05-10 15:11:36 -07:00
Kubernetes Prow Robot
e29d5bc601
Merge pull request #27906 from feitnomore/patch-1
...
Fix static pod manifests generation
2021-05-10 14:49:37 -07:00
Kubernetes Prow Robot
d38ee44df4
Merge pull request #27909 from toshokan/master
...
Fix grammar on namespaces page
2021-05-10 14:47:36 -07:00
Simon Bauer
a359a21959
Updated Feature Gate "TTLAfterFinished"
...
According to https://github.com/kubernetes/kubernetes/pull/98678 and the release notes for 1.21 the feature gate `TTLAfterFinished` is in beta now and enable by default. This change is not yet reflected in the Feature Gates documentation.
2021-05-10 15:39:32 +02:00
Kubernetes Prow Robot
4d897b6f24
Merge pull request #27759 from tengqm/zh-sync-concepts-6
...
[zh] Sync concepts section (6)
2021-05-10 05:42:51 -07:00
Kubernetes Prow Robot
b1818fd1b5
Merge pull request #27406 from bpmct/fix-align-tablet
...
Fix image positioning on homepage, tablet
2021-05-10 05:40:51 -07:00
Kubernetes Prow Robot
1075bd437d
Merge pull request #27723 from tengqm/zh-sync-kubeadm-3
...
[zh] Resync kubeadm files (3)
2021-05-10 05:32:52 -07:00
Kubernetes Prow Robot
2b25d78d23
Merge pull request #27822 from mengjiao-liu/sync-scheduling
...
[zh] Sync Reference scheduling files
2021-05-10 04:56:51 -07:00
Kubernetes Prow Robot
7a2e319df4
Merge pull request #27825 from mengjiao-liu/sync-config-api-files
...
[zh] Sync reference config-api file
2021-05-10 04:10:51 -07:00
Kubernetes Prow Robot
10196aa04a
Merge pull request #27408 from sftim/20210405_allow_localizations_maintain_own_strings
...
Allow localization teams to review their own strings
2021-05-10 01:12:51 -07:00
Kubernetes Prow Robot
76cf998148
Merge pull request #27698 from shuuji3/patch-4
...
Fix a markup error on concepts/workloads/controllers/garbage-collection
2021-05-09 23:38:51 -07:00