Commit Graph

196 Commits

Author SHA1 Message Date
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04:00
Kubernetes Prow Robot e258284e9d
Merge pull request #23090 from pjhwa/fix-23089
Fix issue with k8s.io/docs/concepts/configuration/secret/
2020-08-22 08:19:39 -07:00
Alec Lombardo e9c9b557fa Fix typo in resource unit documentation.
The spec specified a "plain integer or as a fixed-point integer", but a fixed-point number is the correct terminology.

As such, 1.7Gi and 1Gi should both work.
2020-08-21 09:32:42 -04:00
zionwu 29c518c175 Fix wrong number in example of resource-bin-packing.md 2020-08-12 20:23:00 +08:00
Jerry Park 05e11bb98d Fix issue with k8s.io/docs/concepts/configuration/secret/ 2020-08-12 04:41:34 +00:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04:00
Kubernetes Prow Robot e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
Eric Briand 052b7fb852
Renamed super.mycompany.com into images.my-company.example 2020-07-27 16:09:07 +02:00
Qiming Teng 0bdcd44e6b Replace reference to redirect entries (1)
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Kubernetes Prow Robot b2b2f055d8
Merge pull request #22627 from uthark/patch-1
Fixed typo in feature gate name.
2020-07-26 20:22:16 -07:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Eric Briand 39ad302c82
Use more real container examples 2020-07-24 13:54:08 +02:00
Oleg Atamanenko e5e0faf011
Fixed typo in feature gate name.
Fixed typo.

related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Kubernetes Prow Robot 6ec8665bba
Merge pull request #22429 from Huang-Wei/postfilter-doc
Document the changes of scheduler PostFilter extension point
2020-07-14 13:21:22 -07:00
Kubernetes Prow Robot 2ea1d221c7
Merge pull request #21453 from denkensk/update-non-preempt-beta
Update non-preempting option Doc
2020-07-14 10:11:21 -07:00
Wei Huang 481aa2cce0
Remove the "How to disable preemption" stanza and rewordings 2020-07-13 09:51:12 -07:00
Wei Huang e2fd28a35b
Document the changes of scheduler PostFilter extension point 2020-07-13 09:51:12 -07:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00
Jerry Park 64f62106c1 Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
Kubernetes Prow Robot 9c5dc4c8a8
Merge pull request #21999 from sftim/20200623_clarify_configmapvolumesource_items_array
Explain ConfigMap volume source items array
2020-06-30 18:04:06 -07:00
Kubernetes Prow Robot 4ea12e0ef2
Merge pull request #21904 from merishlalla/patch-1
Update the correct values for allocated resources per namespace
2020-06-30 17:48:06 -07:00
Savitha Raghunathan 220d754880 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-06-30 18:02:37 -04:00
wojtekt 0d7d24195d Promote immutable secrets/configmaps to Beta 2020-06-29 07:53:37 +02:00
Kubernetes Prow Robot 86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07:00
Tim Bannister 3ff7312cff Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
2020-06-25 17:09:58 +01:00
Maciej Szulik 00f502fa6a
Update kubectl run from docs where necessary
kubectl run starting from 1.18 is creating only Pods and there is no option to
create any other resource. Users should be using kubectl create
commands instead. This update the documentation in all those places
where kubectl create should be used instead or changes description to
reflect the situation.
2020-06-25 13:37:14 +02:00
Tim Bannister d9f82c9500 Explain ConfigMap volume source items array
The existing ConfigMap concept incorrectly states that you must use
different ConfigMap objects if you want to configure both environment
variables and file-like configuration items at the same time.

Reword to give the correct advice.
2020-06-24 22:11:56 +01:00
Behzad 439f9f437f
Update configmap.md
Add quotation marks around the value of the key "player_initial_lives" in configuration file of the ConfigMap called "game-demo". Otherwise, kubectl version 1.18 gives the following error with the command "kubectl apply -f game-demo-configMap.yaml"

Error from server (BadRequest): error when creating "game-demo-configMap.yaml": ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found 3, error found in #10 byte of ...|l_lives":3,"ui_prope|..., bigger context ...|player.maximum-lives=5\n","player_initial_lives":3,"ui_properties_file_name":"user-interface.propert|...
2020-06-19 17:57:40 +02:00
merishlalla 730f645283
Update the correct values for allocated resources
In the example, Memory limits and Memory requests per namespace don't add up correctly to the total displayed under Total requests.
2020-06-19 12:19:22 +02:00
Kubernetes Prow Robot ae05ac0e98
Merge pull request #21835 from mokua/patch-4
Update configmap.md
2020-06-17 15:44:06 -07:00
Richard Mokua 69c280df02
Update configmap.md 2020-06-17 07:53:27 +02:00
Richard Mokua 9a6e4c260d
Update configmap.md 2020-06-17 07:45:19 +02:00
Kubernetes Prow Robot d0024d7d44
Merge pull request #21148 from sftim/20200523_tidy_job_concept
Rename and tidy Job concept page
2020-06-12 22:51:56 -07:00
Kubernetes Prow Robot 65b60d156e
Merge pull request #21067 from jqmichael/patch-5
Added comments to RequestedToCapacityRatio formula
2020-06-12 19:49:55 -07:00
Artsiom Kaval 0ec8638025
Fix missuse of Secret vs ConfigMap 2020-06-12 03:54:17 +03:00
Tim Bannister 8f9551638b Rename Job concept page
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
jqmichael 27f44d7010 Added comments to RequestedToCapacityRatio formula 2020-06-10 16:51:36 -07:00
Kubernetes Prow Robot 5d0a157c01
Merge pull request #21028 from scoulomb/concept-conf-secret
In concept secret, add consumption as environment variable
2020-06-10 09:00:52 -07:00
Karen Bradshaw ecc27bbbe7 add en pages 2020-06-09 19:33:15 -04:00
Soumith Kumar Mudugonda 88b703c95b Changes on Wrong Feature Gate Name #21357 2020-06-09 00:01:14 +02:00
Alex Wang 4439f795f8 update non preempt beta 2020-06-08 23:58:58 +08:00
Adam 473ab23e80
Update configmap.md
Fixed configmap -> configMap
2020-06-07 21:16:28 +02:00
wojtekt d7e11597ed Document self-updating feature for ConfigMap 2020-06-03 13:03:01 +02:00
wawa0210 6ad483fb8e
Clarify behavior of `imagePullPolicy: Always` 2020-05-23 08:55:33 +08:00
Kubernetes Prow Robot bcc860271e
Merge pull request #21034 from jqmichael/patch-4
Clarified Secrets file mode
2020-05-21 12:58:37 -07:00
jqmichael 14448d73b7 Clarified Secrets file mode
1. The example is using YAML which supports octal notation. Updated the corresponding doc.
2. Clarified we need to follow the symlink to find the correct file mode.
2020-05-19 10:02:20 -07:00
WangYun 198c1cbdcd
overview.md typo
It seems there is a blank in `headless-` and `service`, which leads to error format
2020-05-19 08:08:03 +08:00
Sylvain COULOMBEL 4f18583d19 In concept secret, add consumption as environment variable 2020-05-17 16:54:52 +02:00
Adam Kaplan 55e17b86f2 mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00