Commit Graph

6833 Commits

Author SHA1 Message Date
Kubernetes Prow Robot c576c3a3ee
Merge pull request #27818 from tengqm/fix-kubeadm-ref
Regenerated reference for kubeadm
2021-05-15 17:13:59 -07:00
Kubernetes Prow Robot adf144cf58
Merge pull request #27744 from sftim/20210427_write_vixie_in_title_case
Write Vixie in title case
2021-05-15 16:43:59 -07:00
Tim Allclair dcd2dd4852
Update SELinux standards (#27653)
* Update SELinux standards

* address feedback
2021-05-14 11:19:59 -07:00
Kubernetes Prow Robot 89e642d082
Merge pull request #27972 from bnekolny/bn/secrets-env
Add envs example for secretGenerator.
2021-05-14 04:54:05 -07:00
Shannon Kularathna c184f20f76 Create pod eviction concept and glossary entries
- Created glossary entries for manual and kubelet eviction
  - Created node-pressure-eviction.md and api-eviction.md
  - Merged content from eviction-policy.md and out-of-resource.md
  - Added note to kube-scheduler about node conditions
  - Deleted eviction-policy and out-of-resource.md
  - Redirected old topics
  - Change topic weights
2021-05-13 18:34:58 +00:00
Kubernetes Prow Robot f20d3f0d88
Merge pull request #27968 from MarcPow/Issue-27967
Correct version numbers related to the EvenPodsSpread feature gate
2021-05-13 08:24:26 -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
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
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 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
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
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
Regan Chan add60400f8 Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior 2021-05-11 06:37:53 -04: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
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 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
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 11eda2afb6
Merge pull request #27504 from gecube/master
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-05-09 07:26:47 -07:00
Kubernetes Prow Robot 2ac91aaa59
Merge pull request #26486 from ravisantoshgudimetla/patch-7
Remove unsupported Windows OS versions
2021-05-08 22:28:47 -07:00
Kubernetes Prow Robot e7920ea134
Merge pull request #27737 from shannonxtreme/secret-kubectl
Correct formatting and style
2021-05-08 08:16:47 -07:00
Cheng Xing 3976df3d12 Link PVC volume mode and access mode sections to corresponding sections in PV 2021-05-07 19:11:56 -07:00
Shannon Kularathna e084eefad6 Update formatting and style 2021-05-07 20:22:29 +00:00
toshokan 50a5dbb21d
Fixes grammar typo 2021-05-07 16:08:57 -04:00
Marcelo Feitoza Parisi f0dbc2bc12
Fix static pod manifests generation
There was an URL problem with HOST1 and HOST2
2021-05-07 11:37:08 -03:00
Draven 41b62a9305
doc: remove deprecated predicates in scheduler 2021-05-07 18:33:27 +08:00
Kubernetes Prow Robot a46bdc27e1
Merge pull request #27894 from rojosinalma/patch-1
Added example to use configMapGenerator from .env file
2021-05-07 03:19:03 -07:00
Jing Xu e7d3e273f2 Update note for waitForFirstConsumer binding mode with example
Update binding mode related to nodeName
2021-05-06 16:19:02 -07:00
Brandon Mitchell e5c2404c19
Update content/en/blog/_posts/2020-12-02-dockershim-faq.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-05-06 16:48:45 -04:00
Rojo 7a2baf6865
Update content/en/docs/tasks/manage-kubernetes-objects/kustomization.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-05-06 21:12:33 +02:00
Quentin Bisson bca8c4b6e5
Add created by label (#27612)
* Add created by label

* Update content/en/docs/concepts/overview/working-with-objects/common-labels.md
2021-05-06 10:10:00 -07:00
Rojo 38371d43e6
Added example to use configMapGenerator from .env file 2021-05-06 18:51:40 +02:00
Jeffrey van den Hondel 38374a03b0
Operator: Exists missing
The Operator Exists is missing without this operator there will be no pod deployed on the master node.
2021-05-06 15:40:45 +02:00
Brandon Mitchell 3a31285ac6 Updating dockershim FAQ with Mirantis announcement
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2021-05-05 21:17:00 -04:00
Jihoon Seo e2dfeef40a Remove duplicate code block 2021-05-06 09:50:40 +09:00
Kubernetes Prow Robot dd9fa36afd
Merge pull request #27466 from chrisnegus/prod-env-text
Adding new Production Environment section
2021-05-04 12:27:14 -07:00
Christopher Negus 2117217f62 Adding new Production Environment section
Review comments resolved

Small edits

Edits from reylejano comments

Edits from a-mcarthy and kbhawkey comments

More edits from sftim comments

Moved index.md to _index.md to pick up directory links
2021-05-04 19:06:18 +00:00
Kubernetes Prow Robot b02027a57c
Merge pull request #27820 from jai/jai/fix-27204
docs(admission-controllers): update release status of TaintNodesByCon…
2021-05-04 11:14:14 -07:00
James Wilson d17a261c0e
Fix spelling mistake of the word 'kubernetes' in line 390
A volume with `volumeMode: Filesystem` is *mounted* into Pods into a directory. If the volume
is backed by a block device and the device is empty, Kubernetes creates a filesystem
on the device before mounting it for the first time.
2021-05-03 16:20:49 +12:00
Jai Govindani 170304e282
docs(overview): add info on k8s abbreviation
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-30 21:43:56 +07:00
Pedro Leão da Cruz c4f1225b26
Adds COF to the list of operators frameworks
Adds the Charmed Operator Framework to #heading-writing-operator
2021-04-30 09:40:48 +01:00
Jai Govindani a6ab6dca21
docs(admission-controllers): update release status of TaintNodesByCondition
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-30 13:21:19 +07:00
Qiming Teng 11f1b6b8e9 Update component reference
This PR updates the component reference generated for 1.21. A bug was
found where the upstream source code is now applying a normalization
function to all flags.

This PR also removes the dangling kubelet-config API file.
2021-04-30 10:40:27 +08:00
prameshj 9d84de7fe4
Fix sed command for IPVS mode.
Verified that the new sed command generates -        `args: [ "-localip", "169.254.20.10", "-conf", "/etc/Corefile", "-upstreamsvc", "kube-dns-upstream" ]`
2021-04-29 15:01:26 -07:00
Daniel Fernández bd89e37865 Add missing --type merge in retainkeys examples 2021-04-29 13:33:10 +02:00
Smuu 1f28ec0961
Fix syntax errors (#27735)
* Fix syntax errors

- fix wrong placed line breaks
- fix command mode start and end

* remove word 'simple'
2021-04-28 17:06:50 -07:00
Kubernetes Prow Robot 932d25ee87
Merge pull request #27754 from shannonxtreme/preemption-qos
Clarify use of QoS in eviction ranking
2021-04-28 12:50:50 -07:00
Kubernetes Prow Robot 1493c20caa
Merge pull request #27640 from Miciah/taint-and-toleration-delete-out-of-disk-add-pid-pressure
taint-and-toleration: Delete out-of-disk, add pid-pressure
2021-04-27 14:49:38 -07:00
Kubernetes Prow Robot 74b73d6ae2
Merge pull request #27725 from davegarvey/patch-1
Add missing word 'be'
2021-04-27 14:37:38 -07:00
Shannon Kularathna 979ffdf355 Clarify use of QoS in eviction ranking 2021-04-27 21:03:51 +00:00
Jai Govindani 37ea6e0bf5
docs(probes): add version req info
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-27 21:07:31 +07:00
Kubernetes Prow Robot 6ee5ce4f6e
Merge pull request #27730 from petersutter/patch-1
Switch Do's and Don'ts
2021-04-27 05:27:38 -07:00
Kubernetes Prow Robot a22aa8fd4f
Merge pull request #27709 from shuuji3/patch-10
Make minor changes on en/docs/tasks/network/validate-dual-stack
2021-04-26 17:35:03 -07:00
wangyysde e28f3ce2ff content/en/docs/reference/command-line-tools-reference/feature-gates.md
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-04-27 00:20:51 +08:00
Kubernetes Prow Robot f4606d4d8d
Merge pull request #27732 from liggitt/1-21-deprecations
1.25 deprecations
2021-04-26 08:37:02 -07:00
Jordan Liggitt 0e2b857282 1.25 deprecations 2021-04-26 08:12:34 -04:00
Peter Sutter 5deefdaa9d Switch Do's and Don'ts 2021-04-26 12:01:56 +02:00
David Garvey 87364a0983
Add missing word 'be' 2021-04-26 13:53:16 +08:00
Tim Bannister b0ad9ff416 Revise localization guide
- explain new localized strings
- general tidying
2021-04-25 11:10:20 +01:00
TAKAHASHI Shuuji 0e8792c2f7
Make minor changes on en/docs/tasks/network/validate-dual-stack 2021-04-25 14:17:00 +09:00
Kubernetes Prow Robot 11537e99c6
Merge pull request #27695 from michaelgugino/patch-1
Update webhook server example code link
2021-04-24 16:29:00 -07:00
Kubernetes Prow Robot a4e4d58c85
Merge pull request #27708 from rolfedh/patch-1
Append `.git` to upstream URLs
2021-04-24 16:22:59 -07:00
Kubernetes Prow Robot 8f312c4439
Merge pull request #27693 from szmytson/patch-1
Fix table formatting.
2021-04-24 14:01:00 -07:00
Rolfe Dlugy-Hegwer 03ab264919
Append `.git` to upstream URLs
The upstream URLs are missing the `.git` suffix. You can see this minor omission if you run the `git remote -v` command in your local `website` repo.
2021-04-24 16:01:21 -04:00
ravisantoshgudimetla dd60f06954 Update pause image 2021-04-23 18:05:28 -04:00
Michael Gugino 27b2611cbc
Update webhook server example code link
Fix 404 error and point to the latest released code.
2021-04-23 12:19:23 -04:00
Kubernetes Prow Robot 2318028ec4
Merge pull request #27635 from zshihang/master
update doc for BoundServiceAccountTokenVolume
2021-04-23 07:44:02 -07:00
szmytson 16c4fa7977
Fix table formatting. 2021-04-23 15:48:33 +02:00
Kubernetes Prow Robot 0b3359c72a
Merge pull request #27139 from vaibhav2107/link-high-availability
Update the hyperlink address of High-Availability Clusters
2021-04-23 01:24:02 -07:00
Kubernetes Prow Robot 65b92fbebf
Merge pull request #27637 from zacharysarah/going-emeritus-so-long
Going emeritus, remove myself from WGs and SIGs
2021-04-23 01:18:02 -07:00
vaibhav 4522ec629b Update the hyperlink address of High-Availability Clusters 2021-04-23 10:29:27 +05:30
Kubernetes Prow Robot b7eb2c0eb6
Merge pull request #27421 from logicalhan/stable-metrics
add back the link to stable metrics list
2021-04-22 18:22:02 -07:00
Kubernetes Prow Robot 0c07d4f5bb
Merge pull request #27680 from shannonxtreme/client-lib-links
Sort client library links
2021-04-22 18:08:02 -07:00
Kubernetes Prow Robot 1c7979d7d7
Merge pull request #27678 from shannonxtreme/feature-gates
Update Stages column
2021-04-22 17:42:01 -07:00
ravisantoshgudimetla 0b64e26b14 Remove unsupported windows OS versions
Kubernetes supports 1.21,1.20 and 1.19 versions. Windows 1903 support ended on Dec 19, 2020 as mentioned at
https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-release-info#windows-server-current-versions-by-servicing-option
This commit cleans the docs to reflect it.

Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-04-22 19:47:01 -04:00
Shannon Kularathna 764c26c875 Sort client library links 2021-04-22 18:33:13 +00:00
Shannon Kularathna ea7c79ff0e Update Stages column
- Replaces *True*  with *Beta* for *LegacyNodeRoleBehavior*
- Replaces *beta*  with *Beta* for *WindowsEndpointSliceProxying*
2021-04-22 11:35:07 -04:00
Kubernetes Prow Robot d267504833
Merge pull request #27663 from mengjiao-liu/remove-redundant-feature-gate
[en] Remove redundant feature gate introductions
2021-04-22 07:43:41 -07:00
Kubernetes Prow Robot d399f843a8
Merge pull request #27639 from johngmyers/cordon-lb
Remove obsolete caution about cordoning
2021-04-22 07:41:41 -07:00
Kubernetes Prow Robot a69e49803d
Merge pull request #27652 from justbert/patch-1
fix spelling mistake in Ingress docs.
2021-04-22 07:39:41 -07:00
Kubernetes Prow Robot f6a316edbd
Merge pull request #27634 from kinvolk/mauricio/fix-label-value-requirements
Fix requirements for label value
2021-04-22 07:37:42 -07:00
Mauricio Vásquez 08b8930751
Update content/en/docs/concepts/overview/working-with-objects/labels.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-22 06:59:44 -05:00