Commit Graph

4000 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 0cbb4d0e7a
Merge pull request #39809 from mimowo/update-docs-about-handling-deleted-pods
Update docs for KEP3329: "Retriable and non-retriable Pod failures for jobs
2023-03-22 22:28:22 -07:00
ruiwen-zhao ee72c54853 Document update for MaxParallelImagePulls
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
2023-03-23 04:11:59 +00:00
Tim Bannister ccbe92e360
Revise Service concept
Redo headings for port definitions
2023-03-22 15:01:28 +00:00
Kubernetes Prow Robot b399d833f8
Merge pull request #39905 from saschagrunert/dev-1.27-downward-api-hugepages
[KEP-2053] Add docs for DownwardAPIHugepages graduation
2023-03-22 02:08:36 -07:00
Sascha Grunert bcff6ab600
[KEP-2053] Add docs for DownwardAPIHugepages graduation
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-22 10:01:47 +01:00
Kubernetes Prow Robot cbd2920d8d
Merge pull request #40117 from ystkfujii/fix/typo
Fix typo in workloads/controllers/daemonset
2023-03-22 01:44:36 -07:00
Kubernetes Prow Robot 1ac62a1ec5
Merge pull request #39850 from xuzhenglun/dev-1.27
add doc for ServiceNodePortStaticSubrange
2023-03-22 00:48:35 -07:00
Kubernetes Prow Robot 8f1b83b8cc
Merge pull request #38129 from Ritikaa96/cloud-controller
Correcting format of cloud-controller-md What's Next section
2023-03-21 23:26:35 -07:00
Shubham 458c0e3b26
Improvement: Added the Note for External applications. (#39691)
* Improvement: Added the word External applications.

* Added the Note for External Applications.

* Modify the note
2023-03-21 20:08:36 -07:00
xuzhenglun 6887d395f3
add docs in service concepts 2023-03-22 10:54:06 +08:00
Kubernetes Prow Robot fef3fbfe84
Merge pull request #40176 from mickeyboxell/merged-main-dev-1.27
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-21 16:52:00 -07:00
Kubernetes Prow Robot 29f0dd8094
Merge pull request #39823 from pwschuurman/kep-3335-beta-docs
Update StatefulSetStartOrdinal documentation to target beta in 1.27
2023-03-21 13:12:12 -07:00
Gabriel Reid 138b825d31 Remove redundant description of finalizers
Remove redundant information about finalizers on the finalizers
page within the "working with objects" section.

The same description of finalizers is imported directly from the
glossary, so previous to this commit a nearly identical paragraph
is repeated.

For reference, the text imported from the glossasry is

> You can use finalizers to control garbage collection of resources.
> For example, you can define a finalizer to clean up related resources
> or infrastructure before the controller deletes the target resource.

while the text being removed in this commit is:

> You can use finalizers to control garbage collection of resources
> by alerting controllers to perform specific cleanup tasks before
> deleting the target resource.
2023-03-21 19:52:15 +01:00
Michal Wozniak 801b556183 Update for KEP3329: "Retriable and non-retriable Pod failures for Jobs"
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-03-21 15:56:19 +01:00
Ritikaa96 9e7b29be21 Making changes as per reviews
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-03-21 19:59:55 +05:30
Ritikaa96 78c34c1fc5 Updating cloud-controller-md reference section 2023-03-21 19:18:32 +05:30
Ritikaa96 c79c8f2a12 Adding loadbalancerdeprecation info and removing Azure Info in NOTE
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-03-21 19:06:38 +05:30
Ritikaa96 b17509592b Deprecation Note addedi for loadbalancerIP 2023-03-21 19:06:38 +05:30
Todd Neal 3a81c94ba8 remove pod-eviction-timeout documentation
pod-eviction-timeout has been removed from v1.27, update the docs to
reference the taint based eviction that is now the default and only
mechanism.
2023-03-21 08:00:33 -05:00
Mickey Boxell 79fd7f88d6 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-20 21:58:19 -05:00
Kubernetes Prow Robot e2526aa6c4
Merge pull request #39835 from soltysh/cronjob_tz_ga
Promote CronJobTimeZone to stable
2023-03-20 05:01:18 -07:00
Maciej Szulik b6b1fc392d
Promote CronJobTimeZone to stable 2023-03-20 12:58:12 +01:00
Kubernetes Prow Robot f6a72d133c
Merge pull request #39843 from chrishenzie/read-write-once-pod-docs
Update ReadWriteOncePod feature to beta
2023-03-19 19:49:16 -07:00
Yash Pimple 434469c084
Updated docs for EndpointSliceTerminatingCondition (#38701)
* Rebased issue #38390

* Updated endpoint-slices.md

Resolved issue #38701

* Updated endpoint-slice.md

* endpoint-slice.md

* New endpoint-slice.md file

* Updated endpoint-slice.md
2023-03-19 19:27:16 -07:00
ystkfujii 9885754ed0 fix typo 2023-03-19 03:13:03 +09:00
Patrick Ohly 5beb348e62 dynamic resource allocation: update for 1.27
The API group was bumped to make some incompatible internal changes and the
user-visible renaming of PodScheduling to PodSchedulingContext.
2023-03-17 20:31:48 +01:00
Tim Bannister 52bb8f9282 Add /logs API to security checklist
It's best to disable this API, which is deprecated at the time of
writing.

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2023-03-16 17:38:38 +00:00
Sergey Kanzhelev ae17e46f73
Document behavior of endpoints with the feature EndpointSliceTerminatingCondition (#36791)
* new behavior of endpoints with the feature gate EndpointSliceTerminatingCondition

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

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

* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>

* fixing feature gate versions

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2023-03-15 08:32:17 -07:00
Chris Henzie e600a75b41 Update ReadWriteOncePod feature to beta 2023-03-14 13:52:52 -07:00
Peter Schuurman 112f01d2fc Update KEP-3335 documentation for beta in 1.27 2023-03-13 12:08:31 -07:00
JenTing Hsiao a4a5b15ee7 Quota the variable
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-03-13 10:14:24 +08:00
Dhairya-Arora01 64af02f281 fixed the outdated link 2023-03-12 14:17:00 +00:00
Saumya f90a5d67d5
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-03-11 21:34:52 +05:30
Kubernetes Prow Robot bd456cf518
Merge pull request #39824 from mickeyboxell/merged-main-dev-1.27
Merged main dev 1.27
2023-03-10 07:00:40 -08:00
Kubernetes Prow Robot c05bf92e36
Merge pull request #39781 from davidxia/patch-3
fix docs: update user-namespaces.md for English usage
2023-03-09 07:32:04 -08:00
Kubernetes Prow Robot fe254a7e18
Merge pull request #39745 from skypeter1/patch-1
Update endpoint-slices.md
2023-03-09 07:26:04 -08:00
Kubernetes Prow Robot 12b0a04fc4
Merge pull request #39538 from Santosh1176/calico-link
Correct link to Calico installation
2023-03-09 01:00:00 -08:00
EliSzBr 1290b02fd3
adjust docs for feature maturity (#39791)
as per the [docs](https://github.com/kubernetes/website/blob/main/content/en/docs/concepts/services-networking/service.md?plain=1#L697) this is no longer an alpha feature, but stable.

Either that or I don't understand it well as a k8s noobie and it should be clarified 😄
2023-03-09 15:39:42 +08:00
adi-wan-askui 4217aeb236
Update cron-jobs.md (#39813)
fix typo
2023-03-09 15:25:27 +08:00
Kubernetes Prow Robot d3979d5150
Merge pull request #39773 from Huang-Wei/1.27/PodSchedulingReadiness-beta
Doc for Beta feature PodSchedulingReadiness
2023-03-08 23:14:01 -08:00
Santosh Kaluskar b6a0d1c29d
update calico link
Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
2023-03-09 11:36:39 +05:30
Kubernetes Prow Robot 243bba0f77
Merge pull request #39757 from ClimberJ/patch-1
Removed duplicate word
2023-03-07 05:46:34 -08:00
Alex Wang d84256921b doc: graduate matchLabelKeys in podTopologySpread to beta
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-03-07 11:07:09 +08:00
Mickey Boxell 987edf7ef0 Merge remote-tracking branch 'upstream/main' into dev-1.27 2023-03-06 19:22:46 -06:00
Georg Ragaller 36f93de9f2
Fix typo in service.md 2023-03-06 21:24:50 +01:00
Wei Huang fc019615ab
Doc for Beta feature PodSchedulingReadiness 2023-03-06 09:02:48 -08:00
Mengjiao Liu e342648b91 Fix the description of Service External IPs to match the YAML example 2023-03-06 10:26:42 +08:00
David Xia 1318d40853
fix docs: update user-namespaces.md for English usage
Make it grammatically correct and more concise.
2023-03-04 07:12:56 -05:00
ClimberJ d6445848fc
Removed duplicate word 2023-03-02 12:14:13 +01:00
Peter Arboleda dbd72395cd
Update endpoint-slices.md 2023-03-01 14:29:10 +01:00
Paulo Gomes c92f1d3a1c
Fix misspelling on Pods page
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2023-02-27 19:28:48 +00:00
Sanghong Kim 48543290cc
Update to use subsectionID instead of full-link
In "Windows containers in Kubernetes" page.
2023-02-27 10:50:31 +09:00
Kubernetes Prow Robot fcd671a79e
Merge pull request #39520 from Zhuzhenghao/deployment
Clean up page deployment
2023-02-25 21:18:17 -08:00
Rishit Dagli 550011ebc9
Update content/en/docs/concepts/cluster-administration/flow-control.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-02-25 20:27:14 -05:00
Kubernetes Prow Robot 512ba15b75
Merge pull request #38063 from Ritikaa96/add-references-to-control-plane-node-communication
Adding references and glossary tooltip
2023-02-25 17:02:17 -08:00
Kubernetes Prow Robot aaede4e1bc
Merge pull request #38054 from sftim/20221124_redo_service_glossary_entry
Revise glossary entry for Service
2023-02-24 17:22:06 -08:00
Dipesh Rawat bee8feccc2
Add minimum and maximum values for PriorityClass
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-23 17:39:00 +00:00
Dipesh Rawat 4df5efbaea
Add minimum and maximum values for PriorityClass 2023-02-23 16:37:18 +00:00
Kubernetes Prow Robot 448e5308ef
Merge pull request #38517 from tengqm/norm-cloud-controller
Normalize cloud-controller concept page
2023-02-22 18:03:07 -08:00
Tim Bannister 997a437c76
Revise glossary entry for Service 2023-02-22 22:55:21 +00:00
Rey Lejano 23db46b8c2 resolved merge conflict from branch sync from main into dev-1.27 2023-02-22 12:14:36 -08:00
Kubernetes Prow Robot 3fc2fa9853
Merge pull request #39142 from tengqm/cleanup-redirects-1
Remove redirect entries for docs/admin/... pages
2023-02-22 08:43:57 -08:00
Kubernetes Prow Robot 903da02728
Merge pull request #38562 from sftim/20221219_revise_service_concept_introduction
Revise introduction to Service page
2023-02-21 08:41:55 -08:00
Kubernetes Prow Robot dabf57d9ec
Merge pull request #39509 from lianghao208/pod-lifecycle
update pod scheduling readiness gate in pod lifecycle
2023-02-21 08:27:55 -08:00
Kubernetes Prow Robot c67a986cf0
Merge pull request #39499 from sftim/20230216_service_update_part_14
Revise Service concept, part 14
2023-02-21 08:25:57 -08:00
Kubernetes Prow Robot bbc9f8db59
Merge pull request #39486 from wenjianhn/patch-1
Update cgroups.md
2023-02-21 08:23:55 -08:00
Kubernetes Prow Robot 6e6e6bae80
Merge pull request #39482 from seancrasto/patch-6
Update topology-aware-hints.md
2023-02-21 08:21:56 -08:00
Kubernetes Prow Robot 93ab5d3636
Merge pull request #39527 from seancrasto/patch-8
Fix typos in docs/concepts/storage/persistent-volumes.md
2023-02-20 14:57:48 -08:00
Tim Bannister 5c775fc202
Reword further reading
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-20 11:34:05 +00:00
Kubernetes Prow Robot 4bb80ef882
Merge pull request #39535 from Zhuzhenghao/working-with-objects
Tidy concepts pages within Label and Annotation
2023-02-20 03:33:50 -08:00
zhuzhenghao 3ca95d6c88 Tidy concepts pages within Label and Annotation 2023-02-19 16:30:51 +08:00
zhuzhenghao 07526a10ce Clean up page assign-pod-node 2023-02-19 14:58:34 +08:00
Kubernetes Prow Robot e1c0b9c1a3
Merge pull request #39518 from borgerli/apf-debugpoints
update output for APF dump_priority_levels endpoint
2023-02-18 15:59:37 -08:00
seancrasto 46ff1a8047
Update persistent-volumes.md
Minor corrections.
2023-02-18 18:42:54 -05:00
Kubernetes Prow Robot b3fad7d560
Merge pull request #39485 from Sajiyah-Salat/sajiyah-object
Update names.md
2023-02-18 04:03:37 -08:00
zhuzhenghao 6844bc085e Clean up page deployment 2023-02-18 19:06:48 +08:00
Bo Li 42c3d5074a update output for APF dump_priority_levels endpoint 2023-02-18 10:52:16 +08:00
zhuzhenghao d08ae655fd Clean up page device-plugins 2023-02-18 01:07:55 +08:00
Tim Bannister c3224873f8
Revise Service concept
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-17 11:42:31 +00:00
lianghao208 f16f67eb56 update pod scheduling readiness gate in pod lifecycle 2023-02-17 16:22:55 +08:00
Jian Wen 6a60f037d2
Update content/en/docs/concepts/architecture/cgroups.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-02-17 11:45:17 +08:00
Shannon Kularathna 0dee0cf41e Clean up using secrets as files section 2023-02-16 21:46:38 +00:00
Tim Bannister 72b9f09f45
Revise introduction to Service page
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-02-16 19:50:36 +00:00
Kubernetes Prow Robot 0018dfc05b
Merge pull request #39483 from windsonsea/pvyh
Tweak line wrappings in the PV storage concept
2023-02-15 23:57:39 -08:00
Sajiyah Salat aa686a8d3a
Update content/en/docs/concepts/overview/working-with-objects/names.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-02-16 13:01:19 +05:30
Jian Wen 721b220745
Update cgroups.md
Add an example of uber-go/automaxprocs which is used by lots of applications to avoid CPU throttling.

Related to https://github.com/uber-go/automaxprocs/issues/49
2023-02-16 10:51:44 +08:00
Sajiyah Salat e2a33136c2
Update names.md 2023-02-16 08:10:47 +05:30
windsonsea 4ae516aee8 Tweak line wrappings in PV storage concepts 2023-02-16 09:54:07 +08:00
Kubernetes Prow Robot 5638f85cff
Merge pull request #39392 from arrikto/feature-ds-schedule
Update DaemonSet guide
2023-02-15 17:25:38 -08:00
seancrasto 296e40e619
Update topology-aware-hints.md
Added back to correct sentence
2023-02-15 19:37:42 -05:00
Grigoris Thanasoulas d0b3ba5cce Update DaemonSet guide
Rewrite "How Daemon Pods are scheduled" section of the DaemonSet guide
to align with the current state and be more clear.

Signed-off-by: Grigoris Thanasoulas <gregth@arrikto.com>
2023-02-15 21:16:03 +02:00
SaumyaBhushan 00c6755c26 updated link 2023-02-15 09:57:27 +05:30
Kubernetes Prow Robot da84dd8419
Merge pull request #39436 from sftim/20230213_tweak_sa_concept
Fix wording, punctuation and Markdown for ServiceAccount concept page
2023-02-14 15:53:41 -08:00
Kubernetes Prow Robot ee4b88ed37
Merge pull request #37733 from sftim/20221105_update_docs_podsecuritypolicy_removal
Update documentation for PodSecurityPolicy removal
2023-02-14 12:55:51 -08:00
Todd Neal f9a19295ee
Update content/en/docs/concepts/scheduling-eviction/assign-pod-node.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-02-14 09:51:42 -06:00
Todd Neal 47e6adfcc9 add a node indicating when nodeName should be used 2023-02-14 09:27:50 -06:00
Tim Bannister 96d49317a2
Fix wording for ServiceAccount concept
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-14 09:17:03 +00:00
Tim Bannister cb5a8930dc
Fix broken anchor 2023-02-14 09:16:57 +00:00
Shannon Kularathna 9eb2767333
Add a missing anchor pound sign 2023-02-13 12:49:20 -05:00
Kubernetes Prow Robot b1f18bfa9b
Merge pull request #38289 from shannonxtreme/service-account
Add a new concept page for service accounts
2023-02-13 09:37:29 -08:00
Shannon Kularathna 7cb6d1eb35 Add a new concept page for service accounts
Also add a glossary definition for JWTs

Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: stlaz <https://github.com/stlaz>
2023-02-13 17:29:12 +00:00
seancrasto e0810bcaad
Update endpoint-slices.md
Changed break to breaking.
2023-02-12 19:24:16 -05:00
Kubernetes Prow Robot 17fcb2e70d
Merge pull request #39385 from AkihiroSuda/rprivate
`mountPropagation: None` equates to `rprivate`, not `private`
2023-02-11 17:05:30 -08:00
Akihiro Suda 8355f38ae4
`mountPropagation: None` equates to `rprivate`, not `private`
Evidences:
- https://github.com/containerd/containerd/blob/v1.6.16/pkg/cri/opts/spec_linux.go#L181
- https://github.com/cri-o/cri-o/blob/v1.26.1/server/container_create_linux.go#L982

This commit also replaces the link to https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
with https://man7.org/linux/man-pages/man8/mount.8.html , as the former one does
not mention `rprivate` .

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-02-11 21:11:26 +09:00
Kubernetes Prow Robot 681c103612
Merge pull request #39367 from RaunakShah/3151-update-annotation
Update volume mode change annotation in documentation
2023-02-10 10:21:30 -08:00
Liz Rice 7f9743f255
Docs: identify CNCF project network add-ons
Indicating CNCF project status, to help end users understand which network add-ons are part of the CNCF family
2023-02-10 11:58:22 +00:00
Raunak Pradip Shah 9ab8cd6c0b Update volume mode change annotation in documentation 2023-02-09 11:25:13 +05:30
Aravindh Puthiyaparambil 73bd561380
windows: Correct Pod security context section
Correct the Pod security context section to reflect the fields that are
supported on Windows.
2023-02-08 10:31:45 -08:00
Kubernetes Prow Robot 320c55bb53
Merge pull request #38279 from T-Lakshmi/doc-service
Tweak wording for Service concept
2023-02-08 09:04:58 -08:00
Kubernetes Prow Robot a8b834670b
Merge pull request #39336 from seancrasto/patch-2
Update job.md
2023-02-08 03:42:59 -08:00
Kubernetes Prow Robot 0e66780d8b
Merge pull request #39324 from reylejano/followup-PR-38673
Updated concepts/workloads/pods/_index.html as followup to PR 38673
2023-02-08 03:38:58 -08:00
Kubernetes Prow Robot dd3a6796cf
Merge pull request #39343 from Zhuzhenghao/replicaset
Cleanup page replicaset
2023-02-07 23:56:59 -08:00
Reeta Singh f78e3bf0e5
updating Pod DNS config example to use documentation IP address (#39169)
* updating Pod DNS config example to use documentation IP address

* add this is an example in note

* empty commit
2023-02-07 22:44:59 -08:00
Rey Lejano 2916c34fdf updated concepts pods index.html as followup to PR 38673 2023-02-07 22:10:53 -08:00
zhuzhenghao a70698ed63 Cleanup page replicaset 2023-02-08 13:26:19 +08:00
seancrasto 28b50215b8
Update job.md
Corrected spelling of specifying.
2023-02-07 18:05:50 -05:00
Tim Bannister 3fbb55b0db
Improve Lease concept (#38307)
* Improve Lease concept

* Write “heartbeat” consistently

(within Lease concept page).
2023-02-07 15:02:49 -08:00
Kubernetes Prow Robot 1a8bd52c5a
Merge pull request #39308 from sftim/20230306_pod_qos_tweaks
Tweak docs about QoS classes
2023-02-07 03:14:59 -08:00
Kubernetes Prow Robot d8e9c84234
Merge pull request #38673 from dshebib/update_pod_privilege_feature
Update privileged pod documentation to reflect GA feature
2023-02-07 00:51:00 -08:00
Kubernetes Prow Robot d828b3084b
Merge pull request #39316 from Shubham82/fix_404_Error
Fixed the Broken Link for Quality of Service classes for Pods.
2023-02-07 00:28:59 -08:00
Kubernetes Prow Robot 7c4ea1e17e
Merge pull request #39318 from Zhuzhenghao/storage-classs
Reformat storage-classes page
2023-02-06 23:41:00 -08:00
zhuzhenghao f910c027bf Reformat storage-classes page 2023-02-07 13:52:48 +08:00
shubham82 6e87bdd416 Fixed the Broken Link for Quality of Service classes for Pods. 2023-02-07 14:08:27 +09:00
Kubernetes Prow Robot 831f795747
Merge pull request #38083 from shannonxtreme/using-secrets
Improve wording around Secrets as environment variables
2023-02-06 19:52:58 -08:00
Tim Bannister 04add1a96b
Fix weight for Pod QoS Class concept 2023-02-06 23:42:42 +00:00
Kubernetes Prow Robot 47ced50392
Merge pull request #39118 from dshebib/qos_detail
Clarify QOS class effect
2023-02-06 14:46:58 -08:00
Shannon Kularathna 679d205d3d Clean up wording and remove duplicate content
Trim environment variable content in concept

- Remove steps and link to the relevant task
- Add a brief intro to task heading

Clean up wording about Secrets as env vars

- Improve clarity of the list items
- Improve clarity of the intro paragraph for invalid vars

Delete environment variable use case
2023-02-06 21:25:25 +00:00
Daniel Shebib 04ce79a5fc add new page for qos class 2023-02-05 20:11:20 -06:00
Daniel Shebib 4e9007f191 Add new page for QoS class
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-05 20:08:25 -06:00
zhuzhenghao 42e746a379 Clean up api-server-bypass-risks.md 2023-02-06 09:55:04 +08:00
Kubernetes Prow Robot 61a122963f
Merge pull request #39271 from Zhuzhenghao/en/resource-bin-package
Tweak page style for resource-bin-packing.md
2023-02-04 23:44:29 -08:00
zhuzhenghao 87e8d214e1 Tweak page style for resource-bin-packing.md 2023-02-05 14:49:26 +08:00
zhuzhenghao 3aa5fe0cca Cleanup node-pressure-eviction.md 2023-02-05 14:17:55 +08:00
Kubernetes Prow Robot d6f6e084a8
Merge pull request #39237 from MikeSpreitzer/more-apf-obsservability
Extend APF Observability with logging and response headers
2023-02-04 10:42:29 -08:00
Kubernetes Prow Robot 0beb84e4c6
Merge pull request #39072 from Kartik494/updatedocumentation
Document spec and status downward API fields  only available as environment variables
2023-02-02 23:00:29 -08:00
Kubernetes Prow Robot 3228a8c2df
Merge pull request #39205 from hmspisharody/patch-1
Fix mismatch in Labels and Selectors concept page
2023-02-02 22:42:29 -08:00
Mike Spreitzer ca383c3239 Extended APF Observability with logging and response headers 2023-02-02 17:36:05 -05:00
weirdvic 7ade37d6bc
Update branch name in ingress-nginx github link
Changed name of the branch in github link to ingress-nginx repository from master to main since master branch does not exist in this repository at the moment.
2023-02-02 09:28:47 +03:00
Harikrishnan Mekkattu Pisharam Somarajan ca3eefb13f
Update labels.md
negative matching 'notin' to match the example
2023-02-01 17:54:11 +05:30
Cheng Wang 125cf8a23f
Fix the `Ingress` 404 link 2023-01-31 16:21:44 +08:00
Kubernetes Prow Robot 999f3130ea
Merge pull request #39091 from ritazh/pss-hostports
Update PSS - HostPorts should be disallowed
2023-01-30 15:42:48 -08:00
Rita Zhang fe12a4054b
Update PSS - HostPorts should be disallowed
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2023-01-30 13:12:45 -08:00
Kubernetes Prow Robot 48a5393086
Merge pull request #37330 from guettli/patch-9
Reword explanation of ClusterIP for Services
2023-01-30 09:40:50 -08:00
windsonsea 60a4446b09 Tweak line wrappings in labels.md 2023-01-30 16:32:57 +08:00
kartik494 312f0a62c7 Modify spec and status downward API fields 2023-01-30 09:39:47 +05:30
Qiming Teng 9a727efab8 Remove redirect entries for docs/admin/... pages 2023-01-29 19:56:56 +08:00
Michael 54e010c731 Fix links to mutatingadmissionwebhook 2023-01-29 14:08:23 +08:00
Kubernetes Prow Robot b067305d64
Merge pull request #37595 from sftim/20221029_improve_ttl_after_finished_concept
Improve concept docs for TTL-after-finished controller / Job cleanup
2023-01-28 11:38:32 -08:00
Tim Bannister e47d1c4f36 Improve concept docs for ttl-after-finished
Document Job cleanup TTL mechanism better.

Co-authored-by: Nate W. <natew@cncf.io>
2023-01-28 18:27:46 +00:00
Kubernetes Prow Robot 4632fe36e9
Merge pull request #37208 from tengqm/tweak-mng-deploy
Tweak line wrapping for manage-deployment page
2023-01-27 12:38:39 -08:00