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
having-dlrow
93d0e757de
[en] fix spelling error in system-trace.md
2022-11-04 16:50:19 +09: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
Kubernetes Prow Robot
e736a4e861
Merge pull request #37678 from nate-double-u/update-service-topology-page-weight
...
Updating service topology to a higher weight due to deprecation
2022-11-03 03:27:34 -07:00
Kubernetes Prow Robot
cdfab27ffc
Merge pull request #37253 from kinvolk/rata/userns
...
content: Clarify how to verify user abstraction
2022-11-02 20:17:35 -07:00
Kubernetes Prow Robot
86283693de
Merge pull request #37473 from a-mccarthy/a-mccarthy-k8s-community-docsprint-weights
...
Update page weights for content/en/docs/concepts/architecture
2022-11-02 16:43:00 -07:00
Nate W
6121ea586b
updating service topology to a higher weight than any other page in its section as it is a deprecated feature.
...
Signed-off-by: Nate W <natew@cncf.io>
2022-11-02 15:08:18 -07:00
Kubernetes Prow Robot
5268b434ba
Merge pull request #37494 from haosdent/haosdent/concepts/services-networking
...
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts…
2022-11-02 15:05:02 -07:00
Lee Verberne
3afe0c7cd7
Clarify which files are modified in projected service account tokens
2022-11-02 15:06:18 +01:00
Lee Verberne
77fd1deecd
Address reviewer comments
2022-11-02 14:53:05 +01:00
busyboy77
f44ce78894
link not valid
...
link mentioned was not working, got
[root@devops230 ~]# kubectl apply -f https://k8s.io/examples/application/nginx/
error: unable to read URL "https://k8s.io/examples/application/nginx/ ", server reported 404 Not Found, status code=404
2022-11-01 18:04:33 +05:00
windsonsea
35665871da
Fix links about flexvolume
2022-11-01 15:38:12 +08:00
Mengjiao Liu
48363e2a93
Improve feature gate StatefulSetAutoDeletePVC description
2022-11-01 10:52:35 +08:00
Kubernetes Prow Robot
93f9481370
Merge pull request #37495 from haosdent/haosdent/concepts/storage
...
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/storage
2022-10-30 17:18:45 -07:00
kadtendulkar
83b8ea3497
Update content/en/docs/concepts/extend-kubernetes/_index.md
2022-10-30 20:33:40 +05:30
Tim Bannister
bb22bd031e
Switch self-healing feature to ReplicaSet
...
Don't highlight the legacy ReplicationController API when talking about
Kubernetes' ability to self-heal.
2022-10-29 18:32:42 +01: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
rxw
002aa6750d
Use colon instead of comma when giving an example
2022-10-28 15:13:02 -04:00
Karthik P M
f8f65e1750
Updated Job Documentaion
...
PR for resolving #37574
please do give me your inputs as this is my first PR
2022-10-28 14:04:36 +05:30
Christopher Negus
66df1d729e
Add page weights to concepts -> scheduling-eviction pages
2022-10-25 15:58:57 +00:00
Rishit Dagli
6d0f8be9bc
Update example to configure pods
2022-10-25 10:44:37 -04:00
Haosdent Huang
54ecdc4896
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/storage.
2022-10-24 15:55:54 -04:00
Haosdent Huang
fbdd10071f
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/services-networking.
2022-10-24 15:38:32 -04:00
Thomas Guettler
3778863fb9
Reword explanation of ClusterIP for Services
2022-10-24 21:34:46 +02:00
Kubernetes Prow Robot
453dd71949
Merge pull request #37492 from chrisnegus/20221024-mcngs-fix-concept-weight
...
Add page weights to concepts -> security pages
2022-10-24 12:22:23 -07:00
Christopher Negus
0f9b65b429
Add page weights to concepts -> security pages
2022-10-24 19:02:52 +00:00
Kubernetes Prow Robot
bc4a95ac20
Merge pull request #37490 from shivaylamba/shivay-volume-heading-docs-sprint-na-2022
...
Kubernetes Docs Sprint: lowercase volume
2022-10-24 11:50:24 -07:00
Kubernetes Prow Robot
af40582e1c
Merge pull request #37479 from spzala/docsprintspzala2
...
Change weight for localization correctness
2022-10-24 11:38:23 -07:00
Shivay Lamba
e3ea67a23d
Kubernetes Docs Sprint: lowercase volume
...
Signed-off-by: Shivay Lamba <shivaylamba@gmail.com>
2022-10-24 18:32:57 +00:00
Sahdev Zala
95683e0b2e
Change weight for localization correctness
...
Keeping index files weight as such. Also, no changes to the
card index as they are not needed.
Part of the work at Doc Sprint KubeCon NA 2022.
Related # #35093
Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
2022-10-24 14:09:48 -04:00
Haosdent Huang
ac5e7c0bd0
KubeCon Docs Sprint: Update page weights for content/en/docs/concepts/cluster-administration.
2022-10-24 13:43:39 -04:00
Matthew Cary
8eece1b4b4
Clarify emptyDir sizeLimit
2022-10-24 10:34:49 -07:00
Kubernetes Prow Robot
199b30015b
Merge pull request #37474 from reylejano/page-weight-docs-sprint-2022
...
Update page weights for concepts/overview/working-with-objects
2022-10-24 09:12:25 -07:00
Kubernetes Prow Robot
14ece2c4dc
Merge pull request #37472 from cailynse/update-weight-content-workloads-pods
...
KubeCon Docs Sprint: Added Missing Weight for Concepts/Workloads/Pods
2022-10-24 09:00:26 -07:00
Rey Lejano
6bfe72e2b0
update page weights for concepts overview working with objects
2022-10-24 11:52:44 -04:00
Kubernetes Prow Robot
8286689413
Merge pull request #37470 from spzala/docsprintspzala
...
Change weight for localization
2022-10-24 08:52:25 -07:00
Abigail McCarthy
1bbb4b98d4
Update page weights for content/en/docs/concepts/architecture
2022-10-24 11:51:18 -04:00
Cailyn Edwards
4abd58cf2e
Added Missing Weight
2022-10-24 11:40:39 -04:00
Nate W
3bb617369e
updating page weights for content/en/docs/concepts/containers
...
Signed-off-by: Nate W <natew@cncf.io>
2022-10-24 11:34:21 -04:00
Sahdev Zala
03b167954c
Change weight for localization
...
Part of the work at Doc Sprint KubeCon NA 2022
Related # https://github.com/kubernetes/website/issues/35093
Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
2022-10-24 11:33:32 -04:00
windsonsea
5c89050e0e
minor changes in service.md
2022-10-24 17:28:31 +08:00
Marius Kimmina
7e26e71edf
Update controller.md - grammar adjustment ( #37259 )
...
* Update controller.md
Adjust grammar in controller.md
* aditional small fixes
2022-10-23 19:24:25 -07:00
Kubernetes Prow Robot
78959d1a12
Merge pull request #37258 from mariuskimmina/patch-2
...
Update statefulset.md - Matching lowercase c in Controller to the rest of the documentation
2022-10-23 19:22:26 -07:00
Marius Kimmina
0fead5cf46
aditional small fixes
2022-10-23 08:06:05 +02:00
Glusk
ca226243a5
typo fix
2022-10-22 18:03:41 +02:00
Kubernetes Prow Robot
b2f830f5be
Merge pull request #36672 from sftim/20220411_remove_misleading_service_clusterip_detail
...
Avoid misleading text in Service concept
2022-10-21 15:53:56 -07:00
Gunju Kim
a2b4c34eca
Add DNS search domain list limits and remove resolved DNS issue
2022-10-20 21:43:33 +09:00
Kubernetes Prow Robot
b8c355df0d
Merge pull request #37389 from sachinparihar/master
...
Remove the Introduction heading from DNS for Services and Pods page
2022-10-19 17:14:57 -07:00
sachinparihar
a110463b7f
Removed the Introduction title from DNS for Services and Pods page
2022-10-19 22:01:39 +05:30
Kubernetes Prow Robot
ce7e330c57
Merge pull request #36673 from sftim/20220825_favor_endpointslices
...
Favor EndpointSlice over Endpoints
2022-10-19 08:45:02 -07:00
Michael
e039acdca8
fix alignment in topology-spread-constraints.md
2022-10-19 08:16:01 +08:00
Kubernetes Prow Robot
342456405d
Merge pull request #36396 from kadtendulkar/kad33
...
Fix hyperlink on Pod Topology Spread Constraints page
2022-10-18 14:57:02 -07:00
Théo "Bob" Massard
70661324bd
fix(device-plugins): update FPGA device link
2022-10-18 14:07:48 +02:00
Kubernetes Prow Robot
81e0c94e4c
Merge pull request #37262 from sftim/20221010_fixup_limit_range_concept
...
Fixup LimitRange concept
2022-10-15 10:07:06 -07:00
Kubernetes Prow Robot
41f39931d5
Merge pull request #37172 from PK1312/patch-1
...
adding missing close parenthesis
2022-10-13 09:49:01 -07:00
Tim Bannister
fdceaa2944
Avoid misleading text in Service concept
...
The existing text implied that creating a node port or load balanced
Service would actually add an extra Service object that you could see in
the Kubernetes API. This isn't true, so avoid implying that it is.
2022-10-11 22:20:19 +01:00
Grant MacGillivray
8fd0dbbed6
changing parenthesis location as per comment
2022-10-11 11:37:03 -07:00
Tim Bannister
1eef742465
Favor EndpointSlice over Endpoints
...
Document EndpointSlice as the preferred and most appropriate mechanism
to record the backing endpoints of a Service.
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-10-11 12:38:39 +01:00
Tim Bannister
2b6ca5dbac
Move historical LimitRange context to end
2022-10-10 22:10:27 +01:00
Tim Bannister
6da0133a7d
Fix up LimitRange concept
2022-10-10 22:10:10 +01:00
Kubernetes Prow Robot
8c93dfd308
Merge pull request #37202 from SergeyKanzhelev/LimitRangerClarification
...
Revise and update LimitRange concept
2022-10-10 13:53:03 -07:00
Marius Kimmina
c83d6be2c9
Update statefulset.md
...
Match lowercase spelling of "controller" to the rest of the documentation.
2022-10-10 20:11:25 +02:00
Sergey Kanzhelev
0eabe496cd
limit ranger clarification
2022-10-10 17:46:28 +00:00
Rodrigo Campos
28e090aac6
content: Clarify how to verify user abstraction
...
This was mentioned in #36386 .
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2022-10-10 15:35:16 +02:00
Kubernetes Prow Robot
157eb7a1b0
Merge pull request #37185 from leo8a/patch-2
...
Remove extra wording
2022-10-08 12:47:20 -07:00
Kubernetes Prow Robot
f0f8169754
Merge pull request #37215 from tengqm/tweak-api-aggre
...
Tweak line wrapping in the apiserver aggregation page
2022-10-08 12:03:19 -07:00
Kubernetes Prow Robot
d7ad8d78b7
Merge pull request #37214 from tengqm/tweak-operator
...
Tweak line wrapping in the operator concept page
2022-10-08 12:01:18 -07:00
Qiming Teng
7242d41588
Tweak line wrappings in the network-plugins page
...
This PR fixes the line wrapping problems found in the network-plugins.md page.
2022-10-08 16:55:53 +08:00
Qiming Teng
9ad91ebe41
Tweak line wrappings in the device-plugin concepts page
...
This PR fixes the long line problems found in the device-plugins.md page.
2022-10-08 16:51:35 +08:00
Qiming Teng
888c244394
Tweak line wrapping in the custom-resource concept page
...
This PR fixes the long line problems found in the custom-resources.md
concept page. Saddly, there are some markdown tables we cannot fix yet
in this PR. Maybe a HTML table is a better alternative.
2022-10-08 16:46:25 +08:00
Qiming Teng
ab166dcba2
Tweak line wrapping in the apiserver aggregation page
...
This PR fixes the long lines found in the apiserver-aggregation.md page.
2022-10-08 16:42:16 +08:00
Qiming Teng
574ce9841b
Tweak lin wrapping in the operator concept page
...
This PR fixes the line wrapping problems found in the operator.md page.
2022-10-08 16:39:57 +08:00
Qiming Teng
897f5b6f26
Tweak line wrapping in the system-logs page
...
This PR fixes the line wrapping problems found in the system-logs.md
file.
2022-10-08 16:31:20 +08: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
Qiming Teng
39bfd1e858
Tweak line wrapping for system-metrics page
...
This PR wrapps the long lines found in the system-metrics.md page.
2022-10-08 16:19:16 +08:00
Leo Ochoa
a8284814b6
Remove extra wording
2022-10-06 16:37:00 +02:00
Grant MacGillivray
dc812cdc59
adding missing close parenthesis
2022-10-05 15:27:47 -07:00
Mandraenke
1c5d75b4d1
added warning about indefinitely running resources
...
A suggestion to
https://github.com/kubernetes/website/issues/37157
Just mention the warning from kubectl when trying to force terminate a pod.
2022-10-05 09:21:52 +02:00
Arhell
05a17c16fc
[en] fix typo secrets-good-practices.md
2022-10-05 01:31:49 +03:00
Kubernetes Prow Robot
5f84c0c549
Merge pull request #37114 from helayoty/patch-1
...
fix: Fix scheduling extension broken link
2022-10-02 21:40:14 -07:00
Vaibhav Goel
8ff7e1845d
Updated the behaviour of evictionHard ( #36961 )
...
* Updated the behaviour of evictionHard
* Modified the changes in documenting hard eviction behaviour
* Updated the changes
2022-10-02 08:28:13 -07:00
Heba Elayoty
3d8f6a3cfa
Fix scheduling extension link
2022-09-30 10:30:28 -07:00
Kubernetes Prow Robot
91ecbb977c
Merge pull request #36805 from harshchauhan1988/patch-2
...
Adding recommendation for network isolation
2022-09-30 06:54:28 -07:00
Jordan Liggitt
d308cbb35a
Clarify API version stability and guidelines
2022-09-28 12:20:47 -04:00
Kubernetes Prow Robot
ee1b7efe4e
Merge pull request #34291 from shannonxtreme/secrets-good-practices
...
Add good practices page for secrets
2022-09-27 05:45:52 -07:00
Shannon Kularathna
b8ac776bce
Add info and link to good practices from caution
2022-09-26 21:49:15 +00:00
PARKINHYO
b6a6b81577
Fix typo of the contents
2022-09-26 23:03:54 +09:00
Kubernetes Prow Robot
21b450c5ce
Merge pull request #37005 from aantn/patch-1
...
Remove misleading word from node eviction docs
2022-09-26 02:57:46 -07:00
Kubernetes Prow Robot
f59c6dfaba
Merge pull request #36962 from miteshskj/expandcsivolume-ga
...
Fix feature state for ExpandCSIVolumes
2022-09-24 09:20:04 -07:00
Natan Yellin
3a701b3ea8
Remove misleading word from node eviction docs
...
Do not imply that node eviction can occur based on CPU. This isn't possible AFAIK.
2022-09-24 18:26:51 +03:00
Mitesh Jain
60e5ff7d24
Removing beta label, as indexed job is GA. ( #36968 )
2022-09-24 03:20:04 -07:00
Mitesh Jain
439678c580
Merge branch 'kubernetes:main' into expandcsivolume-ga
2022-09-24 10:58:45 +05:30
Yan Reznikov
8fd9f791e5
Add reference to HostProcess containers when describing lack of privileged support on Windows
2022-09-22 18:22:51 -07:00
Kubernetes Prow Robot
781edc66f9
Merge pull request #34734 from sftim/20220628_update_extend_kubernetes_concept_overview
...
Update “Extend Kubernetes” concept overview
2022-09-22 18:08:39 -07:00
Shannon Kularathna
d8132bcd35
Improve the RBAC policies section
...
- Change the heading to be more goal-oriented and add an anchor
- Separate list items into 'component' and 'human' users
- Add info about get access and third-party authorization mechanisms for finer control
- Add caution for granting list access
2022-09-22 16:07:06 +00:00
Shannon Kularathna
6ca919d4bd
Add caution callout for base64 encoding
2022-09-22 16:07:06 +00:00
Shannon Kularathna
89b9c18121
Split developer content into headings and remove redundant points
...
Add short description to cluster admin and dev section
2022-09-22 16:07:06 +00:00
Shannon Kularathna
8eb3ae60f3
Move developer content below cluster admins
...
Additionally, fixed a couple of markdown links to not line wrap
2022-09-22 16:07:06 +00:00
Shannon Kularathna
502eac3635
Clean up etcd wording
2022-09-22 16:07:06 +00:00
Shannon Kularathna
4887467aa4
Add sections for cluster admins
...
- Add section for encryption at rest
- Add section for RBAC
- Clean up RBAC bullets
- Move etcd bullets to own section on etcd management
- Add section for third party secret stores
2022-09-22 16:07:06 +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
Mitesh Jain
0c2ce1dc04
ExpandCSIVolumes is GA since 1.24
2022-09-22 15:20:24 +05:30
Kubernetes Prow Robot
d29b547ea7
Merge pull request #36671 from sftim/20220110_reorganize_services_load_balancing_networking
...
Reorganize “Services, Load Balancing, and Networking” concept
2022-09-21 17:39:08 -07:00
Kubernetes Prow Robot
92197fedcf
Merge pull request #36769 from mythi/topologyhints
...
clarify topologyinfo registration logic in device plugins
2022-09-21 05:39:01 -07:00
Kubernetes Prow Robot
80f37e6834
Merge pull request #33876 from sftim/20200203_document_cni_container_log_rotation
...
Revise “Logging Architecture” topic
2022-09-20 20:53:14 -07:00
Kubernetes Prow Robot
c2c4f5aeb8
Merge pull request #36670 from sftim/20220110_hyperlink_network_policies
...
Link from Policies concept to NetworkPolicy page
2022-09-20 18:55:13 -07:00
Kubernetes Prow Robot
3af9c833f1
Merge pull request #36534 from mac-chaffee/nfs-example
...
Add a Pod-based example for NFS volumes
2022-09-20 13:53:12 -07:00
Kubernetes Prow Robot
de922ae019
Merge pull request #36562 from windsonsea/secovy
...
Fix typo and consistency: /security/overview.md
2022-09-18 11:12:29 -07:00
Kubernetes Prow Robot
70d3156281
Merge pull request #36828 from sergeyshevch/fix/36825/topology-aware-fints-incorrect-state
...
fix: Fix incorrect feature state in Topology Aware hints page
2022-09-15 10:09:23 -07:00
Kubernetes Prow Robot
1e70b5c76e
Merge pull request #36457 from rogue-gamer-ryt/chore/remove_docker_mentions
...
Removed usage of docker from replicationControllers, containers, pods and daemonsets
2022-09-15 08:31:23 -07:00
Sergey Shevchenko
259239f1a5
fix: Fix incorrect feature state in Topology Aware hints page
2022-09-15 14:17:56 +03:00
Mikko Ylinen
62980d931a
clarify topologyinfo registration logic in device plugins
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-09-15 06:32:54 +03:00
harshchauhan1988
8ab4ebb376
Adding recommendation for network isolation
2022-09-14 15:00:14 +05:30
Mac Chaffee
5f58dea140
Explicitly mention NFS via PV
2022-09-12 19:03:47 -04:00
Kubernetes Prow Robot
d057687f6f
Merge pull request #36660 from liggitt/scrape-secrets
...
Update service account token documentation
2022-09-10 16:31:23 -07:00
Tim Bannister
22ec0c1d1e
Link from Policies concept to NetworkPolicy page
2022-09-09 10:04:41 +01:00
jckhmmz
fac2869906
Update secret.md to remove duplicated content
2022-09-09 15:56:30 +07:00
Kubernetes Prow Robot
8c78ad7d3c
Merge pull request #36685 from mimowo/handling-pod-failures-fix-typo
...
Fix typo in docs referring to the PodDisruptionConditions feature gate
2022-09-09 00:45:23 -07:00
Michal Wozniak
de695f4a9a
Fix typo in docs refering to the PodDisruptionConditions feature gate name
...
Only fix for the English version
2022-09-09 09:10:44 +02:00
Kubernetes Prow Robot
51d0acf487
Merge pull request #36668 from sftim/20211208_redo_naming_service_concept
...
Redo naming in Service concept
2022-09-08 20:43:23 -07:00
Antonio Ojea
86264eae3b
use use IPv6 Address Prefix Reserved for Documentation
2022-09-08 11:45:07 +02:00
Jordan Liggitt
79f26d5922
Update service account token documentation
...
* Make example service account output match 1.24+ output with auto-generated tokens omitted
* Prefer `kubectl create token` as token creation mechanism
2022-09-07 16:00:27 -04:00
Tim Bannister
3970b2be71
Reorganize "Services, Load Balancing, and Networking" concept
...
- Add descriptions
- Change page weights
2022-09-07 20:36:04 +01:00
Tim Bannister
0b6c20422d
Redo naming in Service concept
...
Write “primary” in place of “master”.
2022-09-07 20:23:24 +01: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
Kubernetes Prow Robot
fc975cffef
Merge pull request #36274 from makkes/rs-name-not-random
...
Fix note about ReplicaSet names
2022-09-07 09:20:37 -07:00
Kubernetes Prow Robot
5ada01a5ce
Merge pull request #36343 from tallclair/workload-creation
...
Update RBAC best practices for workload creation
2022-09-07 09:18:37 -07:00
Kubernetes Prow Robot
2fa27afa1f
Merge pull request #36397 from rphillips/fixes/add_local_ephemeral_storage_blurb
...
add new note for ephemeral storage calculations
2022-09-07 08:26:36 -07:00
Kubernetes Prow Robot
5f8c8b3534
Merge pull request #36607 from NitishKumar06/Nitish/36393issue
...
Avoid confusing term in API Priority and Fairness concept
2022-09-07 06:24:37 -07:00
Kubernetes Prow Robot
ccc25247af
Merge pull request #36638 from bishal7679/patch-5
...
Fix incorrect feature state for PVC expansion
2022-09-07 06:16:37 -07:00
Kubernetes Prow Robot
9ef0df0ba3
Merge pull request #36623 from tengqm/wrap-multi-tenancy
...
Reformat multi-tenancy page
2022-09-07 05:28:37 -07:00
Shaw
466613ba31
Update service.md to include a missing word
2022-09-06 19:37:32 -05:00
Ryan Phillips
80ebbadd93
add new note for ephemeral storage calculations
2022-09-06 15:14:24 -05:00
Kubernetes Prow Robot
ffe2d2cf3f
Merge pull request #36566 from akankshakumari393/patch-5
...
Fix Typo in user-guide.md
2022-09-06 08:22:54 -07:00
Bishal das
3039cc0116
Update persistent-volumes.md
2022-09-06 20:01:48 +05:30
Qiming Teng
0df6c75da0
Reformat multi-tenancy page
...
When translating/synchronizing changes to the multi-tenancy page, we
found that the long lines are difficult for change tracking. This PR
changes nothing other than manually wrapping the long lines.
2022-09-06 13:12:14 +08:00
kadtendulkar
fe1d65ba61
Update content/en/docs/concepts/storage/storage-capacity.md
2022-09-05 22:07:18 +05:30
NitishKumar06
e9f1cbc1b9
Avoid confusing term in API Priority and Fairness concept
2022-09-05 19:05:14 +05:30
Kubernetes Prow Robot
8b98203a73
Merge pull request #36530 from jpreese/patch-2
...
Update topology-aware-hints.md
2022-09-04 10:12:35 -07:00
John Reese
89cd245fec
Update topology-aware-hints.md
2022-09-04 10:33:57 -04:00
Akanksha kumari
71e84d9113
Update user-guide.md
2022-09-03 21:45:14 +05:30
windsonsea
922aed0bf8
Fix typo and consistency: /security/overview.md
2022-09-03 22:43:12 +08:00
liufangwai
7e23b9e97d
Update overview.md
...
Add huawei cloud trust center link
2022-09-03 17:45:26 +08:00
Kubernetes Prow Robot
d82392e7af
Merge pull request #36523 from aim-for-better/patch-2
...
Update nodes.md
2022-09-02 23:22:27 -07:00
mtardy
32e47b31bb
Fix a few mini typos in the API bypass security page
2022-09-02 19:41:24 +02:00
Kubernetes Prow Robot
5eb674b9b5
Merge pull request #36531 from UtkarshMishra12/Fix-Typo-#36528
...
Fix typo on cgroups page
2022-09-02 09:40:06 -07:00
Mac Chaffee
82756b1da1
Add a Pod-based example for NFS volumes
2022-09-02 12:32:24 -04:00
Kubernetes Prow Robot
09707c0aef
Merge pull request #35908 from raesene/main
...
New Docs page for API Server Bypass Risks
2022-09-02 09:14:06 -07:00
Utkarsh Mishra
a596970664
Fix Typo #36528
2022-09-02 20:36:30 +05:30
John Reese
82f8c4a8a1
Update topology-aware-hints.md
2022-09-02 10:54:11 -04:00
Kubernetes Prow Robot
008db23fe7
Merge pull request #36407 from johnlinp/add-note-pre-provisioned-snapshot
...
Add a note on the pre-provisioned snapshot scenario
2022-09-02 07:32:06 -07:00
Kubernetes Prow Robot
73aaba9b4e
Merge pull request #35810 from yilmi/created-by-deprecated
...
Removing created-by label deprecated since 1.9
2022-09-02 06:36:05 -07:00
aim-for-better
1eb37961bb
Update nodes.md
...
Format this change
2022-09-02 15:35:30 +08:00
aim-for-better
8a7fba8777
Update nodes.md
...
Fix the issue that it should be node.kubernetes.io/out-of-service instead of node kubernetes.io/out-of-service
2022-09-02 15:33:08 +08:00
John Lin
190cc364c2
Add a note on the pre-provisioned snapshot scenario
...
I found it confusing when filling a non-existing
volumeSnapshotRef when creating a VolumeSnapshotContent
in the pre-provisioned mode. I hope this note can clear
up some confusion.
Signed-off-by: John Lin <johnlinp@gmail.com>
2022-09-01 22:57:33 -07:00
Kubernetes Prow Robot
a5e96bfbc5
Merge pull request #33992 from mtardy/security-checklist
...
Add a security checklist for clusters
2022-09-01 13:13:19 -07:00
rogue-gamer-ryt
f7248fa427
grammar correction in pod overview
2022-09-01 23:27:39 +05:30
mtardy
9f5a35978f
RBAC guide is presented as a checklist item
2022-09-01 11:44:55 +02:00
mtardy
eb962b4c12
Rewrite the part on the Pod Security standards and admission
2022-09-01 11:43:28 +02:00
Mahé
a4305381fb
Reword the service mesh suggestion
2022-08-31 18:29:59 +02:00
Mahé
d4fcf2fc7c
Reword the secret injection suggestion
2022-08-31 18:29:43 +02:00
mtardy
f14a7544e5
Rewrite the admission plugins list
2022-08-31 18:26:49 +02:00
mtardy
239dc4c2fe
Fix a typo on the word securely
2022-08-31 17:54:20 +02:00
mtardy
c006a43f97
Replace a wrong unicode space character
2022-08-31 17:51:51 +02:00
mtardy
63ae0a9521
Split checklist item and explanation
2022-08-31 17:38:42 +02:00
mtardy
d40e9cfa89
Remove an empty line
2022-08-31 17:37:01 +02:00
Mahé
2f8388e830
Add precision about pod security with pod security standards
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-08-31 17:35:03 +02:00
mtardy
0e81bfd8ef
Detail and add info on the CPU and memory limit item
2022-08-31 17:32:00 +02:00
mtardy
7139aba954
Add some guidelines on how to read the doc
2022-08-31 17:17:56 +02:00
Mahé
949e499db3
Rewrite the checklist item on minimal container images
2022-08-31 16:55:31 +02:00
Mahé
5167ab5c88
Use correct name for PodSecurityPolicy admission controller
2022-08-31 16:55:05 +02:00
Mahé
777d396905
Remove warning on PodSecurityPolicy removal in 1.25
2022-08-31 16:54:30 +02:00
rogue-gamer-ryt
1b4a32ce6c
Updated usage of "docker"
2022-08-31 19:42:47 +05:30
rogue-gamer-ryt
a174afba76
Removed docker usage from daemontsets
2022-08-31 18:22:21 +05:30
rogue-gamer-ryt
7d2cf00124
Removed docker usage from replicationControllers
2022-08-31 18:20:38 +05:30
Ashun
ddc48c241b
Removing docker mentions from replicationControllers and Containers
2022-08-31 18:07:09 +05:30
Kubernetes Prow Robot
be6f456017
Merge pull request #36423 from kadtendulkar/kad34
...
Fix link on Windows Storage page
2022-08-30 20:39:00 -07:00
kadtendulkar
abd559c837
Update content/en/docs/concepts/storage/windows-storage.md
2022-08-30 22:06:05 +05:30
Giuseppe Scrivano
67afbf50c1
content: fix typo
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-08-30 14:59:09 +02: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
Tim Allclair
19894182dc
Explain namespace subdividing better
2022-08-29 15:14:28 -07:00
kadtendulkar
8ebd741c83
Update content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md
2022-08-29 22:26:36 +05:30
Tim Bannister
dd615623bc
Tweak custom resources concept
...
- Use capitalizations as per style guide
- Use glossary tooltips where appropriate
2022-08-27 15:06:07 +01:00
Tim Bannister
606d7b74d7
Revise “Logging Architecture” topic
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-08-27 15:05:21 +01:00
Tim Allclair
6162bcde28
Update RBAC best practices for workload creation
2022-08-26 16:46:27 -07:00
Lee Verberne
2512f5d7f1
Update content/en/docs/concepts/storage/projected-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-26 20:13:01 +02:00
Kubernetes Prow Robot
640c963c3b
Merge pull request #34399 from Rishit-dagli/Rishit-dagli-securing-service
...
Update command in "Connecting Applications with Services" and separate out a command
2022-08-25 21:34:11 -07:00
kadtendulkar
d2a5d8a9c7
Update content/en/docs/concepts/storage/storage-classes.md
2022-08-25 22:12:10 +05:30
Rory McCune
49bc9b34eb
New docs page for API Server Bypass Risks
...
New Docs page for API Server Bypass Risks
This is a new documentation page for the Security Concepts section, looking at the risks of attackers bypassing the Kubernetes API server.
We've been working on this in Kubernetes SIG-Security docs (issue [here](https://github.com/kubernetes/sig-security/issues/42 ))
Co-Authored-By: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-Authored-By: Qiming Teng <tengqm@outlook.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Jordan Liggitt <jordan@liggitt.net>
2022-08-25 17:25:58 +01:00
Kubernetes Prow Robot
70423c342f
Merge pull request #36253 from tanmaniac/main
...
Fix field in ScoringStrategy for scheduler resource bin-packing
2022-08-25 07:52:07 -07:00
Max Jonas Werner
89f105390d
Fix note about ReplicaSet names
...
The RS name is always derived from the hash of the pod template and
it's not random.
2022-08-25 13:08:44 +02:00
Rishit Dagli
ee52f513b5
Update content/en/docs/concepts/services-networking/connect-applications-service.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-08-25 09:29:44 +05:30
Kubernetes Prow Robot
56e78c2011
Merge pull request #34920 from mk46/en_crlftolf
...
Convert CRLF to LF
2022-08-24 14:15:50 -07:00
Tanmay Bangalore
9b3288927d
Change requestedToCapacityRatioParam to requestedToCapacityRatio in bin-packing docs.
...
The name requestedToCapacityRatioParam is actually the *type* of the
requestedToCapacityRatio field, as specified in the docs.
2022-08-24 13:16:06 -07:00
Kubernetes Prow Robot
2a42a8a9c3
Merge pull request #36196 from kadtendulkar/kad27
...
Modify link context on Storage Classes page
2022-08-24 12:01:49 -07:00
Bill Mulligan
81300bc32f
Update Cilium description ( #36040 )
...
* Update Cilium description
* removing scalability comments per review
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-24 09:30:03 -07:00
Kubernetes Prow Robot
90600414c8
Merge pull request #34457 from chetak123/change_grep
...
updated grep with custom-columns=POD_IP:.status.podIPs
2022-08-24 03:32:24 -07:00
Kubernetes Prow Robot
28b1854383
Merge pull request #36198 from davidmlentz/patch-2
...
Fix typo
2022-08-23 21:57:48 -07:00
Kristin Martin
b79539d0d3
Merge pull request #34290 from kubernetes/dev-1.25
...
Official 1.25 Release Docs
2022-08-23 14:53:20 -07:00
David M. Lentz
603f810903
Fix typo
...
There are redundant instances of "future" in this sentence.
2022-08-23 14:43:41 -06:00
kadtendulkar
d176764df9
Update content/en/docs/concepts/storage/storage-classes.md
2022-08-23 21:36:34 +05:30
Kubernetes Prow Robot
dff7efc4ee
Merge pull request #35298 from Rishit-dagli/Rishit-dagli-concepts-overview
...
Move what-is-kubernetes to overview page
2022-08-22 16:47:23 -07:00
Kubernetes Prow Robot
c4a36a8067
Merge pull request #36165 from cathchu/merged-main-dev-1.25
...
Merged main branch into dev-1.25
2022-08-22 15:12:09 -07:00
Kubernetes Prow Robot
14882c6ba9
Merge pull request #35658 from RomanBednar/retro-sc-assignment-doc
...
Add article about Retroactive default StorageClass assignement
2022-08-22 13:30:09 -07:00
Yassine Ilmi
e31d646d7c
Removing created-by label deprecated since 1.9
2022-08-22 19:21:57 +02:00
Kubernetes Prow Robot
51b647b157
Merge pull request #35985 from ravisantoshgudimetla/pod-os
...
Include Pod OS field
2022-08-22 09:30:44 -07:00
Tim Bannister
84da6bb709
Fix broken shortcode
2022-08-22 17:26:27 +01:00
Ravi Gudimetla
5206c7f1d9
Include Pod OS field
...
Include Pod OS field in the pod concepts.
2022-08-22 09:21:02 -04:00
cathchu
e5ea8833be
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-08-22 08:35:18 -04:00
Stanislav Kardashov
a3064b1a36
[en] typo fix "privilge -> privilege"
2022-08-19 16:37:47 +03:00
Roman Bednar
0a4a178f64
add documentation for retroactive default storage class assignment
2022-08-19 10:07:15 +02:00
ravisantoshgudimetla
a1f6615206
Update pod security standards to use PodOS field
2022-08-18 15:47:41 -04:00
carolina valencia
6810fa976d
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-08-18 15:58:41 -03:00
jpegleg-k8s
7c89f5675a
consistency for capitalization of term operator in documentation ( #35753 )
...
* Because operators are not kubernetes objects, the word operators should only be capitlized at the start of sentences, URLs where the external source has done so, abbreviations, or start of headers.
* only changing en initially for the pr process
* text styling on line 18 for operator pattern
2022-08-18 11:44:22 -07:00
Kubernetes Prow Robot
9084afad3c
Merge pull request #35754 from mzacho/remove-vendor-specific-details-from-networkings-docs
...
Remove vendor specific details from cluster-administration/networking
2022-08-18 10:42:22 -07:00
Kubernetes Prow Robot
dacf474354
Merge pull request #35794 from aojea/aojea_services
...
set ServiceIPStaticSubrange to beta
2022-08-18 10:34:23 -07:00
Kubernetes Prow Robot
ba191c2011
Merge pull request #35803 from ameukam/1-25-registry-k8s-io
...
Update docs to reference new container image registry
2022-08-18 08:26:22 -07: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
Kubernetes Prow Robot
fae72f6cc0
Merge pull request #35235 from kinvolk/rata/userns
...
Add docs for user namespaces in pods - phase 1 (KEP-127)
2022-08-18 07:28:23 -07:00
Rodrigo Campos
501cde25c7
Add doc for user namespaces in stateless pods
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2022-08-18 11:13:00 +02:00
Martin Zacho
69f5c69ac3
Update content/en/docs/concepts/cluster-administration/networking.md
...
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2022-08-18 09:57:29 +02:00
Kubernetes Prow Robot
778a848cf7
Merge pull request #35791 from MikeSpreitzer/fix-31633
...
Describe the APF tweaks for LIST and WATCH
2022-08-17 19:42:36 -07:00
Kubernetes Prow Robot
438b42689d
Merge pull request #35545 from verb/1.25-ec-ga
...
Mark EphemeralContainers as GA in 1.25
2022-08-17 19:28:36 -07:00
Kubernetes Prow Robot
6b23f69f5c
Merge pull request #35590 from ravisantoshgudimetla/dev-1.25
...
Promote PodOS field to GA
2022-08-17 15:40:47 -07:00
Kubernetes Prow Robot
ff853e7271
Merge pull request #35391 from Rishit-dagli/Rishit-dagli-imagePullSecret-type
...
Add the accepted types for `imagePullSecrets`
2022-08-17 14:40:47 -07:00
Martin Zacho
652a626b0f
cluster-administration/networking: Remove vendor specific details
2022-08-17 22:27:03 +02:00
MattTheCuber
8abe88e850
Typo in service.md
...
`his -> This`
idk why i'm fixing this lol
2022-08-17 11:51:38 -04:00
Kubernetes Prow Robot
a98137bcd2
Merge pull request #35044 from kerthcet/feat/topology-policy
...
Document the new NodeInclusionPolicyInPodTopologySpread feature gate
2022-08-17 06:47:11 -07:00
Kubernetes Prow Robot
6ddfd114d2
Merge pull request #35741 from kadtendulkar/kad24
...
Fix link on Storage Classes page
2022-08-17 02:20:55 -07:00
kerthcet
3b0b5b9d1c
Document the new NodeInclusionPolicyInPodTopologySpread feature gate
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-17 10:31:51 +08: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
Sally O'Malley
221d4e817c
add to cluster-admin/system-traces docs
2022-08-16 15:47:18 -04:00
Kubernetes Prow Robot
6bb496b6f8
Merge pull request #35966 from kerthcet/feat/update
...
update the documents of podTopologySpread
2022-08-16 11:18:11 -07:00
Kubernetes Prow Robot
25b978ac2d
Merge pull request #36017 from mimowo/retriable-pod-failures-docs-fixlink
...
Fix link for "KEP-3329 Retriable and non-retriable Pod failures for Jobs"
2022-08-16 07:21:08 -07:00
Kubernetes Prow Robot
2d3e848f2a
Merge pull request #35685 from Jiawei0227/migration
...
Update CSI migration feature status, and remove docs for unsupported plugins
2022-08-16 06:59:08 -07:00
Michal Wozniak
11f0bbe160
Fix link to Pod backoff failure policy.
2022-08-16 15:41:52 +02:00
Michal Wozniak
612a37bc78
Improved wording and cleanup
2022-08-16 12:12:21 +02:00
kerthcet
5aa74d45b5
address comments
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-16 15:10:16 +08:00
Jiawei Wang
5db7ddf2da
Update CSI migration feature status, and remove docs for unsupported plugins
2022-08-16 04:38:47 +00:00
Kubernetes Prow Robot
7a48338a61
Merge pull request #35984 from kardashov/patch-4
...
[en] typo fix admistrators-> administrators
2022-08-15 20:23:09 -07:00
Kubernetes Prow Robot
3c909360e3
Merge pull request #35833 from hs0210/fix-link
...
Fix broken link -- downward-api
2022-08-15 20:21:09 -07:00
Kubernetes Prow Robot
936b5859ba
Merge pull request #35165 from denkensk/doc-respect-PodTopologySpread
...
Add docs for MatchLabelKeysInPodTopologySpread feature
2022-08-15 19:27:07 -07:00
Kubernetes Prow Robot
7fa2e305bb
Merge pull request #35334 from humblec/nodeExpandDOC
...
csi: add nodeExpandSecret KEP details
2022-08-15 19:19:07 -07:00
Kubernetes Prow Robot
61b69cfd38
Merge pull request #35219 from mimowo/retriable-pod-failures-docs
...
Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs
2022-08-15 19:17:07 -07:00
Jordan Liggitt
b167938367
Scrub PSP docs for 1.25
2022-08-15 21:09:41 -04: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
dd543e5c80
Merge pull request #35826 from reylejano/1-25-netpol-port-range
...
Update docs for NetworkPolicy port range to GA for 1.25
2022-08-15 08:52:15 -07:00
kerthcet
391ed0294a
revert the chang of remove newline
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-15 20:13:58 +08:00
Michał Woźniak
449ef99fe3
Update content/en/docs/tasks/job/pod-failure-policy.md
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-15 13:23:13 +02:00
Michal Wozniak
c47a025713
Add docs for KEP-3329 Retriable and non-retriable Pod failures for Jobs
...
Code review remarks and suggested commit updates are co-authored
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Paola Cortés <51036950+cortespao@users.noreply.github.com>
# Conflicts:
# content/en/docs/reference/command-line-tools-reference/feature-gates.md
2022-08-15 13:22:37 +02:00
Kubernetes Prow Robot
ea6b6e9798
Merge pull request #35704 from ddebroy/PodHasNetworkDocs1
...
PodHasNetwork condition docs
2022-08-15 02:02:13 -07:00
Mike Spreitzer
4834c69a5f
Removed usage of "width", _defined_ "seat"
2022-08-15 00:14:18 -04:00
kerthcet
d0e8a08ab1
update the documents of podTopologySpread
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-08-15 10:37:52 +08:00
Kubernetes Prow Robot
6a2e36b253
Merge pull request #35700 from Sea-n/fix-json-highlight
...
Fix JSON syntax
2022-08-14 12:42:15 -07:00
Kubernetes Prow Robot
1476ac9203
Merge pull request #35618 from tallclair/psa-stable-1.25
...
Update Pod Security Admission docs for graduation to stable
2022-08-14 12:34:13 -07:00
Kubernetes Prow Robot
d1cf826516
Merge pull request #35758 from cathchu/merged-main-dev-1.25
...
Merge main branch into dev-1.25
2022-08-14 12:12:23 -07:00
Antonio Ojea
40a3c6810b
Update content/en/docs/concepts/services-networking/service.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-08-14 12:04:17 +02:00
Kubernetes Prow Robot
1faec91055
Merge pull request #35539 from atiratree/concepts.statefulset.minreadyseconds
...
Promote StatefulSet MinReadySeconds to GA
2022-08-13 19:02:12 -07:00
Kubernetes Prow Robot
f1a73b01c4
Merge pull request #35180 from bobbypage/cgroupv2-docs
...
Update docs for cgroupv2 graduation to GA in 1.25
2022-08-12 18:28:30 -07:00
Deep Debroy
b7ae62fc27
Docs for PodHasNetwork condition
...
Signed-off-by: Deep Debroy <ddebroy@gmail.com>
2022-08-12 16:07:23 -07:00
David Porter
9dee6a0491
Apply suggestions from code review
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Signed-off-by: David Porter <david@porter.me>
2022-08-12 15:06:58 -07:00
Kubernetes Prow Robot
84f0f82682
Merge pull request #35400 from soltysh/cronjob_tz_beta
...
Promote CronJobTimeZone to beta
2022-08-12 08:22:43 -07:00
Kubernetes Prow Robot
8bcf5e8458
Merge pull request #35510 from dobsonj/kep-596-1.25-updates
...
KEP-596: Move CSIInlineVolume to GA
2022-08-12 02:40:46 -07:00
mtardy
b3a7965e3e
Add the security checklist guide
...
From the collaborative document with Savitha, Skybound and p4ck3t0,
after many edits thanks to the collaborators on the PR.
Co-authored-by: rschosser <88308339+rschosser@users.noreply.github.com>
Co-authored-by: Cailyn <cailyn.s.e@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Benjamin Koltermann <48812495+p4ck3t0@users.noreply.github.com>
Co-authored-by: Skybound1 <github@skybound.link>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-08-12 11:22:14 +02:00
Kubernetes Prow Robot
c7350bc0d4
Merge pull request #35551 from divyenpatel/update-vsphere-doc
...
update migration requirement for in-tree vSphere volumes
2022-08-11 10:50:58 -07:00
Rey Lejano
b35f70486e
update docs for NetworkPolicy port range to GA for 1.25
2022-08-10 21:01:41 -07:00
Kubernetes Prow Robot
ff9135b4f2
Merge pull request #35790 from wsteinford/patch-1
...
Fix the grammar by using the verb "set up" where appropriate instead of the noun "setup"
2022-08-10 19:40:58 -07:00
Kubernetes Prow Robot
1827f44239
Merge pull request #35691 from Kartik494/update_CSI_Volume_cloning
...
improve documentation for Cloning support for different storage classes
2022-08-10 18:32:58 -07:00
Kubernetes Prow Robot
ab733b6ebd
Merge pull request #35815 from beni0888/patch-1
...
Fix wrong event name
2022-08-10 06:42:38 -07:00
Hu Shuai
9b7af96880
Fix broken link -- downward-api
...
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
2022-08-10 10:59:25 +08:00
Mike Spreitzer
8692d142f0
Updated introduction of the term "seat" in APF
2022-08-09 15:21:21 -04:00
Mike Spreitzer
fa3a8ce808
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-09 15:16:28 -04:00
kadtendulkar
ffb69f96ba
Update content/en/docs/concepts/storage/volumes.md
2022-08-09 21:22:41 +05:30