Commit Graph

364 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 82a9aeba9c
Merge pull request #37916 from shannonxtreme/edit-secret-cleanup
Remove edit steps from concept page
2022-11-16 00:10:48 -08:00
Shannon Kularathna beaf3baceb Remove edit steps from concept page 2022-11-15 22:17:06 +00:00
Shubham Kuchhal 814edd0ec5 Added Hyperlink to RFC3339 2022-11-15 13:21:01 +05:30
Kubernetes Prow Robot f7689cb7b7
Merge pull request #37210 from tengqm/tweak-overview
Tweak line wrapping for configuration overview page
2022-11-09 15:24:54 -08:00
Kubernetes Prow Robot b317d783ff
Merge pull request #37420 from mattcary/emptysize
Clarify emptyDir sizeLimit
2022-11-07 08:12:17 -08:00
Kubernetes Prow Robot c6ec678fe7
Merge pull request #37491 from Rishit-dagli/Rishit-dagli-configmaps-pods
Update example to configure pods from configmap
2022-10-29 09:20:40 -07:00
Rishit Dagli 6d0f8be9bc Update example to configure pods 2022-10-25 10:44:37 -04:00
Matthew Cary 8eece1b4b4 Clarify emptyDir sizeLimit 2022-10-24 10:34:49 -07:00
Qiming Teng 28f831e7d6 Tweak line wrapping in secret concept page
This PR wrapps the long lines found in the secret.md concept page.
2022-10-08 16:29:46 +08:00
Qiming Teng 2e131a589a Tweak line wrapping for configuration overview page
This PR wrapps the long lines found in the configuration/overview.md page.
2022-10-08 16:20:51 +08:00
Shannon Kularathna b8ac776bce Add info and link to good practices from caution 2022-09-26 21:49:15 +00:00
Shannon Kularathna 1c625d0659 Update glossary and move existing info to new page
- Update glossary term for secrets
- Improve clarity of privileged container warning note
- Create a new page for Secrets good practices and bring existing content as-is to the page
- Add weights to pages
- Add link for good practices for secrets and remove moved content
2022-09-22 16:07:05 +00:00
Kubernetes Prow Robot bad7e81e20
Merge pull request #36401 from kikisdeliveryservice/revert-localstoragecapacityisolationf
Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
2022-09-07 10:28:37 -07:00
Ryan Phillips 80ebbadd93 add new note for ephemeral storage calculations 2022-09-06 15:14:24 -05:00
Kirsten Garrison 04f97948d3 Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
This feature has been reverted to alpha in master and 1.25.
Related-to: https://github.com/kubernetes/kubernetes/pull/112076
Related-to: https://github.com/kubernetes/kubernetes/pull/112078
Related-to: https://github.com/kubernetes/enhancements/issues/1029
2022-08-29 19:16:40 -07:00
carolina valencia 6810fa976d Merge remote-tracking branch 'upstream/main' into dev-1.25 2022-08-18 15:58:41 -03:00
Arnaud Meukam a180cd6853
Update docs to reference new container image registry
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.

Ref: https://github.com/kubernetes/k8s.io/issues/3411

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
Paco Xu ce46585ef5 Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-17 09:31:31 +08:00
jinxu d0a4713d18 Update LocalStorageCapacityIsolation GA
update feature GA
2022-08-15 13:30:08 -07:00
Stanislav Kardashov 6bb6d9c686
[en] typo fix admistrators-> administrators
admistrators-> administrators
2022-08-15 19:11:34 +03:00
Kubernetes Prow Robot 46aae33827
Merge pull request #34116 from TheRealDwright/update-docs-labels
update docs labels
2022-07-21 20:43:39 -07:00
Thomas Matrejek 8f63028589
Fix quantity case for ephemeral storage
All resource requests parse units the same way. Ephemeral storage previously had an upper case `K` as a valid unit but the kubernetes server can not parse this value.

