Commit Graph

217 Commits

Author SHA1 Message Date
Antoine Pelisse 11333a4851
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-12 10:33:30 -07:00
Antoine Pelisse cfa004ae6a Address more feedback 2022-04-12 08:54:35 -07:00
Jefftree ca0a2df7b7 Address comments 2022-04-12 08:48:49 -07:00
Antoine Pelisse 9814f9273d Add documentation for OpenAPI v3 Beta 2022-04-12 08:48:49 -07:00
Ankita Shirodkar 043121abdf
Updating Kubernetes Overview page
In alignment with the CNCF Style Guide, proposing a change from open-source to open source.
2022-04-04 01:15:48 +05:30
Tim Bannister 73cd38cdc6 Move kubectl overview to be section index
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Alexandru Gheorghe 8d43e339b9
Fix wording for "concepts/overview/working-with-objects/kubernetes-objects/#required-fields" 2022-03-02 13:44:35 +00:00
Jay Beale 33c1877b39
Changing "VMs" to "machines" in this sentence
The rest of this paragraph talks about nodes being "machines," whereas this sentence is more specific, referring to virtual machines ("VMs"). The article this sentence points to also uses "machines" and isn't specific to VMs.
2022-02-21 15:14:19 -08:00
Kubernetes Prow Robot 63edc70641
Merge pull request #31639 from JayKayy/patch-1
Remove deprecated `--record` flag from example
2022-02-17 07:17:38 -08:00
Jordan Liggitt fa4cc5965b Update finalizers.md 2022-02-14 10:37:44 -05:00
John Kwiatkoski 0d9d83a23d
Remove deprecated `--record` flag from example
Trying to use this flag `--record` in the example leads to the warning:
```
Flag --record has been deprecated, --record will be removed in the future
```
2022-02-05 19:41:02 -05:00
mtardy 61174c49ba Add warning for creating namespaces with the same name as public TLDs
Uppercase Service API object following documentation style guide

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Add mitigation propositions

Add RFC reference for the trailing dot in an absolute DNS name

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-01-27 10:58:41 +01:00
Adrian Ludwin 9117178a97
Namespace names must be RFC 1123 DNS labels
The how-to docs to create a new namespace already specify this, but I think it's worth mentioning in the overview doc that a namespace name must be an RFC 1123 label, as I didn't initially think to look in the how-to doc for limitations.
2022-01-13 12:10:06 -05:00
Anubhav Vardhan 5a5b4d8a70
Comment YAML to specify excerpt 2022-01-11 10:33:07 +05:30
Anubhav Vardhan f6ae550af4
Add glossary_tooltip for StatefulSet 2022-01-11 10:26:58 +05:30
Jefftree 41547099c4 Add section for OpenAPI v3 2021-11-30 09:48:23 -08:00
Kubernetes Prow Robot 21e7ae323c
Merge pull request #29990 from jizusun/fix-link
fix broken link for owner references in Finalizers
2021-10-22 17:46:49 -07:00
Kubernetes Prow Robot 286db402a2
Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
Make  figure sizing more responsive
2021-10-21 17:10:37 -07:00
Jizu Sun 2342716d89
Merge branch 'main' into fix-link 2021-10-21 18:05:15 +08:00
sandipanpanda d33605578f
Fix broken link in k8s.io/docs/concepts/overview/working-with-objects/finalizers/ (#30159)
* Fix broken link in finalizers.md

* Update finalizers.md

* Update finalizers.md
2021-10-20 16:56:08 -07:00
Jizu Sun a6f27be7e1
Update content/en/docs/concepts/overview/working-with-objects/finalizers.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-10-19 10:48:54 +08:00
Tim Bannister dc84f0cb97 Mark figures' intended size
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
Shabir Mohamed Abdul Samadh b3ff003048
doc: accommodate re-write of intro line 2021-10-14 20:31:16 -04:00
Shabir Mohamed Abdul Samadh 86b6584d0a
doc: accept review suggestion 2021-10-14 20:25:30 -04:00
shabirmean 0ca22ac568 doc: update definition for namespaces
Update namespace definition to not use _Virtual Clusters_ as a means of explaining namespaces.

Motif: KubeCon NA 21 Talk on ***"Beyond Namespaces: Virtual Clusters are the Future of Multi-Tenancy - Lukas Gentele, Loft Labs"***
2021-10-14 15:06:29 -04:00
Jizu Sun 5c0dd0414b remove blank 2021-10-09 10:50:09 +08:00
Jizu Sun 95a772fea7 fix link 2021-10-09 10:47:55 +08:00
naisu 5220cdf8d2
Explain leases in `kube-node-lease` namespace doc
Add a reference to `Lease` resource api doc

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-08-26 02:22:45 +02:00
naisu 497a5231df
Improve wording of `kube-node-lease` namespace doc
Correct grammar and provide a reference to more detailed documentation of concepts mentioned.
2021-08-25 17:20:22 +02:00
Ramdas Potale 988a62b463
Update components.md
I think adding the "for" word in the below sentence makes more sense.

"This document outlines the various components you need to have "for"
a complete and working Kubernetes cluster."
2021-08-21 09:27:03 +05:30
Kubernetes Prow Robot cdefcc3a8b
Merge pull request #29477 from brakmic/patch-1
trivial: typo
2021-08-19 20:39:24 -07:00
Rey Lejano 64f91d8e2c add note on owner references in garbage collection page
add note on owner references to owner dependents page
2021-08-19 17:43:09 -07:00
Harris Brakmić 2b268b1a76
trivial: typo
A small typo.
2021-08-19 22:07:59 +02:00
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
Mengjiao Liu 9eb90fddd8 Fix Observability format to be consistent with other items 2021-07-23 11:09:55 +08: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
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
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
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
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