David M. Lentz
e47fba2b92
Fix typo
2021-08-06 07:46:25 -06:00
Tim Bannister
cba4f57124
Update link from Working With Objects to Kubernetes API Reference
2021-08-04 22:42:14 +01:00
Qiming Teng
651a0c2183
Amend the annotation concept
2021-07-28 11:30:35 +08:00
Kubernetes Prow Robot
d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
...
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Qiming Teng
26748e36b0
Fix service name requirement
2021-07-25 19:57:50 +08:00
Kubernetes Prow Robot
959d0c759b
Merge pull request #28738 from vaibhav2107/link-labels
...
Add the links in docs/concepts/overview/working-with-objects/labels/
2021-07-23 19:03:06 -07:00
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00:00
vaibhav
1f42a30967
Add the links in docs/concepts/overview/working-with-objects/labels/
2021-07-01 19:08:36 +05:30
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Alex
bff31ff2b4
Correcting entry in Multiple Resource Types
...
We *can* use field selectors across multiple resource types.
2021-05-26 08:53:51 +05:30
toshokan
50a5dbb21d
Fixes grammar typo
2021-05-07 16:08:57 -04: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
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
Mauricio Vásquez
4f319fd5ab
Fix requirements for label value
...
Value *can* indeed be empty.
Fixes: bd55d498df
("Clarify requirements for label value syntax")
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
2021-04-20 13:43:29 -05:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Tim Bannister
6c935b6f90
Improve docs for NamespaceDefaultLabelName
2021-04-01 21:43:47 +01:00
Kubernetes Prow Robot
2d31364e3c
Merge pull request #26920 from SergeyKanzhelev/nameAsIdentifier
...
added note about the name being an identifier
2021-03-27 01:52:43 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Sergey Kanzhelev
eb4b67d8a2
Update content/en/docs/concepts/overview/working-with-objects/names.md
...
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-03-16 23:22:10 -07:00
Sergey Kanzhelev
6c60620ad4
added note about the name being an identifier
2021-03-06 06:42:50 +00:00
veyu
bd55d498df
Clarify requirements for label value syntax
2021-02-24 18:58:22 +01:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
AUT0R3V
c4b818c1f1
Update common-labels.md
2020-12-30 14:35:16 +05:30
ying
8e0973b22b
Update md format to make it more easier to read
...
Before the changes, the statement of the set-values messed up together, so it is hard to read it out clearly.
2020-12-02 23:59:14 +08:00
Qiming Teng
070023b24a
Fix links in concepts section
2020-10-22 14:24:56 +08:00
Tim Bannister
3edb970570
Move API overview to be a Docsy section overview
2020-10-20 23:41:54 +01:00
Tim Bannister
dd88014f30
Remove statement about future of namespaces
2020-10-10 19:15:14 +01:00
TAKAHASHI Shuuji
c6a96128c4
Replace special quote characters with normal ones.
2020-08-11 21:05:22 +09:00
Qiming Teng
c8f4704873
Fix links in concepts section (2)
2020-08-02 09:11:14 +08: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
Kubernetes Prow Robot
9e0d6d8110
Merge pull request #22399 from rmauge/patch-1
...
Updates for minor spelling correction
2020-07-13 08:30:33 -07:00
Jens Reimann
f4d296d1c3
Fix the example values in the first examples
...
In the lower part of the document `instance` is derived from the `name` field. However, in the beginning of the document the value of the `instance` field is aligned with the `part-of` field. Which seems wrong, reading through the rest of the page.
Signed-off-by: Jens Reimann <jreimann@redhat.com>
2020-07-10 12:30:09 +02:00
Raymond Maugé
52f2920d5f
Updates minor spelling correction
...
"can not" to "cannot"
2020-07-06 18:03:45 -04: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
Kubernetes Prow Robot
de02f2f27d
Merge pull request #22054 from soltysh/kubectl_run_updates
...
Update kubectl run from docs where necessary
2020-06-26 14:30: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
Rohit Mohta
d41074866e
Add a note about reserved namespace prefix
...
A namespace with prefix 'kube-' is reserved, even though k8s will let you create that
2020-06-23 18:10:41 -07:00
cloudmelon
6cf2449a2e
add lease namespace new commit
2020-06-11 22:18:27 +01:00
Karen Bradshaw
ecc27bbbe7
add en pages
2020-06-09 19:33:15 -04:00
Sebastian Winkler
2f6093bfd7
workaround for new lines in field selector example
2020-06-08 19:10:26 +02:00
ialidzhikov
9eca2d9bd7
Nit: align namespaces output
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-05-19 21:55:08 +03: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
Christian Zeller
e1d688af2e
Update kubernetes-objects.md
...
Added missing word
2020-04-11 21:58:52 +00:00
Melony QIN
1817100ed5
Add namespaces for 1.17 + default namespace
...
Each Node has an associated Lease object in the kube-node-lease namespace. Lease is a lightweight resource, which improves the performance of the node heartbeats as the cluster scales.
2020-04-02 18:59:02 +01:00
inductor
4297f3b29c
Update nginx to modern versions ( #19198 )
...
* update nginx versions
* update
* update examples
2020-03-17 10:48:23 -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
Qiming Teng
ceccbc049c
Resource name constraints (1) ( #19106 )
...
xref: #17969 , #19099 , #18746
2020-02-19 15:44:30 -08:00