Commit Graph

10107 Commits

Author SHA1 Message Date
Michael d57b56aa24 Tweak long lines in connect-applications-service.md 2023-01-25 19:43:19 +08:00
Kubernetes Prow Robot b065cb7e6c
Merge pull request #39071 from Kartik494/fixedtypo
Modify correct name of the field  to matchImages
2023-01-24 14:37:53 -08:00
kartik494 6fd8bd0634 Modify correct name to matchImages 2023-01-24 10:50:09 +05:30
Kubernetes Prow Robot be8d63e5d2
Merge pull request #39002 from waych/pv_doc
Update RBAC Good Practices for PersistentVolumes
2023-01-23 12:50:07 -08:00
shubham82 d3e7c23d07 Improvement: Added shell code block snippet to the commands. 2023-01-23 16:38:22 +09:00
Kubernetes Prow Robot e2e50d037a
Merge pull request #38917 from guettli/patch-11
Add `--ignore-daemonsets` to docs of `kubectl drain`
2023-01-20 02:26:16 -08:00
Kubernetes Prow Robot e49c18f57a
Merge pull request #38960 from rohitagarwal003/patch-9
AdmissionConfiguration is a static configuration to the apiserver
2023-01-19 23:50:15 -08:00
Mike Waychison d0779881e6 Further updates to clarify language 2023-01-19 15:32:18 -05:00
Mike Waychison 5c9af80d8c
Update content/en/docs/concepts/security/rbac-good-practices.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-19 15:16:19 -05:00
Mike Waychison cc56241ccd
Update content/en/docs/concepts/security/rbac-good-practices.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-19 15:13:47 -05:00
Mike Waychison d11408b9d9 Update RBAC Good Practices for PersistentVolumes
The docs previously referred to the reader to the now defunct PodSecurityPolicy
page to explain how PersistentVolumes can be a path of privilege escalation,
burrying the lede.

Now that PodSecurityPolicy is gone, update this bit to actually explain that it
it is unfettered access to creating hostPath-typed PersistentVolumes that are
a problem. Some words lifted from the 1.24 PodSecurityPolicy docs.

