Commit Graph

918 Commits (fa286e842ee4f7fbc58fdd63bcaf785de354199f)

Author SHA1 Message Date
zhouya0 a794297373
Fix pod anti-affinity topology key (#19587) 2020-03-15 23:00:35 -07:00
Tim Bannister 19c883dd82
Admit that some objects don't have a spec (#18050)
Whilst most objects have a spec, it will confuse readers who come to
this page from a page about an object that doesn't (eg Secret,
Namespace, Role).
2020-03-15 22:58:35 -07:00
wawa 72129e2a0e
Enhanced FileOrCreate description (#19442)
Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
2020-03-15 22:56:36 -07:00
Qiming Teng 8ea63bde2f
Drop 'federation' from cluster admin concepts (#19525)
Almost all links on the federation page are gone. Federation related
contents should be cleanly removed.
2020-03-15 22:48:35 -07:00
Tim Bannister 43212d6bc7
Reword pod priority and preemption concept (#17508)
* Remove mentions of unsupported Kubernetes versions

No need to mention supported-since-this-version details for Kubernetes
releases that are now out of support.

* Warn about disabling preemption

* Tweak wording

* Add What's next section

* Tweak Pod priority troubleshooting advice

Reshape the advice about pod priority troubleshooting to explain
user-induced issues (and define expected behavior). If the reader
detects behavior that does not match the documentation, they have
observed a bug and can report that via the usual routes.

* Rewords notes on Pod priority vs. QoS

* Move warning into page body
2020-03-15 22:42:35 -07:00
Sagar Velankar f29221f4c4
Issue #17556 (#17557)
Issue #17556

Problem:

Below Lines are incorrect

If you specify multiple nodeSelectorTerms associated with nodeAffinity types, then the pod can be scheduled onto a node if one of the nodeSelectorTerms is satisfied.

If you specify multiple matchExpressions associated with nodeSelectorTerms, then the pod can be scheduled onto a node only if all matchExpressions can be satisfied.

Proposed Solution:

They need to be corrected to below

If you specify multiple nodeSelectorTerms associated with nodeAffinity types, then the pod can be scheduled onto a node only if all nodeSelectorTerms can be satisfied.

If you specify multiple matchExpressions associated with nodeSelectorTerms, then the pod can be scheduled onto a node if one of the matchExpressions is satisfied.
2020-03-15 22:40:35 -07:00
Tim Bannister ec909fd010
Add overview for container concept (#18090) 2020-03-15 22:28:35 -07:00
steadysupply b2e7dee806
Grammar correction (#19083)
* Grammar correction

* Update ingress.md
2020-03-15 22:20:35 -07:00
neo502721 1e5d05293b
change the job example k8s.io to kubernetes.io (#18699)
k8s.io No longer accessible
2020-03-15 22:14:35 -07:00
makocchi 6c0e47e652
Add defails about enabling or disabling extensions/v1beta1 api group (#18842) 2020-03-15 22:12:35 -07:00
Tim Bannister 83637c1ed2
Correct meaning of scheduling affinity benefits (#18764)
Commit f5bfa04aa4 incorrectly reworded the
benefits of using affinity / anti-affinity for Pod scheduling.
Revise this with new wording.
2020-03-15 22:08:35 -07:00
Daniel Helfand 9e289296c2
fix typos and styling for limitrange doc (#18961) 2020-03-15 22:02:35 -07:00
Qiming Teng e0a03c0ebd
Resource name constraints (5) (#19122)
xref: #17969, #19099, #18746
2020-03-15 21:52:36 -07:00
Chris Chinchilla 01e7453cdf
Update "what is kubernetes" subheading (#19115)
* Update what-is-kubernetes.md

The sub heading felt awkward as it was asking a question, but there was no question mark. As question marks in headings are not ideal in technical documentation anyway, I thought swapping the word order slightly made it sounds _slightly_ better.

* Update content/en/docs/concepts/overview/what-is-kubernetes.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-15 21:50:35 -07:00
Tim Bannister c5d7d32151
Reword API Server aggregation (#19141)
* Reword API Server aggregation

* Document custom resources ahead of APIService

CustomResourceDefinition is the newer, shinier and often more
appropriate resource to help with cases where APIService was not a good
fit. Switch order to mention the custom resources page first, which
introduces both APIService and CustomResourceDefinition.
2020-03-15 21:46:35 -07:00
Stephen Cprek 186b9e0186
Clarify 2 second extended grace period for preStop (#19348) 2020-03-15 21:22:35 -07:00
Enshin Andrey 04b20e1dce
Update custom-resources.md (#19597) 2020-03-15 20:38:35 -07:00
Rajesh Deshpande 83460e04a2
Adding references to relevant tasks. (#19608)
Adding references to relevant tasks.
2020-03-15 20:28:35 -07:00
Mendy Danzinger 83119121cf
fix broken link (#18812) 2020-03-12 14:56:38 -07:00
Xing Yang 20da6a9309
Change restore volume from snapshot feature status to beta (#19484) 2020-03-10 18:41:36 -07:00
Tim Bannister dade10e454
Tidy page about Poseidon/Firmament scheduler (#18626)
* Reword Poseidon/Firmament concept

* Tidy feature state information

* Fix whitespace

* Use caution shortcode for note

* Improve table accessibility

* Tidy page
2020-03-10 06:53:36 -07:00
Jacky Wu 05bf8be205
Federation Cleanup (1) doc: clean some outdate redirects and its associated content. (#19572)
* doc: clean some outdate redirects and its associated content.

* doc: also cleanup tasks.yml content.
2020-03-09 17:03:37 -07:00
Rajesh Deshpande 73b6f80f36
Adding 'whats next' section to the PersistentVolume page (#19557)
* Add whats next section to PersistentVolume page

Add whats next section to PersistentVolume page

* Adding references to PersistentVolume page

Adding references to PersistentVolume page
2020-03-09 05:03:36 -07:00
divya-mohan0209 e7a84f9bc2
Updated service.md (#19539) 2020-03-08 08:17:35 -07:00
divya-mohan0209 159bf5983d
Updated ingress address in Single Service Ingress (#19522)
Replaced 107.178.254.228 with a documentation IP address 203.0.113.123
2020-03-07 06:01:34 -08:00
Kubernetes Prow Robot 6635262bbc
Resource name constraints (4) (#19121)
xref: #17969, #19099, #18746
2020-03-05 11:28:38 -08:00
Kubernetes Prow Robot 3d63002fa3
Resource name constraints (3) (#19120)
xref: #17969, #19099, #18746
2020-03-05 06:18:38 -08:00
Kubernetes Prow Robot db26d4620d
Added note for capacity of source volume (#19140)
* Added note for capacity of source volume

* Updated as per sytle guide to use active voice
2020-03-04 14:26:38 -08:00
Andrew Allbright 1242c008a8
Update some instances of latin abbreviation e.g. to alternative phrases (#19182) 2020-02-29 23:12:40 -08:00
Thibault Deutsch f9fccfe338
Clean up “Non-preempting PriorityClasses” page section (#19273)
* Use feature state for non-preempting PriorityClasses

* PreemptionPolicy requires NonPreemptingPriority feature gate

* Remove alpha qualifier from section title and decrease example heading level

* Use singular of PriorityClass in the heading
2020-02-29 23:08:41 -08:00
Sharjeel Aziz 65c92bfbe3
Minor formatting fix (#19356)
Converted bullets to paragraphs to fix formatting in Advanced features and flexibility table.

Signed-off-by: sharjeelaziz <sharjeel.aziz@gmail.com>
2020-02-29 17:46:39 -08:00
Jacky Wu 0f5510b3be
fix: correct the kube-proxy cluster-cidr arg typo. (#19358) 2020-02-28 18:02:39 -08:00
Qiming Teng 6318dbb124
Resource name constraints (2) (#19119)
xref: #17969, #19099, #18746
2020-02-28 12:10:38 -08:00
Art 3f020e5f5c
Update IBM Cloud registry for IAM (#19303)
Updates the topic to describe how to use IAM to authorize clusters to pull images from registry.
2020-02-25 08:48:49 -08:00
Tim Bannister b30415f6f9
Note CronJob timezone comes from system timezone (#19269)
* Note CronJob timezone comes from system timezone

The timezone for the kube-controller-manager (or if that's broken apart,
the cronjob controller) determines when CronJobs are scheduled.

This reverts commit bad124b857.

* Expand details about CronJob timezone
2020-02-24 17:13:36 -08:00
Eli Arbel efa57986d6
Specify SHA syntax for images (#18774)
* Specify SHA syntax

* PR suggestion

* PR suggestion

* Update overview.md

* Update content/en/docs/concepts/configuration/overview.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-23 17:10:47 -08:00
Andrew Allbright b12bde0845
Update Some Instances of "i.e." Latin Abbreviation (#19183)
* Update 'i.e.' to 'in other words'

* Update instance of 'in other words' to 'that is...'

* Rollback i.e. updates
2020-02-23 03:54:47 -08:00
Kirk Larkin 538dc610d1
Fix link to nginx + TLS (#19234) 2020-02-21 21:40:47 -08:00
Fabian Baumanis bad124b857
Change back cronjob timezone note to UTC (#18715) 2020-02-20 12:41:58 -08:00
Dan POP fef685e161
Added 'ClaimRef' to make documentation clearer (#17914)
* added final period (.)
* removed backticks

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Dan POP <dan.papandrea@sysdig.com>

Co-authored-by: Leo Di Donato <leodidonato@gmail.com>
2020-02-20 11:45:57 -08:00
Kohei Toyoda 21cbf8ea91
Update output of creating replicaset in controllers/replicaset (#19088) 2020-02-20 04:37:04 -08:00
Qiming Teng ceccbc049c
Resource name constraints (1) (#19106)
xref: #17969, #19099, #18746
2020-02-19 15:44:30 -08:00
Tim Bannister 6a3c364706
Reword “Creating a single control-plane cluster with kubeadm” (#18939)
* Consolidate words of caution about Pod network

* Tweak wording

- use tooltips
- fix a TODO hyperlink
- adopt style guidelines

* Revise prerequisites for kubeadm

* Rework page structure

- Replace some headings with anchor elements (preserving inbound links)
- Use a "discussion" section for the discussion part of the page.
- Make Feedback be a part of the What's Next section
- Skip mentioning Docker in a logging context; provide generic
  signposting instead.
- Update overview
- Document limitations and fix link to HA topology
- Fixes for styling

* Redo network plugin info

* Use glossary tooltips to introduce terms
2020-02-19 12:49:45 -08:00
Andrew Allbright 470f932dd8
Latin Abbreviations "vs" Updated to "versus" (#19181)
* grep -lR ' vs ' ./content/en/docs | xargs sed -i '' -e 's/ vs / versus /g'

* Update content/en/docs/concepts/configuration/overview.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/policy/resource-quotas.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-02-19 00:14:25 -08:00
Kirk Larkin 751cabbb73
A few tweaks to wording (#19136)
Just a few tweaks where words were missing, etc.
2020-02-17 02:05:28 -08:00
Kirk Larkin 3fce287782
Add missing "in" for DeploymentSpec link (#19135) 2020-02-16 06:21:28 -08:00
Antonio Ojea 5ae479fc4d
Add IPv6 DNS records to the dns pod service docs (#19079) 2020-02-12 11:48:50 -08:00
Sujay Pillai d57169c29a
Updated network-policies.md for default deny all ingress and egress traffic (#19052) 2020-02-11 08:14:02 -08:00
Jacky Wu 0da849d6d3
chore: update terminology list content and add ref link. (#18968) 2020-02-11 05:28:01 -08:00
Tim Bannister 2faf1024d9
Tweak linking for Kubernetes object concept (#18122)
- Add a link from /docs/reference/using-api/api-concepts/
- Tweak other incoming links to match
2020-02-10 19:24:01 -08:00