Peter Schuurman
23134e5fc8
Update StatefulSet Ordinal Index documentation
2022-11-27 18:08:14 -08:00
Kubernetes Prow Robot
49e11abdb5
Merge pull request #37675 from Huang-Wei/alpha-pod-scheduling-readiness
...
Doc for Alpha feature PodSchedulingReadiness
2022-11-27 17:02:06 -08:00
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
carolina valencia
b4ad83ef13
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-24 11:49:25 -03:00
Michael
e0674311f6
Tweak line wrappings in /concepts/overview/
2022-11-24 22:13:10 +08:00
Michal Wozniak
0d23d1d96c
Add a note about job controller considering failed pods
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Maciej Szulik <soltysh@gmail.com>
2022-11-24 12:39:01 +01:00
Amos Shapira
7acec1afba
cri.md: remove extraneous "then"
2022-11-23 21:48:53 +11:00
Mike Spreitzer
9360aa1711
sample-and-watermark replaced with timing histograms
2022-11-22 17:21:23 -05: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
b5aafaaac4
Merge pull request #37863 from krol3/merged-main-dev-1.26-02
...
Merge main branch into dev-1.26
2022-11-21 19:32:13 -08: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
Roman Bednar
02bc251655
RetroactiveDefaultStorageClass is beta in 1.26
...
Changing feature state to beta and correcting the article by removing
reference to its feature gate. As this feature no longer opt-in this
article makes more sense without it.
2022-11-21 08:12:56 +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
Tim Hockin
aa67276f2c
Clarify Pod/Service DNS a little
2022-11-18 15:41:20 -08:00
Kubernetes Prow Robot
bfe7bd6380
Merge pull request #37242 from mimowo/retriable-pod-failures-beta
...
Promote "Retriable and non-retriable pod failures for Jobs" to Beta
2022-11-18 12:08:31 -08:00
Wei Huang
0e70ff0230
fixup: address comments
2022-11-18 10:43:45 -08:00
Wei Huang
21a7c4cc7e
Doc for Alpha feature PodSchedulingReadiness
2022-11-18 10:41:53 -08:00
Saverio Proto
53155af284
Clarification on containers immutability
2022-11-18 17:21:04 +01:00
Aldo Culquicondor
b8fc810198
Graduate JobTrackingWithFinalizers to stable ( #37764 )
...
* Graduate JobTrackingWithFinalizers to stable
* JobTrackingWithFinalizers disabled in 1.23, 1.24
2022-11-18 01:58:31 -08:00
windsonsea
6ed01fd341
Fix typos in cron-jobs.md
2022-11-18 17:02:58 +08:00
Antonio Ojea
6f7421b1ad
graduate ServiceIPStaticSubrange to GA
2022-11-18 08:40:09 +00:00
Kubernetes Prow Robot
89e8f360f9
Merge pull request #37815 from divyenpatel/new-branch-update-vsphere-doc-dev-1.26
...
CSIMigrationvSphere doc update
2022-11-17 12:24:35 -08:00
Kubernetes Prow Robot
ae66e7d7fe
Merge pull request #37912 from andrewsykim/kep-2086
...
KEP-2086: update docs for ServiceInternalTrafficPolicy
2022-11-17 12:22:30 -08:00
Kubernetes Prow Robot
12502d0a27
Merge pull request #37825 from andyzhangx/azure-migration
...
mark CSIMigrationAzureFile as GA
2022-11-17 11:38:29 -08:00
Kubernetes Prow Robot
2a07f79a30
Merge pull request #37374 from YuikoTakada/update_NodeOutOfServiceVolumeDetach_beta
...
NodeOutOfServiceVolumeDetach feature update to beta
2022-11-16 23:16:38 -08:00
Andrew Sy Kim
45fed004ea
KEP-1669: update docs for ServiceInternalTrafficPolicy
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-16 20:21:58 -05: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
Michal Wozniak
1e4a160b0d
Rephrased description for TerminationByKubelet
2022-11-15 17:33:34 +01:00
Michal Wozniak
163e53de42
Update of the docs for Beta
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
2022-11-15 10:07:13 +01: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
carolina valencia
947cab0667
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-12 19:27:28 -03: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
Swati Sehgal
0a0fb70fc2
node: devicemgr: docs: Additional updates based on review comments
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:16:16 +00:00
Swati Sehgal
89fa301731
node: devicemgr: docs: Updates based on review comments
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:12:53 +00:00
Swati Sehgal
65f244bc3a
node: devicemgr: docs: Kubelet Device Manager graduation to GA
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-11 11:09:04 +00:00
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
andyzhangx
0d59a04348
mark CSIMigrationAzureFile as GA
2022-11-10 07:04:22 +00:00
windsonsea
cd2d854a8f
Tweak line wrappings in /volume-snapshots.md
2022-11-10 10:13:33 +08:00
Kubernetes Prow Robot
4312632fbe
Merge pull request #37209 from tengqm/tweak-sys-metrics
...
Tweak line wrapping for system-metrics page
2022-11-09 15:26:54 -08:00
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
3f86f4436c
Merge pull request #37212 from tengqm/tweak-sys-log
...
Tweak line wrapping in the system-logs page
2022-11-09 15:22:54 -08:00
Kubernetes Prow Robot
90e30eac42
Merge pull request #37216 from tengqm/tweak-cr
...
Tweak line wrapping in the custom-resource concept page
2022-11-09 14:34:54 -08:00
Kubernetes Prow Robot
9b62ccae9e
Merge pull request #37217 from tengqm/tweak-device-plugins
...
Tweak line wrappings in the device-plugin concepts page
2022-11-09 14:32:54 -08:00
Tim Bannister
ceb46ca01f
Link from Services concept index to Service tutorial
2022-11-09 22:31:05 +00:00
Tim Bannister
ce46f1ca74
Move "Connecting Applications with Services" to tutorials section
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-11-09 22:31:05 +00:00
Kubernetes Prow Robot
924f40fc58
Merge pull request #37218 from tengqm/tweak-net-plugin
...
Tweak line wrappings in the network-plugins page
2022-11-09 14:30:54 -08:00
Kubernetes Prow Robot
35b521feb2
Merge pull request #37464 from windsonsea/seren
...
Fix inconsistencies in service.md
2022-11-09 14:06:54 -08:00
Divyen Patel
646a4d013d
CSIMigrationvSphere doc update
2022-11-09 10:20:45 -08:00
Peter Schuurman
57c0c1a3d6
KEP-3335 StatefulSetSlice Documentation
2022-11-09 10:06:03 -08:00
Tim Bannister
ddfcad4fe8
Redo index for Containers concept
...
- Mention RuntimeClass
- omit container image and runtimeclass from links as they are already
mentioned explicitly
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-11-09 12:32:52 +00:00
xin.li
337a63a995
[en] modify invalid links
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-11-09 16:41:45 +08:00
lakshmi prasuna
3607e97d2f
Replaced "Learn more about the following." with "Learn more about the following:" under whats next section.
2022-11-09 11:30:17 +05:30
carolina valencia
4d9111a85c
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-11-08 18:17:11 -03:00
Kubernetes Prow Robot
aaaa6303f4
Merge pull request #37731 from sftim/20221105_tweak_psp_removal_page
...
Tweak page about PodSecurityPolicy removal
2022-11-08 11:14:19 -08:00
Pradumna Saraf
0f9c060a68
docs: Update projected-volumes.md
2022-11-08 17:55:40 +00:00
Kubernetes Prow Robot
fb297763e7
Merge pull request #35053 from verb/32351-projected-volumes
...
Clarify handling of projected SA token permissions
2022-11-08 08:42:19 -08:00
Kubernetes Prow Robot
b0fa87548b
Merge pull request #37688 from kerthcet/feat/graduate-nodeInclusionPoplicy
...
Graduate scheduler nodeInclusionPolicy to beta
2022-11-07 23:44:19 -08:00
Yuiko Mouri
4a8014e5d7
NodeOutOfServiceVolumeDetach feature update to beta
2022-11-08 09:47:03 +09:00
Chris Banks
c760959192
Fix tiny typo in NFS Volume example.
...
`Pod.spec.volumes.nfs.readOnly` was subtly misspelled `readonly`, which was breaking the example.
```
$ k explain Pod.spec.volumes.nfs.readonly
error: field "readonly" does not exist
$ k explain Pod.spec.volumes.nfs.readOnly
KIND: Pod
VERSION: v1
FIELD: readOnly <boolean>
...
```
2022-11-07 22:03:48 +00: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
b4bce489d3
Merge pull request #37704 from windsonsea/dynpro
...
Optimize link text in /dynamic-provisioning.md
2022-11-07 05:10:17 -08:00
lakshmi prasuna
761ea4c413
Rephrased the what's next section under kubernetes objects page.
2022-11-07 14:21:15 +05:30
lakshmi prasuna
6238ffa014
Added more points in what's next section of Understanding Kubernetes objects
2022-11-07 11:35:50 +05:30
Tim Bannister
8e7f06000f
Improve list of default namespaces
2022-11-06 08:47:52 +00:00
Kubernetes Prow Robot
c2555da010
Merge pull request #37729 from sftim/20221105_deprecate_glusterfs_more
...
Deprecate glusterfs in more places
2022-11-05 22:08:15 -07:00
Tim Bannister
4e006c898d
Tweak page about PSP removal
...
- Remove reviewers (feature was removed)
- Use semi-custom Docsy callout to note the removal
- Stop stating that the API is deprecated; it's now actually removed.
2022-11-05 18:22:27 +00:00
Tim Bannister
3c53de8086
Mark glusterfs volume type deprecated everywhere
...
Fix up a few places where glusterfs wasn't marked as deprecated.
2022-11-05 18:16:27 +00:00
Abigail McCarthy
3174fdf2d4
Adjust page weights for /docs/concepts section
...
Changes the page weights of the index files for folders in the /docs/concepts folder. There were some overlapping weights and weights that were close together.
2022-11-04 10:13:53 -04:00
Laszlo Janosi
42377b6017
KEP-1435 Support of different protocols on Services with type=LoadBalancer moves to GA
...
The feature gate MixedProtocolLBService moves to GA state in 1.26.
The documentation of the support of different protocols in the same LB Service is updated.
2022-11-04 08:58:35 +02:00
windsonsea
32f1033df0
Optimize link target in /dynamic-provisioning.md
2022-11-04 09:51:15 +08:00
Kubernetes Prow Robot
11751febf2
Merge pull request #37608 from kadtendulkar/kad46
...
Update content/en/docs/concepts/extend-kubernetes/_index.md
2022-11-03 10:23:37 -07:00
kerthcet
d8e7a7a700
Feat: graduate NodeInclusionPolicy to beta
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-11-03 19:17:49 +08:00
Kubernetes Prow Robot
a3f3da04f4
Merge pull request #37632 from mengjiao-liu/improve-StatefulSetAutoDeletePVC
...
Improve feature gate StatefulSetAutoDeletePVC description
2022-11-03 03:33:35 -07:00