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
Tim Bannister
828574cac2
Reword percentageOfNodesToScore page
2020-02-18 00:29:34 +00: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
Naoki Oketani
ae7ace0f71
Replace links with redirect destination ( #19038 )
2020-02-10 18:18:01 -08:00
Naoki Oketani
c9aace3c09
cleanup /docs/concepts/workloads/pods/pod-lifecycle/ ( #19009 )
2020-02-08 11:49:53 -08:00
Victor Martinez
d473853186
Add Elastic metricbeat to examples of DaemonSets and rename logstash ( #19024 )
...
* Add Elastic metricbeat to examples of DaemonSets
The URL points to the docs related to how to configure metricbeat on k8s
* Filebeat is the next thing
2020-02-07 11:51:45 -08:00
Sam
dd362a9f33
Correct description of Knitter CNI plugin ( #18983 )
2020-02-07 11:47:46 -08:00
Karen Bradshaw
f4163a90a1
clean up secret generators ( #18320 )
2020-02-07 10:19:46 -08:00
Tim Bannister
b129075249
Improve network policies concept ( #18091 )
...
* Adopt website style guidelines
* Tweak wording
Co-Authored-By: cmluciano <cmluciano@cruznet.org >
* Make sample NetworkPolicies downloadable
Co-authored-by: cmluciano <cmluciano@cruznet.org >
2020-02-07 10:13:45 -08:00
tom1299
98ea2cdfc0
Refined unclear sentence on 3rd party dependencies ( #18015 )
...
* Refined unclear sentence on 3rd party dependencies
I reworded the sentence on third party dependencies a bit in order to make it more sound
* Update content/en/docs/concepts/security/overview.md
Sounds much better
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-02-07 10:09:46 -08:00
Marek Siarkowicz
26827a909e
Document control plane monitoring ( #17578 )
...
* Document control plane monitoring
* Update content/en/docs/concepts/cluster-administration/monitoring.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
* Update content/en/docs/concepts/cluster-administration/monitoring.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com >
* Merge controller-metrics.md into monitoring.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-02-07 10:01:46 -08:00