Commit Graph

3590 Commits

Author SHA1 Message Date
Oscar Utbult 208af77e41 docs: fix spelling in device plugins (partilar -> particular) 2022-12-04 11:18:20 +01:00
Johnny Lim c480888c64
Polish ingress.md 2022-12-02 19:31:57 +09:00
Kubernetes Prow Robot 5abb1466f0
Merge pull request #38174 from aojea/patch-2
Update endpoint slices docs
2022-12-01 17:05:54 -08:00
Daniel Vega-Myhre 43a8d5d590
Update Job docs to include info about enabling pod-to-pod communication within a job using pod hostnames (#37771)
* Update Job docs to include info about using a headless service to enable pod communication via pod hostnames

* Change section title

* fix phrasing

* update yaml example

* update label selector

* more specific phrasing

* address comments and add new example

* add note about pod dns policies

* minor fixes

* add link to job patterns

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/tasks/job/intra-job-pod-networking-using-pod-hostnames.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>

* address comments

* clarify sentence

* move minikube note to prereqs

* address comments

* captitalize all instances of Job

* move minikube notes to bottom of prereqs

* address comments

* update example

* fix typo

* update phrasing

* link to this from the completion modes section of the job docs

* address phrasing comments

* add newlines to break up block of text

* update phrasing

* update phrasing

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update content/en/docs/tasks/job/job-with-pod-to-pod-communication.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-29 19:00:55 -08:00
Antonio Ojea cbfb5727e6
Update endpoint slices docs
Be more explicit on the "duplicate endpoints" sections about what are the consumers expectations and the need to parse all the list of slices and remove only the duplicates
2022-11-30 00:13:20 +00:00
Kubernetes Prow Robot 3801b57dda
Merge pull request #38016 from MikeSpreitzer/add-borrowing-metrics
Update APF doc to track introduction of borrowing
2022-11-29 12:53:08 -08:00
Mike Spreitzer 5ce3dcfe7c Update to track introduction of borrowing to APF
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2022-11-29 14:29:08 -05:00
Kubernetes Prow Robot 81216206d0
Merge pull request #36675 from sftim/20221208_refactor_service_docs
Migrate reference details out Service concept
2022-11-29 11:15:24 -08:00
Aldo Culquicondor 58d150dc8a
Clarify node affinity API (#38032)
* Clarify node affinity API

* Refer to the items by their names

* Clarify cardinality
2022-11-29 07:43:23 -08:00
Kubernetes Prow Robot 9e740897ce
Merge pull request #37379 from Kartik494/besteffortpods
Document special case of ResourceQuota for cpu and memory
2022-11-28 02:54:07 -08:00
kartik494 6abdc256ad Resource Quota behaviour on BestEffort Pod 2022-11-28 09:51:47 +05:30
Kubernetes Prow Robot 1b554d8fa4
Merge pull request #38055 from sftim/20221124_drop_task_enable_service_topology
Drop (deprecated) task for enabling service topology
2022-11-26 02:02:04 -08:00
Pieter 01762bacc1
Clarify role of ReplicaSet 2022-11-24 21:09:37 +01:00
Tim Bannister 0912bf0a84
Preserve existing hyperlinks in Service concept 2022-11-24 18:36:07 +00:00
Tim Bannister 1d68a02353
Migrate reference details out Service concept
Migrate away:
- details of virtual IP mechanism for Services
- detailed information about protocols for Services (UDP, TCP, SCTP)

Co-authored-by: Antonio Ojea <aojea@redhat.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-11-24 18:33:47 +00:00
Tim Bannister 4ed33d1429
Drop (deprecated) task for enabling service topology
As this feature is deprecated, there is no special need to help readers
to enable it.
2022-11-24 18:27:06 +00:00
Michael e0674311f6 Tweak line wrappings in /concepts/overview/ 2022-11-24 22:13:10 +08:00
Amos Shapira 7acec1afba
cri.md: remove extraneous "then" 2022-11-23 21:48:53 +11:00
Chris Seto e2c34dff6c Correct misleading wording in Pod DNS Policies
A debugging rabbit hole lead me to digging around kublet's behavior
regarding certain DNS Policies.

This commit updates some potentially misleading wordings to more
correctly convey kubelet's behavior which was discovered after some
rabbit hole debugging of DNS Policies.

The ClusterFirst policy documentation would imply that the resolve.conf
of a Pod would contain a fallback to the Node's nameserver. This is not
the cause, [kubelet explicitly
mentions](4276ed3628/pkg/kubelet/network/dns/dns.go (L403-L407))
that the fallback is handled by whatever system is running kube-dns or
coredns which dramatically changes the behavior of the system when the
cluster's DNS is unavailable.

The ClusterFirstWithHostNet policy is lacking any amount of detail as to
why one would desire to use it. This commit doesn't go into complete
detail but adds an important note about the behavior of `hostNetwork`
when not using the `ClusterFirstWIthHostNet` Policy.
2022-11-22 16:45:23 -05:00
Kubernetes Prow Robot 205f06f0c7
Merge pull request #37993 from xmcqueen/main
Document that static pods can't have ephemeral containers
2022-11-21 01:14:31 -08:00
Kubernetes Prow Robot 1284a8589e
Merge pull request #37960 from zioproto/patch-2
Clarification on containers immutability
2022-11-21 01:04:31 -08:00
Saverio Proto dba449c2ee
Update content/en/docs/concepts/containers/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-11-21 09:05:23 +01:00
Brian McQueen 65ce32de4e updated docs regarding ephemeral pods not being supported by static pods kubernetes/kubernetes#113935 2022-11-20 19:39:20 -08:00
Kubernetes Prow Robot efa29bfeb6
Merge pull request #37386 from sftim/20221019_improve_endpointslice_page
Improve EndpointSlice concept
2022-11-20 06:42:30 -08:00
Tim Bannister 024e8d70dc Improve EndpointSlice concept
- add links to API references
- tweak initial text
2022-11-19 15:06:28 +00:00
Kubernetes Prow Robot d7baaad01f
Merge pull request #37957 from windsonsea/cronjob
Fix typos in cron-jobs.md
2022-11-19 03:38:29 -08:00
Kubernetes Prow Robot 0efce181d5
Merge pull request #37892 from tamilselvan1102/k8s-doc-namespaces
added hyperlink for persistentVolumes in Namespaces page
2022-11-18 20:18:29 -08:00
Saverio Proto 53155af284
Clarification on containers immutability 2022-11-18 17:21:04 +01:00
windsonsea 6ed01fd341 Fix typos in cron-jobs.md 2022-11-18 17:02:58 +08:00
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
Kubernetes Prow Robot 368479181c
Merge pull request #37905 from Shubham82/Add_link_RFC3339
Added Hyperlink to RFC3339
2022-11-15 20:10:47 -08:00
Kubernetes Prow Robot 05ae0c6bd7
Merge pull request #37869 from windsonsea/objecty
Use a consistent style of URLs and headings in /kubernetes-objects.md
2022-11-15 20:08:48 -08:00
Kubernetes Prow Robot db3af96835
Merge pull request #37894 from niuzhenguo/fix-link
optimize a link for connect-applications-service
2022-11-15 20:06: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
Thomas VIVET f0ae13bd0a
Update topology-spread-constraints.md
Fix typo MinDomainsInPodToplogySpread -> MinDomainsInPodTopologySpread
2022-11-14 15:52:37 +01:00
Zhenguo Niu 82cb3de526 fix a broken link for connect-applications-service 2022-11-14 13:03:54 +00:00
Tamilselvan Thangamony a942fee552 added hyperlink for persistentVolumes in Namespaces page 2022-11-14 17:38:45 +05:30
Kubernetes Prow Robot 2fac7a5878
Merge pull request #37591 from sftim/20221029_use_replicaset_for_self_healing
Switch self-healing feature to ReplicaSet
2022-11-13 23:53:58 -08:00
Kubernetes Prow Robot e017f77957
Merge pull request #37594 from sftim/20221029_tweak_containers_concept_index
Redo index for Containers concept
2022-11-13 23:31:57 -08:00
Kubernetes Prow Robot 55c69cbe0b
Merge pull request #37874 from sftim/20221113_link_kubernetes_image_concept_download_page
From container image concept page, signpost readers to Kubernetes downloads
2022-11-13 22:47:57 -08:00
Kubernetes Prow Robot ee56ef7861
Merge pull request #37791 from Pradumnasaraf/Update-projected-volumes
docs: Update projected-volumes.md
2022-11-13 18:31:56 -08:00
Kubernetes Prow Robot 2094e11386
Merge pull request #37739 from sftim/20221106_revise_namespaces_concept
Improve list of default namespaces
2022-11-13 18:29:57 -08:00
Kubernetes Prow Robot 5d44f762aa
Merge pull request #37846 from Ritikaa96/updating-names-md
Adding annotations reference in names.md
2022-11-13 18:27:57 -08:00
Tim Bannister fe9088da49 Signpost readers to Kubernetes images
Help readers find Kubernetes container images for download.
2022-11-13 17:17:48 +00:00
nurayko f6430f8ba4
Remove extra on 2022-11-13 18:54:30 +02:00
Michael 25aa28ff6a updated /kubernetes-objects.md 2022-11-13 21:31:24 +08:00
Kubernetes Prow Robot 1cff40e656
Merge pull request #37747 from T-Lakshmi/k8s-objects
Added more points in what's next section of Understanding Kubernetes …
2022-11-12 10:43:58 -08:00
Ritikaa96 419d3b0d8e added annotations in what's next sections 2022-11-11 18:22:45 +05:30
Kubernetes Prow Robot 6f2acafc1a
Merge pull request #36669 from sftim/20211208_move_connecting_applications_with_services
Move "Connecting Applications with Services" to tutorials section
2022-11-10 17:32:09 -08:00