Similar to memory, add a statement regarding that a lowercase `m` will be accepted by the kubernetes server, but is probably an incorrect request.
2022-07-11 17:37:36 -04:00
Daniel Wright f9ebc90ff7
[en] update en docs to use recommended labels 2022-07-11 08:45:48 -07:00
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00
Kubernetes Prow Robot 553dc2f663
Merge pull request #32894 from xurizaemon/kubectl-proxy-url-docs
Docs fix for kubectl proxy configuration
2022-06-14 15:23:34 -07:00
Chris Burgess 81fe9b4e91 Docs fix for kubectl proxy configuration
Follow-up to https://github.com/kubernetes/website/pull/32245
2022-06-14 22:33:44 +12:00
Mark Rossetti eb88ef7c3e
Updating Windows intro and resource management pages (#34083)
* Updating some Windows docs pages including:
- Fixinig heading levels for /docs/concepts/windows/intro.md
- Misc updates to /docs/concepts/windows/intro.ms
- Updates to /docs/concepts/configuration/windows-resource-management.md
for accuracy

Signed-off-by: Mark Rossetti <marosset@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-06-06 14:04:21 -07:00
Kubernetes Prow Robot 978b7cae48
Merge pull request #33675 from liggitt/token
Expand manual token secret creation docs
2022-05-28 18:16:50 -07:00
Jordan Liggitt 259da65e6a Expand manual token secret creation docs 2022-05-28 17:24:27 -04:00
Sean Wei cca0aca855 Fix Markdown link 2022-05-25 21:17:01 +08:00
Kubernetes Prow Robot 8d6a818a23
Merge pull request #33418 from ProbStub/patch-1
Adding reference how to do configmap changes
2022-05-04 00:25:31 -07:00
ProbStub f0702ba4ea
Update content/en/docs/concepts/configuration/configmap.md
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-05-04 09:05:54 +02:00
ProbStub 2dc7ba07ab
Adding reference how to do configmap changes
In reference to https://stackoverflow.com/questions/54571185/how-to-patch-a-configmap-in-kubernetes adding a note on how to modify configmaps in a deployment.
2022-05-03 09:56:13 +02:00
Nate W 5ead53b3e8 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-05-02 10:29:49 -07:00
Kubernetes Prow Robot 314ad4c43a
Merge pull request #32326 from nirroz93/patch-2
Changing note about limits without requests
2022-04-30 10:11:12 -07:00
xin.li e6276724bb [en] modify link about debug
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:48:28 +08:00
Chris Burgess 6893daac26
Docs fix for kubectl proxy configuration
Follow-up to https://github.com/kubernetes/website/pull/32245
2022-04-13 21:05:08 +12:00
Nate W 22643121ff Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-04 09:40:29 -07:00
阿杰鲁 8ab6120d12 docs: Resync configmap.md 2022-04-02 14:29:54 +08:00
Nate W f85be125b9 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-31 15:18:13 -07:00
Nate W 7c67921f3f Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-03-28 08:48:23 -07:00
Sudheer Satyanarayana 81881f8d84
minor text edit
`Pay attention to the case of suffixes` seems better than `Take care about case for suffixes`
2022-03-27 16:01:25 +05:30
Kubernetes Prow Robot 81aee215f7
Merge pull request #31850 from marosset/move-windows-resource-management-1.24
Moving windows resource management to separate page
2022-03-24 22:39:50 -07:00
Kirill Roskolii 7add16b378
Add proxy-url example to kubectl documentation (#32245)
* Add proxy-url example

* Fix typo

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-03-22 14:13:58 -07:00
Nir Rosenthal 76e78444ef
per https://github.com/kubernetes/website/pull/32326#discussion_r830493057 2022-03-19 17:39:59 +02:00
Nir Rosenthal 3f0f56f0f2
Changing note about limits without requests
this is true for all limits (not only CPU and memory but also ephemeral storage)

4d08582d1f/pkg/apis/core/v1/defaults.go (L159)
2022-03-18 00:06:10 +02:00
Tim Hockin 01ab111c89 Clarify ConfigMap value type 2022-03-16 15:49:39 -07:00
Tim Bannister a21c43eed9 Tidy & reword Secret concept
Co-authored-by: Chris Negus <cnegus@redhat.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-08 15:55:39 +00:00
Tim Bannister 3530caab63 Revise list of Secret types 2022-03-08 15:55:19 +00:00
Jordan Liggitt f7b4ca4d1c Fixup service account token doc 2022-02-24 14:04:40 -05:00