Signed-off-by: Mike Waychison <mike@waychison.com>
2023-01-19 13:45:50 -05:00
Kubernetes Prow Robot b3ed6e6d81
Merge pull request #36940 from swatisehgal/doc-deviceplugin-strict-ordering
doc: capture device-plugin stricter workflow ordering explicitly
2023-01-19 04:24:35 -08:00
Kubernetes Prow Robot 39fd254c8d
Merge pull request #38027 from kundan2707/garbage_collection
described Pod pair for better understanding
2023-01-18 15:28:33 -08:00
Kundan Kumar 486815a6d6
Update garbage-collection.md
Incorporated review suggestion
2023-01-18 22:47:28 +05:30
Oliver Gould b715a6713c
Fix in-cluster API discovery documentation (#36691)
* Fix in-cluster API discovery documentation

The documentation incorrectly describes the way that client libraries
discover the Kubernetes API server. While the `kubernetes.default.svc`
DNS is provided as a convenience, **all** of the officially supported API
clients use environment variables to discover the address of the API server.

This change updates the documentation to reflect this.

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Review feedback

* Fixup

Signed-off-by: Oliver Gould <ver@buoyant.io>
2023-01-18 04:18:34 -08:00
Afzal Ansari 3911e15a3c
Document volume.kubernetes.io/selected-node annotation (#36399)
* Documented annotation for pv.kubernetes.io/bind-completed

Signed-off-by: afzal442 <afzal442@gmail.com>

* Documented annotation for `volume.kubernetes.io/selected-node`

Signed-off-by: afzal442 <afzal442@gmail.com>

Signed-off-by: afzal442 <afzal442@gmail.com>
2023-01-17 10:20:33 -08:00
shubham82 8877644d48 Added the missing content for glusterfs. 2023-01-17 16:31:53 +09:00
Kubernetes Prow Robot b2ad9b7fba
Merge pull request #38859 from Shubham82/fix_invalid-links
Fixed the Link for API compatibility and Kubelet Device Manager API Versions.
2023-01-16 19:56:31 -08:00
Rohit Agarwal a3466ca3da
Note that AdmissionConfiguration is a static configuration to the apiserver.
We cannot use `kubectl apply` to apply it to the cluster.

Doing that gives the following error:

        no matches for kind "AdmissionConfiguration" in version "apiserver.config.k8s.io/v1"
2023-01-16 17:02:13 -08:00
Kubernetes Prow Robot 983bbe92f4
Merge pull request #38213 from T-Lakshmi/doc-nodes
Added glossary tooltip and references in the Nodes page
2023-01-16 16:16:10 -08:00
Thomas Güttler c192062b22
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
thank you

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:42:20 +01:00
Thomas Güttler 3cda47820e
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-16 14:41:52 +01:00
Swati Sehgal 88ecb0501c doc: capture device-plugin stricter workflow ordering explicitly
Based on kubelet device manager refactoring done in 1.25 release,
there is stricter ordering requirements where the device plugin
MUST start a gRPC service before registering itself to kubelet.
In case this ordering is not followed, the plugin registration
will fail.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2023-01-16 11:47:45 +00:00
Marcin Karkocha 6624cf6546
Add mast operator to list (#37355)
* Add mast operator to list

#37354 - link to mast Operator

* Update operator.md

Change order to alphabetical

* Update operator.md
2023-01-16 02:44:52 -08:00
louis.julien 8497a232d0
Improve explanation of failureThreshold for Pod probes (#37416)
* Update configure-liveness-readiness-startup-probes.md

* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-15 23:58:51 -08:00
shubham82 543ec60ae0 Fixed the Link for API compatibility and Kubelet Device Manager API Versions. 2023-01-16 11:55:52 +09:00
windsonsea d67933310a Fix links in cluster-upgrade.md 2023-01-15 12:52:58 +08:00
unknown 0839514b8f remove unnecessary space 2023-01-15 01:47:17 +09:00
Kubernetes Prow Robot 9676c7cd82
Merge pull request #37928 from Ritikaa96/adding-annotations
Adding pv.kubernetes.io annotations in labels-annotations-taints
2023-01-14 05:42:13 -08:00
Ritikaa96 f6741cedcb Adding log info in static pod, adding references in whats next section 2023-01-13 16:51:54 +05:30
Ritikaa96 a30ff6cf27 Adding pv.kubernetes.io annotations in labels-annotations-taints 2023-01-13 16:32:00 +05:30
Thomas Güttler 2e3da350b4
Update content/en/docs/tasks/administer-cluster/safely-drain-node.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-13 11:39:39 +01:00
lakshmi 2765283fcc Updated termid for glossary term workload as per the testcases. 2023-01-13 16:07:53 +05:30
Thomas Güttler 27ab5439c8
Add `--ignore-daemonsets` to docs of `kubectl drain` 2023-01-13 09:57:35 +01:00
lakshmi prasuna 8d326ad840
Added feature-gate to glossary (#38895)
* Added feature-gates into glossary

* Update content/en/docs/reference/glossary/feature-gates.md

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>

* incorporated the suggestions for: glossary term feature gate

* Incorporated review comments

* Incorporated review comments

* Update content/en/docs/reference/glossary/feature-gates.md

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>

Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-13 00:21:13 -08:00
Kubernetes Prow Robot a0604c4d9e
Merge pull request #38908 from mathieu-benoit/patch-2
Mark automatic labelling on namespaces as stable since 1.22
2023-01-12 23:33:12 -08:00
Mathieu Benoit 4ec6fbac55
Fix errors on `ValidatingAdmissionPolicyBindings` for the CEL for Admission Control blog & doc (#38893)
* Fix errors on ValidatingAdmissionPolicyBindings for the CEL for Admission Control blog

* Fix namespaceSelector error

* Fix namespaceSelector errors
2023-01-12 08:38:54 -08:00
Mathieu Benoit 794f7bfb69
automatic labelling on namespaces stable since 1.22 2023-01-12 11:22:37 -05:00
Kubernetes Prow Robot 30fa0243d0
Merge pull request #38674 from tan-i-ham/fix/#38432
Use Kubernetes colors in state diagram for pod scheduling readiness
2023-01-12 05:40:54 -08:00
Kubernetes Prow Robot 46cda02bf2
Merge pull request #38887 from a-mccarthy/update-page-weights
Update page weights in /tasks/administer-cluster section
2023-01-12 05:18:54 -08:00
Paco Xu 32168d3e91
Add Commas with large numbers to assist the reader. 2023-01-12 17:52:59 +08:00
Yi-Han Chen d8a9fe204d chore: Change color manually to blue 2023-01-11 13:19:28 -05:00
Abigail McCarthy b1202c78ff Update page weights in /tasks/administer-cluster section 2023-01-11 11:12:34 -05:00
Abigail McCarthy 06b957d01d Update page weights in tutorial/security section 2023-01-10 11:42:58 -05:00
Jim Angel 5b44de3dd1 Jim Angel going to emeritus 2023-01-09 23:42:56 -06:00
Max Horstmann 061aa09972
Tweak copy re Stack Overflow / Server Fault / other SE network sites (#38824)
* Tweak copy re Stack Overflow / Server Fault / other SE network sites

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

* Update content/en/docs/tasks/debug/_index.md

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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-09 09:43:30 -08:00
lakshmi e364064a64 Currected the case 2023-01-09 14:36:49 +05:30
PiotrLewandowski323 4fc6aef191 exclude files from being rendered
Signed-off-by: PiotrLewandowski323 <lewandowski323@gmail.com>
2023-01-07 18:21:59 +01:00
Kubernetes Prow Robot d8578ebba9
Merge pull request #38801 from nurayko/patch-1
Fix typo
2023-01-06 19:03:30 -08:00
ydFu 0bf53510eb Update Link for Istio
The URL for the ISTIO documentation has been updated from https://istio.io/docs/concepts/what-is-istio/ to https://istio.io/latest/about/service-mesh/#what-is-istio.
Please use the new URL to access the latest information on ISTIO documentation.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2023-01-07 10:06:58 +08:00