Kubernetes Prow Robot
d806cbbfa7
Merge pull request #34464 from JarHMJ/patch-4
...
fix Endpoints link err
2022-06-23 05:05:44 -07:00
mtardy
d2b92602b3
Fix minor missing spaces typos in Pod Security Admission doc
2022-06-23 12:19:46 +02:00
Shubham
9ae05ea5b3
Improvement: Clarifiy the release which include Pod Security admission by default. ( #34300 )
...
* Improvement: Clarifiy the release which include Pod Security admission by default.
* Modify: wrapped the long lines.
2022-06-22 08:35:43 -07:00
JarHMJ
6af40efc5c
fix Endpoints link err
2022-06-22 15:33:49 +08:00
ayush
fde6659976
updated grep with custom-columns=POD_IP:.status.podIPs
2022-06-22 07:06:47 +05:30
Kubernetes Prow Robot
e8b73e7afe
Merge pull request #34396 from yuanshingk/patch-1
...
Fix typo
2022-06-20 20:17:42 -07:00
Kubernetes Prow Robot
92d4bbf03d
Merge pull request #34397 from Rishit-dagli/Rishit-dagli-jobs
...
Update Jobs page for 1.24
2022-06-20 06:58:04 -07:00
Nitish Kumar
bf59d416b4
Downward API concept made Correct
2022-06-20 17:58:50 +05:30
Rishit Dagli
5242784e76
Seperate cURL command to a seperate snippet
2022-06-19 09:25:22 +00:00
Rishit Dagli
eac6903a16
Update command in connect-applications-services
...
Note: The way the output is documented, this still remains same
Co-authored-by: Eduardo Patrocinio <epatro@gmail.com>
2022-06-19 06:35:32 +00:00
Rishit Dagli
c9015d2159
Update Jobs page for 1.24
2022-06-19 05:46:26 +00:00
Yuan Shing Kong
2d2ae604dd
Fix typo
2022-06-19 10:43:23 +08:00
Qiming Teng
2e5e4d2489
Reformat the extend-kubernetes page
...
This page has too many long lines which make change tracking very difficult.
2022-06-18 17:30:37 +08:00
Kubernetes Prow Robot
348eb87136
Merge pull request #33132 from tengqm/format-controlplane-comm
...
Reformat the control-plane-node-communication page
2022-06-17 09:56:32 -07:00
Jihoon Seo
e7caadc564
Replace skew shortcode parameters
2022-06-17 16:17:01 +09:00
Kubernetes Prow Robot
3a0d817bb8
Merge pull request #32400 from sftim/20220321_document_downward_api_concept
...
Revise downward API documentation
2022-06-16 23:38:31 -07:00
Mark Rossetti
c61be7d79c
Update pod-security-standards-hostprocess-state ( #34264 )
...
* Update pod-security-standards-hostprocess-state
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* using hugo short-code
2022-06-16 11:08:48 -07:00
Kubernetes Prow Robot
d666c90efe
Merge pull request #34261 from kadtendulkar/kad6
...
update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-16 06:54:48 -07:00
Kubernetes Prow Robot
c55941f924
Merge pull request #34305 from mk46/improve_job
...
Update k8s.io/docs/concepts/workloads/controllers/job
2022-06-15 22:36:48 -07:00
Manish Kumar
a3056132d4
Update k8s.io/docs/concepts/workloads/controllers/job
2022-06-16 10:55:18 +05:30
Kubernetes Prow Robot
b6e815beb4
Merge pull request #33536 from alculquicondor/job-failures
...
Accurate explanation for the calculation of number of failures in Job
2022-06-15 21:42:48 -07:00
Kubernetes Prow Robot
a7c6e4d61d
Merge pull request #34067 from dipankardas011/changeTaints-Tolerations
...
modifications to taint-and-tolerations page
2022-06-15 21:34:48 -07:00
Dipankar Das
42b739ff65
improved the taints and toleration
...
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
2022-06-16 09:51:36 +05:30
Kubernetes Prow Robot
7c6247d828
Merge pull request #32743 from hyder/oci-annotations
...
docs: added internal load balancer service annotations for Oracle Cloud (OCI)
2022-06-15 20:52:48 -07:00
SzymonPrzepiora
3eb9334ee2
suggested changes
2022-06-15 14:04:18 +02:00
Kubernetes Prow Robot
553dc2f663
Merge pull request #32894 from xurizaemon/kubectl-proxy-url-docs
...
Docs fix for kubectl proxy configuration
2022-06-14 15:23:34 -07:00
Chris Burgess
81fe9b4e91
Docs fix for kubectl proxy configuration
...
Follow-up to https://github.com/kubernetes/website/pull/32245
2022-06-14 22:33:44 +12:00
Kubernetes Prow Robot
91af3ff6be
Merge pull request #33768 from prb112/patch-1
...
minDomains not included in schema on pod-topology-spread-constraints.md
2022-06-13 23:03:34 -07:00
Kubernetes Prow Robot
0fa1da9e7e
Merge pull request #33638 from clux/patch-1
...
Add kube-rs to operator.md's third-party content
2022-06-13 22:53:32 -07:00
Kubernetes Prow Robot
de82b20085
Merge pull request #33565 from jihoon-seo/220509_Fix_links_to_ephemeral_volume_types
...
Fix links to ephemeral volume types
2022-06-13 22:43:32 -07:00
Kubernetes Prow Robot
2d869fc314
Merge pull request #34155 from Sea-n/design-proposals-archive
...
Fix links for k/design-proposals-archive
2022-06-13 20:55:49 -07:00
kadtendulkar
e4000fe63c
update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-13 21:49:05 +05:30
Qiming Teng
4267267f38
Reformat the control-plane-node-communication page
...
This PR does two things:
- Change 'apiserver' to 'API server' according to the [style guide](https://kubernetes.io/docs/contribute/style/style-guide/#use-a-general-descriptor-over-a-component-name ).
- Wrap the long lines appropriately for ease of change tracking.
2022-06-13 12:22:22 +08:00
Kubernetes Prow Robot
9a7029ad06
Merge pull request #32877 from tssurya/fix-itp-docs
...
Service Traffic Policy: Fix constraints section
2022-06-12 11:16:09 -07:00
Kubernetes Prow Robot
e457112674
Merge pull request #34209 from daodennis/patch-1
...
Fix typo "mananger" in Node Architecture
2022-06-12 09:46:09 -07:00
Kubernetes Prow Robot
89a4ec69d2
Merge pull request #34126 from Sea-n/concepts-addons
...
Update links in addons.md
2022-06-12 03:18:09 -07:00
kadtendulkar
6d101d161e
Update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-11 12:53:10 +05:30
Sean Wei
34155fed0b
Fix links for k/design-proposals-archive
...
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.
This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
daodennis
d7ef83edde
[en] typo "mananger" in Node Architecture
2022-06-10 05:10:56 -07:00
Paszymaja
1b90f44da6
Fixed typos
...
Fixed some typos and improved grammar.
2022-06-10 12:40:02 +02:00
Sean Wei
34126fed73
Update links in addons.md
2022-06-10 11:00:04 +08:00
Kubernetes Prow Robot
aaeb8292ef
Merge pull request #34160 from aeryaguzov/patch-1
...
Added link to Resource Quotas from Pod Overhead page
2022-06-08 07:50:22 -07:00
Kubernetes Prow Robot
bc02513d69
Merge pull request #33748 from denkensk/update-bin-pack-doc
...
update the doc for bin pack scheduling
2022-06-08 06:26:22 -07:00
Alex Wang
12b198340f
update binpack doc
...
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2022-06-08 14:42:12 +08:00
Kubernetes Prow Robot
6327ca0548
Merge pull request #33183 from afirth/patch-1
...
Update resource-quotas.md with info about RBAC
2022-06-07 19:39:48 -07:00
Kubernetes Prow Robot
04a2c15da7
Merge pull request #34157 from 889-dj/patch-1
...
Update replicaset.md
2022-06-07 19:19:49 -07:00
Kubernetes Prow Robot
090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
...
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Jihoon Seo
1039f1d78c
Restore accidentally removed Contiv details
2022-06-08 09:48:54 +09:00
Kubernetes Prow Robot
d9be141ba1
Merge pull request #34145 from JoeHCQ1/patch-1
...
updated soon-to-be-broken link
2022-06-07 17:35:49 -07:00
Andrey Ryaguzov
273a36de9a
Added link to Resource Quotas
2022-06-07 17:39:31 +04:00
Dev Jain
8e5deb01dc
Update replicaset.md
...
updated replicaset.md referring to issue #30965
2022-06-07 17:44:28 +05:30
Kubernetes Prow Robot
09b7898081
Merge pull request #33997 from tengqm/reformat-dualstack
...
Reformat dual-stack page
2022-06-06 18:35:50 -07:00
Mark Rossetti
eb88ef7c3e
Updating Windows intro and resource management pages ( #34083 )
...
* Updating some Windows docs pages including:
- Fixinig heading levels for /docs/concepts/windows/intro.md
- Misc updates to /docs/concepts/windows/intro.ms
- Updates to /docs/concepts/configuration/windows-resource-management.md
for accuracy
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-06-06 14:04:21 -07:00
Joseph Richardson
8a3b403725
updated soon-to-be-broken link
...
The old link went to a page that linked to an archived repo that held the document. This link goes to the document in the archived repo.
Note that the redirect page is scheduled to be deleted: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/persistent-storage.md?plain=1#L6
2022-06-06 10:14:32 -04:00
Kubernetes Prow Robot
d2f96a9db5
Merge pull request #32937 from sftim/20220414_add_link_to_romana
...
Update Romana details
2022-06-04 17:52:20 -07:00
Dipankar Das
e705ab827a
Removed the redundant syntax addition
...
Signed-off-by: Dipankar Das <dipsonu10@hotmail.com>
2022-06-02 16:35:13 +05:30
Dipankar Das
d2f168f463
verbose explaination is added
...
Signed-off-by: Dipankar Das <dipsonu10@hotmail.com>
2022-06-02 16:33:22 +05:30
Kubernetes Prow Robot
0144484258
Merge pull request #33767 from adeniyistephen/patch-1
...
Fix: Update service.md (nginx image not found)
2022-06-01 23:37:45 -07:00
Kubernetes Prow Robot
346f132d7e
Merge pull request #34072 from lostick/tweak-tsc-docs
...
Tweak Topology Spread Constraints docs
2022-06-01 22:49:46 -07:00
Adeniyi Stephen Oluwatola
318682fc60
Merge branch 'main' into patch-1
2022-06-01 16:48:09 +01:00
Nils Hanke
c5d8916092
Remove section about the removed localhost port
2022-06-01 16:27:15 +02:00
Kubernetes Prow Robot
b861992f9d
Merge pull request #31908 from s-kawamura-w664/pv_accessmodes
...
Add that pv's access modes are not constraints on the volume.
2022-06-01 04:53:02 -07:00
Kubernetes Prow Robot
94ec1b2ba2
Merge pull request #33948 from csviri/patch-1
...
Add Java Operator SDK to operator frameworks
2022-06-01 04:49:02 -07:00
Kubernetes Prow Robot
bacd6bb68b
Merge pull request #32363 from sgpinkus/patch-7
...
Update _index.md
2022-06-01 04:21:02 -07:00
Kubernetes Prow Robot
f15cfaeb39
Merge pull request #33974 from JimBugwadia/pss
...
move other policy engines
2022-06-01 04:19:02 -07:00
Priyanshu Ahlawat
370e5273b7
Update volumes.md ( #32924 )
...
* Update volumes.md
* Update volumes.md
2022-06-01 04:17:02 -07:00
Kubernetes Prow Robot
335e79de8e
Merge pull request #33881 from harshitasao/issue-33539
...
Fix invalid nginx version
2022-06-01 04:11:01 -07:00
Kubernetes Prow Robot
f2dc19a07a
Merge pull request #34061 from howieyuen/windows-security
...
fix broken link in Security For Windows Nodes
2022-05-31 20:35:04 -07:00
howieyuen
58f572e4af
fix broken link in Security For Windows Nodes
2022-06-01 11:01:49 +08:00
lostick
95972db17e
Tweak Topology Spread Constraints docs
2022-05-31 14:54:28 +01:00
Dipankar Das
5461bdddac
modifications to taint-and-tolerations
...
* change to the tolerations overview wrt to pods
* syntax of defining taint for a node
Signed-off-by: Dipankar Das <dipsonu10@hotmail.com>
2022-05-31 17:25:02 +05:30
Surya Seetharaman
7c46096b3e
Service Traffic Policy: Fix constraints section
...
The constraints section incorrectly points out that
ITP and ETP are not co-habitable. This PR fixes this.
2022-05-31 13:42:12 +02:00
Adeniyi Stephen Oluwatola
f24d0c3498
Changed latest tag to stable tag.
2022-05-31 11:36:46 +01:00
Guangwen Feng
89a8ad3951
Fix a typo in rbac-good-practices.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-05-31 13:37:41 +08:00
Kubernetes Prow Robot
343960a1f7
Merge pull request #33197 from Shabirmean/patch-1
...
doc: add note about endpoint.name==service.name
2022-05-30 17:52:51 -07:00
Jim Bugwadia
fb97ad2140
Update content/en/docs/concepts/security/pod-security-standards.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-05-30 07:49:41 -07:00
Kubernetes Prow Robot
7964849366
Merge pull request #34038 from Sea-n/sync-config-map-en
...
Update link text to configure-pod-configmap.md
2022-05-30 01:58:51 -07:00
Sean Wei
ca34038e9f
Update link text to configure-pod-configmap.md
2022-05-30 16:42:30 +08:00
Kubernetes Prow Robot
fd9e0acacb
Merge pull request #33833 from liggitt/pss-privileged
...
Clarify privileged Pod Security Standard description
2022-05-29 23:02:52 -07:00
Kubernetes Prow Robot
1a2467dc4d
Merge pull request #34028 from TinySong/dns-pod-service-en
...
formatting Pod and Service
2022-05-29 22:46:51 -07:00
Kubernetes Prow Robot
a49c7b1ba4
Merge pull request #33961 from harshitasao/issue-33696
...
Modify RBAC good practice guide
2022-05-29 18:08:53 -07:00
song
ea450fb176
formatting Pod and Service
...
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-30 00:18:36 +08:00
Kubernetes Prow Robot
fca6219df3
Merge pull request #33971 from chrismetz09/metz-ingress-svg
...
Replace Mermaid Inline diagrams with Mermaid SVG diagrams
2022-05-29 07:10:51 -07:00
harshitasao
2517ad6c77
small modification
2022-05-29 16:06:25 +05:30
Nitish Kumar
8063487091
Apply suggestions from code review
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-05-29 11:27:21 +05:30
Nitish Kumar
ce9c2c8b4b
Broken Link Updated
2022-05-29 08:03:36 +05:30
Kubernetes Prow Robot
978b7cae48
Merge pull request #33675 from liggitt/token
...
Expand manual token secret creation docs
2022-05-28 18:16:50 -07:00
Jordan Liggitt
259da65e6a
Expand manual token secret creation docs
2022-05-28 17:24:27 -04:00
Kubernetes Prow Robot
a7d02c45ae
Merge pull request #33870 from tomkivlin/fix/dockershim-refs
...
Remove kubelet flags that are no longer available.
2022-05-28 07:38:50 -07:00
Sean Wei
50b9fb29b0
Remove data-lang for command outputs
2022-05-28 20:08:49 +08:00
Qiming Teng
41b519ee54
Reformat dual-stack page
...
Reformat the page for wrapping long lines and indenting lists properly.
2022-05-28 11:18:53 +08:00
harshitasao
d686637140
Removed Authorizing Policies.
2022-05-27 11:02:15 +05:30
Jim Bugwadia
495642c688
Update content/en/docs/concepts/security/pod-security-standards.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-05-26 17:43:29 -07:00
Mark Rossetti
4d9e6d736b
Windows documentation overhaul ( #33582 )
...
* Move Windows storage concepts to a new page
- Move FlexVolume plugins section to docs/concepts/storage/volumes.md
- Move CSI plugins section to en/docs/concepts/storage/volumes.md
- Move in-tree plugins section to en/docs/concepts/storage/volumes.md
* Moving networking related content in
/docs/setup/production-environment/windows to various locations
- Moving windows DNS limitations to/docs/concepts/services-networking/dns-pod-service.md
- Moving windows session sticky time disclaimer to /docs/concepts/services-networking/service.md
- Moving windows dual stack support info to /docs/concepts/services-networking/dual-stack.md
- Moving generic Windows content to
/docs/concepts/services-networking/windows-networking.md
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving Windows troubleshooting topics to /tasks/debug-application-cluster/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving windows containers user guide out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* fixup! Moving windows containers user guide out of /setup/production-environment/
* moving intro-windows-in-kubernetes content out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Aravindh Puthiyaparambil <aravindh@redhat.com>
2022-05-26 17:19:55 -07:00
Jim Bugwadia
7c5f243af7
move other policy engines
...
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2022-05-26 16:17:26 -07:00
chrismetz09
554ace0978
convert mermaid figs to svg in ingress.md
2022-05-26 10:40:09 -07:00
Attila Mészáros
73e224ff62
Add Java Operator SDK to operator frameworks
2022-05-26 17:52:51 +02:00
Tim Bannister
7f3604a949
Revise downward API documentation
...
- add a glossary entry
- add a concept page
- revise other documentation in light of above changes
2022-05-26 13:26:45 +01:00
harshitasao
8ce38a6625
added what's next in RBAC good practice guide
2022-05-26 13:27:44 +05:30
harshitasao
789935a35d
fixed the RBAC good practice guide.
2022-05-26 12:15:20 +05:30
Tom Kivlin
2c154e13f5
remove duplicate 'the'
2022-05-25 15:15:38 +01:00
Sean Wei
cca0aca855
Fix Markdown link
2022-05-25 21:17:01 +08:00
Tom Kivlin
60c5716567
capitalisation consistency
2022-05-25 08:20:25 +01:00
Jim Bugwadia
39afd8538d
initial draft
...
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2022-05-24 22:27:00 -07:00
Tom Kivlin
dc6d1fb667
added user role context, more info about `lo` and remove "obviously"
2022-05-24 22:21:57 +01:00
Tom Kivlin
4c595d4075
removed the "Usage Summary" section as no longer needed
2022-05-24 17:31:40 +01:00
Tom Kivlin
16cdb0b4a8
Added comma
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:24 +01:00
Tom Kivlin
4f41ef3b22
Grammatical improvement
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:08 +01:00
Tom Kivlin
a23668cae3
Added hyphen
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:48 +01:00
Tom Kivlin
159ade8547
Added hyphen
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:35 +01:00
Tom Kivlin
dbe825c6e0
Added comma
...
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:14 +01:00
Tom Kivlin
149e2b5151
Add link to kubernetes networking model page/section
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:25:09 +01:00
Tom Kivlin
0c085e24ff
Update to <1.24 note
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:24:19 +01:00
Tom Kivlin
4ba0e82bd0
Correction of what Kubelet did/could do in versions <1.24.
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:23:40 +01:00
Tom Kivlin
c3629b395d
Clarity on scope of container runtime re. CNI
...
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:22:58 +01:00
Tom Kivlin
f453118e4d
change to relative path
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-05-24 07:40:26 +01:00
Tom Kivlin
4c1b181aff
added some clarification to the installation section
2022-05-23 14:32:04 +01:00
harshitasao
f91d7e3f9a
in docs/concepts/services-networking/service.md, modified the nginx version
2022-05-22 11:42:34 +05:30
Tom Kivlin
3b60dec955
Added info about v1.24 changes
2022-05-21 13:20:51 +01:00
Tom Kivlin
58aae61611
Remove refs to dockershim
...
- Removed refs deprecated with dockershim
- Tweaked header levels
2022-05-21 12:59:36 +01:00
Jordan Liggitt
79c01ff06d
Update content/en/docs/concepts/security/pod-security-standards.md
...
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2022-05-19 17:03:39 -04:00
Jordan Liggitt
03f0d23228
Clarify privileged Pod Security Standard description
2022-05-19 14:51:51 -04:00
eminalemdar
f559518520
Updated references in different pages with the correct titles of the documents
2022-05-19 17:00:59 +03:00
Paul Bastide
2f15d185d5
Update pod-topology-spread-constraints.md
...
The minDomains value was not included in the spec schema segment
2022-05-17 09:33:30 -04:00
Adeniyi Stephen Oluwatola
f40b3c25d6
Fix: Update service.md (nginx image not found)
...
I fixed an imagepulling error in the service.md example on the website. nginx:11.14.2 is no longer on Nginx docker hub: https://hub.docker.com/_/nginx?tab=tags&page=1&name=11.14.2 so I changed the image tag to the latest. please let me know if the latest tag is not the right image to use or if I'm wrong.
2022-05-17 13:17:47 +01:00
Guangwen Feng
bdee4b90f1
Fix a typo in flow-control.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2022-05-17 09:29:35 +08:00
Kubernetes Prow Robot
842479f23c
Merge pull request #33650 from piyush1146115/patch-1
...
Fix a typo.
2022-05-15 18:06:17 -07:00
Kubernetes Prow Robot
93a11b1007
Merge pull request #32812 from raesene/main
...
Add RBAC good practice guide
2022-05-15 14:12:16 -07:00
Rory
412571886c
Add RBAC Good Practices Guide
2022-05-15 21:45:11 +02:00
Piyush Kanti Das
d6180e07dc
Fix a typo.
2022-05-13 17:37:25 +06:00
Eirik A
ffb5e67cc5
Add kube-rs to operator.md's third-party content
...
We have a [controller guide featured](https://kube.rs/controllers/intro/ ) on the linked webpage for this so hopefully this is appropriate.
2022-05-12 19:57:59 +01:00
Kubernetes Prow Robot
07e1929b49
Merge pull request #33220 from Shubham82/update_link_for_Auditing
...
Improvement: Updated all the links of the task "Monitoring, Logging, and Debugging" on all pages.
2022-05-10 22:36:50 -07:00
Jihoon Seo
13860de734
Fix links to ephemeral volume types
2022-05-09 11:51:06 +09:00
Aldo Culquicondor
63272f9368
Accurate explanation for the calculation of number of failures
...
in the Job API
2022-05-06 14:09:14 -04:00
Christopher Negus
ffb7e4bc67
Small edit of pod security doc
2022-05-04 14:03:42 +00:00
Kubernetes Prow Robot
8d6a818a23
Merge pull request #33418 from ProbStub/patch-1
...
Adding reference how to do configmap changes
2022-05-04 00:25:31 -07:00
ProbStub
f0702ba4ea
Update content/en/docs/concepts/configuration/configmap.md
...
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-05-04 09:05:54 +02:00
ProbStub
2dc7ba07ab
Adding reference how to do configmap changes
...
In reference to https://stackoverflow.com/questions/54571185/how-to-patch-a-configmap-in-kubernetes adding a note on how to modify configmaps in a deployment.
2022-05-03 09:56:13 +02:00
Nate W
5ead53b3e8
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-05-02 10:29:49 -07:00
Shubham Kuchhal
d1076700c7
Fixed all hyperlinks of the task "Monitoring, Logging, and Debugging" in all pages.
2022-05-02 14:46:52 +05:30
Kubernetes Prow Robot
314ad4c43a
Merge pull request #32326 from nirroz93/patch-2
...
Changing note about limits without requests
2022-04-30 10:11:12 -07:00
Kubernetes Prow Robot
ed5ae05402
Merge pull request #33316 from my-git9/debug-running-pod3
...
[en] modify debug-application/debug-running-pod
2022-04-30 09:59:13 -07:00
Kubernetes Prow Robot
57a43f30ca
Merge pull request #33340 from my-git9/resource-usage-monitoring3
...
[en] modify link about debug
2022-04-30 07:07:12 -07:00
Kubernetes Prow Robot
41dfc83423
Merge pull request #33339 from my-git9/debuglink4
...
[en] modify link about debug
2022-04-30 07:03:12 -07:00
xin.li
e6276724bb
[en] modify link about debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:48:28 +08:00
xin.li
781b2b381c
[en] modify link about debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:21:16 +08:00
Kubernetes Prow Robot
8170154a6e
Merge pull request #31849 from mk46/fp_31667
...
Remove --pod-cidr from docs
2022-04-29 16:21:12 -07:00
wei.wang
d9690ad314
[en]Update content/en/docs/concepts/workloads/pods/init-containers.md
2022-04-30 02:55:03 +08:00
Shabir Mohamed Abdul Samadh
9673cd2f75
doc: apply suggestions from code review
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-29 10:25:28 -04:00
xin.li
d46e06a1c3
[en] modify debug-application/debug-running-pod
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 20:53:12 +08:00
xin.li
b831e96c6a
[en] modify debug-cluster/audit
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 20:40:59 +08:00
Kubernetes Prow Robot
a6bf269d89
Merge pull request #33224 from reylejano/cni-spec
...
Update network plugins page for cni spec v1.0.0
2022-04-28 16:09:50 -07:00
Rey Lejano
3f221625e6
update network plugins page for cni spec
2022-04-28 08:19:23 -07:00
Kubernetes Prow Robot
d4bbdb5aa7
Merge pull request #33219 from chrisnegus/dockershim-podsecurity-docs
...
Update pod security docs for dockershim removal
2022-04-28 08:17:50 -07:00
Kubernetes Prow Robot
a1ef2afd7f
Merge pull request #31953 from sftim/20220227_update_pod_security_admission_concept_v1.24
...
Update Pod Security Admission concept for v1.24
2022-04-27 16:05:35 -07:00
Shabir Mohamed Abdul Samadh
65dbc312c7
doc: adopt PR comment suggestion
2022-04-27 18:30:27 -04:00
Jens-Uwe Walther
511c74564d
Remove gp3 from supported EBS volume types
...
gp3 is not supported for the in-tree plugin "kubernetes.io/aws-ebs", only for external EBS CSI driver. So we have to remove it here
See following issue which shows that it does not work:
https://github.com/kubernetes/website/issues/33036#issuecomment-1110766774
2022-04-27 12:14:03 +02:00
Nate W
712f45dee4
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-26 13:11:13 -07:00
Kubernetes Prow Robot
95859dd9df
Merge pull request #32824 from divyenpatel/dev-1.24
...
deprecate vsphere volume and update migration support detail
2022-04-26 11:28:53 -07:00
Kubernetes Prow Robot
212a936a53
Merge pull request #32673 from RaunakShah/3151-docs
...
Add docs for preventing volume mode conversion
2022-04-26 10:38:53 -07:00
Christopher Negus
59d3e1e7a2
Update pod security docs for dockershim removal
2022-04-26 13:39:55 +00:00
Shabir Mohamed Abdul Samadh
f2ef9858a3
doc: add comment about the name match in the example
2022-04-26 07:04:44 -04:00
Shabir Mohamed Abdul Samadh
7454622a18
doc: adopt suggestion
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-26 07:02:40 -04:00
Kubernetes Prow Robot
c2666031e0
Merge pull request #33124 from tengqm/tweak-nodes-page
...
Tweak the Nodes page
2022-04-25 11:47:40 -07:00
Shabir Mohamed Abdul Samadh
c83e9500d2
doc: add note about endpoint.name==service.name
...
For Services without selectors, there is no mention of the requirement that the name of the associated Endpoint object must be the same as the Service name. Thus, I have added that note.
2022-04-25 12:57:47 -04:00
Alastair Firth
694b4db53d
Update resource-quotas.md
...
This line is about 6 years old and has been implemented for some time ;)
30e536f610
~1/docs/admin/resourcequota/index.md#L19
https://kubernetes.slack.com/archives/C8WRR2BB9/p1635968976005100
2022-04-25 11:35:11 +02:00
Kubernetes Prow Robot
cbc2234938
Merge pull request #33079 from nonylene/patch-1
...
scheduling-eviction/pod-overhaed.md: Fix typo
2022-04-23 09:31:36 -07:00
nonylene
4759a9f652
scheduling-eviction/pod-overhaed.md: Fix a typo
...
Bustrable -> Burstable
2022-04-24 01:15:51 +09:00
Qiming Teng
a3ea9f4caf
Update references to the kubelet security files
...
This commit updates all the existing references to the files move in the previous commit.
2022-04-23 14:32:19 +08:00
Qiming Teng
e71768592e
Tweak the Nodes page
...
Field names like `NodeReady`, `ConditionUnknown` etc are only meaningful
for developers, rather than users.
2022-04-23 10:56:34 +08:00
Kubernetes Prow Robot
1613606a16
Merge pull request #32774 from miteshskj/daemonset-review
...
Remove stale information about pod selector.
2022-04-22 01:16:13 -07:00
Akihito INOH
c4b703f11f
use for_k8s_version not for_kubernetes_version
...
This commit use "for_k8s_version" property on feature-state short
code, not "for_kubernetes_version".
2022-04-21 06:43:44 +09:00
Tim Bannister
0322a37d80
Update Romana details
...
- omit it as an example from CNI-Genie
- update the hyperlink
2022-04-20 12:51:35 +01:00
Nate W
0135d3642b
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-19 15:45:28 -07:00
Raunak Pradip Shah
02c43d28cf
Remove v6 reference
2022-04-20 01:42:46 +05:30
Raunak Pradip Shah
66a191109c
Remove v6 reference
2022-04-20 01:41:01 +05:30
Raunak Pradip Shah
5a1479b742
Use kubectl to determine if feature is present
2022-04-20 00:17:33 +05:30
s-kawamura-w664
f26337fadc
Add that pv's access modes are not constraints on the volume.
2022-04-18 11:59:53 +00:00
Onur
50e01a032a
Update content/en/docs/concepts/services-networking/ingress.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-18 09:28:49 +03:00
Onur
70c7785cdd
Update ingress.md
...
'spec' is just another field that any Kubernetes object (Ingress here) needs.
2022-04-17 20:02:10 +03:00
Kubernetes Prow Robot
3920b5e71f
Merge pull request #32813 from tengqm/networkpolicy-example
...
Move NetworkPolicy into examples
2022-04-16 13:57:10 -07:00
Kubernetes Prow Robot
6fb52c5790
Merge pull request #32897 from Sea-n/main
...
[en] Fix Markdown formats
2022-04-14 18:17:10 -07:00
Kubernetes Prow Robot
df7785e4fe
Merge pull request #32759 from AkihiroSuda/update-containerd-cri-link
...
runtime-class.md: update containerd/cri link
2022-04-14 17:23:10 -07:00
Tim Allclair
2dbbadd7d7
Fix contiv link
2022-04-14 09:49:19 -07:00
Tim Allclair
33d6f7a697
Revert "Delete broken link (contiv.io)"
...
This reverts commit b0e4e7a03c
.
2022-04-14 09:47:26 -07:00
Divyen Patel
9fd1ccd427
deprecate vsphere volume and update migration support detail
2022-04-13 16:45:29 -07:00
Sean Wei
01c3c53b7d
[en] Fix Markdown format
2022-04-14 01:33:53 +08:00
Kubernetes Prow Robot
1a3843b02f
Merge pull request #32831 from tengqm/GracefulNodeShutdownBasedOnPodPriority-Beta
...
GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24
2022-04-13 09:20:46 -07:00
Raunak Pradip Shah
f89729d014
Add docs for preventing volume mode conversion
2022-04-13 19:29:16 +05:30
Chris Burgess
6893daac26
Docs fix for kubectl proxy configuration
...
Follow-up to https://github.com/kubernetes/website/pull/32245
2022-04-13 21:05:08 +12:00
Kubernetes Prow Robot
1e154d2f96
Merge pull request #32328 from tengqm/podoverhead-ga
...
The PodOverhead feature is GA
2022-04-12 21:08:47 -07:00
Qiming Teng
0bc8468bfa
The PodOverhead feature is GA
2022-04-13 11:49:50 +08:00
Kubernetes Prow Robot
f80cf4db50
Merge pull request #32667 from dobsonj/kep-596-1.24-updates
...
Update security considerations for CSI inline ephemeral volumes
2022-04-12 19:16:46 -07:00
Antoine Pelisse
11333a4851
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-04-12 10:33:30 -07:00
Antoine Pelisse
cfa004ae6a
Address more feedback
2022-04-12 08:54:35 -07:00
Jefftree
ca0a2df7b7
Address comments
2022-04-12 08:48:49 -07:00
Antoine Pelisse
9814f9273d
Add documentation for OpenAPI v3 Beta
2022-04-12 08:48:49 -07:00
Jonathan Dobson
f9ba38b5d2
Update security considerations for CSI inline ephemeral volumes
2022-04-12 09:48:18 -06:00
Ashutosh Kumar
3005445d34
document non graceful node shutdown feature ( #32406 )
...
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
2022-04-12 07:27:24 -07:00
Mengjiao Liu
7e0a2162d7
Fix missing links
2022-04-12 16:46:38 +08:00
Mike Spreitzer
6ce3dd2237
Update APF metrics again
2022-04-11 23:20:18 -04:00
Kubernetes Prow Robot
e45bfb5027
Merge pull request #32860 from miteshskj/replicationctrl-review
...
Adding link for client library to client-libraries page.
2022-04-11 18:05:22 -07:00
Qiming Teng
ee95a4831b
GracefulNodeShutdownBasedOnPodPriority is Beta in 1.24
2022-04-12 09:01:43 +08:00
Kubernetes Prow Robot
f531bf4569
Merge pull request #32683 from fengzixu/main
...
doc: update volume health monitoring doc with metrics content
2022-04-11 17:19:22 -07:00
Kubernetes Prow Robot
007d2520d1
Merge pull request #32340 from tengqm/mindomainsintopologyspread
...
Document the new MinDomainsInPodTopologySpread feature gate
2022-04-11 17:17:22 -07:00
Nate W
e65201a5b3
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-11 09:31:28 -07:00
Kubernetes Prow Robot
0c9f2ffafc
Merge pull request #32473 from husky-parul/dev
...
KEP-1753 Deprecate Kubernetes system components logs sanitization
2022-04-11 08:32:09 -07:00
Mitesh Jain
bcc87b7c34
Remove stale information about pod dnsConfig.
2022-04-11 20:58:24 +05:30
Mitesh Jain
a21e006ebe
Adding link for client library to client-libraries page.
2022-04-11 20:47:44 +05:30
Mark Andreev
27ec191771
Remove link to domana.io
...
The domain name Romana.io is for sale. I suggest to remove this invalid ref.
2022-04-09 13:13:20 +04:00
Qiming Teng
e4a473c39b
Document the new MinDomainsInPodTopologySpread feature aate
2022-04-08 16:39:46 +08:00
Qiming Teng
b51b1d6b1d
Move NetworkPolicy into examples
2022-04-08 16:00:56 +08:00
Kubernetes Prow Robot
3fca29abb1
Merge pull request #32803 from nate-double-u/merged-main-dev-1.24
...
Merged main into dev 1.24
2022-04-07 20:10:41 -07:00
Kubernetes Prow Robot
6284fee097
Merge pull request #32779 from deepakkinni/up_doc_demote_1
...
Change back feature state to alpha for HonorPVReclaimPolicy
2022-04-07 17:52:41 -07:00
Nate W
d1bce4cb0d
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-07 10:41:49 -07:00
Deepak Kinni
23b57a355c
Change feature state to alpha for HonorPVReclaimPolicy
...
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
2022-04-07 19:29:46 +05:30
Bridget Kromhout
a8b46072c3
Update docs for mixed protocol Services of type: LoadBalancer ( #32696 )
...
* Feature flag change when moving from alpha to beta
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Clarifying default as of beta.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-04-07 06:07:58 -07:00
Kubernetes Prow Robot
a0d51d6eba
Merge pull request #32596 from tengqm/MaxUnavailableStatefulSet-alpha
...
Document the MaxUnavailableStatefulSet feature
2022-04-07 02:57:57 -07:00
Qiming Teng
ecf1cd11cd
Document the MaxUnavailableStatefulSet feature
2022-04-07 17:12:58 +08:00
Onur
e42c5e6c86
Update service.md
2022-04-07 11:28:58 +03:00
Akihiro Suda
8c48fa656f
runtime-class.md: update containerd/cri link
...
The `containerd/cri` repo was merged into the `containerd/containerd` repo.
The `containerd/cri` repo is now archived.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2022-04-06 17:38:50 +09:00
Mitesh Jain
1eca303e91
Remove stale information about pod selector.
2022-04-06 11:07:24 +05:30
Kubernetes Prow Robot
b0a0544579
Merge pull request #32771 from mrunalp/pod_priority_shutdown_beta
...
Update docs for Pod Priority Based Node Graceful Shutdown beta
2022-04-05 21:54:57 -07:00
Mrunal Patel
bf90a22aaf
Update docs for Pod Priority Based Node Graceful Shutdown beta
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2022-04-05 18:17:52 -07:00
Kubernetes Prow Robot
275bb93aa6
Merge pull request #32763 from miteshskj/replicaset-review
...
Remove stale information about apiVersion.
2022-04-05 18:06:55 -07:00
Kubernetes Prow Robot
fc771f4431
Merge pull request #32452 from pohly/contextual-logging
...
features: add ContextualLogging
2022-04-05 17:50:55 -07:00
Mitesh Jain
7c58a81b89
Remove stale information about unsupported versions.
2022-04-06 01:48:25 +05:30
Mitesh Jain
1a5fe3ccbb
Remove stale information about apiVersion.
2022-04-06 00:49:09 +05:30
Mitesh Jain
f218c25778
Remove stale information about apiVersion.
2022-04-05 21:56:52 +05:30
Deepak Kinni
8c9bf99a66
Update docs to specify PV deletion protection finalizer support for only dynamically provisioned volumes
...
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
2022-04-05 21:28:47 +05:30
fengzixu
b74b4c18fe
doc: update volume health monitoring doc
2022-04-05 12:51:50 +00:00
Kubernetes Prow Robot
3cadb66eb8
Merge pull request #32704 from miteshskj/fix-32689
...
Add information about InTreePluginAzureFileUnregister and InTreePlugi…
2022-04-05 05:41:36 -07:00
Kubernetes Prow Robot
3bf1df5a12
Merge pull request #32692 from pipo02mix/patch-1
...
Update pod-topology-spread-constraints adding the missing scheduler name
2022-04-04 23:41:36 -07:00
Ali Mukadam
81ffc6536d
docs: added internal load balancer service annotations for Oracle Cloud
...
Reviewed-by: Avi Miller <avi.miller@oracle.com>
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
2022-04-05 14:57:23 +10:00
Kubernetes Prow Robot
132fece161
Merge pull request #32652 from tidusete/patch-1
...
Missunderstood pods/pod-with-node-affinity.yaml
2022-04-04 09:56:10 -07:00
Nate W
22643121ff
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-04 09:40:29 -07:00
Patrick Ohly
4a57c111f9
features: add ContextualLogging
...
This is a new feature in 1.24. Only the infrastructure is going in at this
point with no changes in Kubernetes components, so the user-visible effect is
minimal.
2022-04-04 18:08:00 +02:00
Ankita Shirodkar
043121abdf
Updating Kubernetes Overview page
...
In alignment with the CNCF Style Guide, proposing a change from open-source to open source.
2022-04-04 01:15:48 +05:30
阿杰鲁
8ab6120d12
docs: Resync configmap.md
2022-04-02 14:29:54 +08:00
Antonio Ojea
9778eaf321
ServiceIPStaticSubrange alpha feature in 1.24 ( #32345 )
2022-04-01 15:04:09 -07:00
Mitesh Jain
cea33bb349
Add information about InTreePluginAzureFileUnregister and InTreePluginAzureDiskUnregister.
2022-04-01 19:30:20 +05:30
Kubernetes Prow Robot
085ef8e018
Merge pull request #32694 from nate-double-u/merged-main-dev-1.24
...
Merged main into dev 1.24
2022-04-01 06:44:46 -07:00
Kubernetes Prow Robot
dce29beea4
Merge pull request #32577 from deejross/kep3140
...
Document timezone support for CronJob
2022-04-01 02:26:47 -07:00
Fernando Ripoll
8a58d35c10
Update pod-topology-spread-constraints.md
2022-04-01 07:57:04 +02:00
Tim Rosenblatt
f16c446d0a
Explain Service without selector is for non-Pod backends ( #32602 )
...
* Minor edit for clarity
The previous phrasing didn't emphasize the point that the reason you define a Service with no selectors is to point to a backend that's not a Pod, and the emphasis on the external nature of the backend
* Add note that Services w/o selectors, but +Endpoints is the technique to use for abstracting external backends
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-31 22:40:37 -07:00
Nate W
f85be125b9
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-31 15:18:13 -07:00
Kubernetes Prow Robot
b53955eed4
Merge pull request #32628 from waynerv/patch-3
...
Update pod-security-admission.md
2022-03-31 14:43:07 -07:00
Kubernetes Prow Robot
a3be045946
Merge pull request #32625 from tengqm/AnyVolumeDataSource-beta
...
AnyVolumeDataSource feature is now Beta
2022-03-31 14:43:06 -07:00
Kubernetes Prow Robot
ef745a03be
Merge pull request #32624 from tengqm/AzureDiskCSIMigration-ga
...
Update AzureDiskCSIMigration to GA
2022-03-31 14:41:05 -07:00
Kubernetes Prow Robot
55a99e6156
Merge pull request #32570 from deepakkinni/pv_doc_up_v1
...
Docs for changes related to HonorPVReclaimPolicy feature
2022-03-31 14:37:05 -07:00
Fernando Ripoll
eb33931ae3
Update pod-topology-spread-constraints.md
2022-03-31 22:30:06 +02:00
Kubernetes Prow Robot
70dbc89f33
Merge pull request #32283 from PriyanshuAhlawat/adding_auditing
...
Update controlling-access.md issue-32224
2022-03-30 20:44:59 -07:00
Priyanshu Ahlawat
e62d2f7302
Update content/en/docs/concepts/security/controlling-access.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-31 08:30:44 +05:30
Kubernetes Prow Robot
e6d999c311
Merge pull request #32122 from Shubham82/update_Feature_state_NamespaceDefaultLabelName
...
Improvement: Updated FEATURE STATE of NamespaceDefaultLabelName.
2022-03-30 18:41:00 -07:00
Kubernetes Prow Robot
e047c71b9b
Merge pull request #31276 from sftim/20220110_move_pod_security_policy
...
Move PSP into Security concepts section
2022-03-30 11:46:20 -07:00
Ross Peoples
e80bed6065
kep2140
2022-03-30 12:44:45 -05:00
Tim Bannister
672813f3e7
Move PSP into Security concepts section
...
The logical navigation definitely works better if Pod Security admission
and PodSecurityPolicy are pages in the same section. Make It So.
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-03-30 17:30:35 +01:00
tidusete
64da6792e9
Missunderstood pods/pod-with-node-affinity.yaml
...
Either we correct the code from pods/pod-with-node-affinity.yaml to match the description about the rules that apply or we correct the description in order to match the pods/pod-with-node-affinity.yaml
2022-03-30 18:01:59 +02:00
Mitesh Jain
f0e4a10636
Remove note for unsupported version.
2022-03-30 21:24:51 +05:30
Tim Bannister
1c6009f29d
Drop a device plugin that has an explicit Docker Engine dependency
...
Removal prompted by the removal of dockershim from Kubernetes.
2022-03-30 15:52:58 +01:00
Jakub Piotr Cłapa
26716d7326
Added a link to the SocketCAN device plugin
2022-03-30 13:18:11 +02:00
Qiming Teng
441a68cbaf
Update AzureDiskCSIMigration to GA
2022-03-30 12:39:30 +08:00
Waynerv
adde98e681
Update pod-security-admission.md
...
No need to use the ssh protocol to access a public repository
2022-03-30 10:13:53 +08:00
Qiming Teng
fa95fa9b23
AnyVolumeDataSource feature is now Beta
2022-03-30 09:01:40 +08:00
Qiming Teng
e302dc4992
Promote ServiceLBNodePortControl feature to GA
2022-03-30 07:42:25 +08:00
Kubernetes Prow Robot
526f791323
Merge pull request #32598 from tengqm/volume-expansion-GA
...
Move all volume expansion feature gates to GA
2022-03-29 14:46:07 -07:00
Chuck Ha
e611a04e6d
Removes a space that breaks a markdown link
...
Signed-off-by: Chuck Ha <chuckh@twitter.com>
2022-03-29 12:56:15 -07:00
Deepak Kinni
5d0146ba6a
Docs for changes related to HonorPVReclaimPolicy feature
...
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-03-29 10:01:27 +05:30
Qiming Teng
bb5a4738e2
ServiceLoadBalancerClass is GA
2022-03-29 10:44:14 +08:00
Qiming Teng
93bdfe8142
Move all volume expansion feature gates to GA
2022-03-29 10:38:58 +08:00
Kubernetes Prow Robot
1cc768a796
Merge pull request #32578 from miteshskj/brokenlink-gc-csr
...
Fix broken link for stale CSR clean up in garbage-collection.md
2022-03-28 11:15:30 -07:00
Kubernetes Prow Robot
4f3244804c
Merge pull request #32557 from bngsudheer/patch-1
...
Minor text edit to correct the grammar and presentation
2022-03-28 10:09:32 -07:00
Nate W
7c67921f3f
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-28 08:48:23 -07:00
Mitesh Jain
a76cc64203
Fix broken link for stale CSR clean up in garbage-collection.md
2022-03-28 20:53:39 +05:30
Sudheer Satyanarayana
81881f8d84
minor text edit
...
`Pay attention to the case of suffixes` seems better than `Take care about case for suffixes`
2022-03-27 16:01:25 +05:30
Mitesh Jain
bf59d01af7
Fix broken link for attach labels in assign-pod-node.md
2022-03-27 12:26:44 +05:30
Kubernetes Prow Robot
185512f752
Merge pull request #32000 from Kartik494/podsecuritypolicies
...
Added Pod security deprecation note
2022-03-25 15:47:58 -07:00
Kubernetes Prow Robot
39fd63ba12
Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28
...
fix busybox image to version 1.28
2022-03-25 15:45:59 -07:00
Meha Bhalodiya
a3660a0d76
feat: documenting serviceAccountToken volume type ( #31329 )
...
* feat: documenting serviceAccountToken volume type
* serviceAccountToken: correct few terms
* Update volumes.md
* Migrate to projected-volumes
* Update projected-volumes.md
* Remove serviceAccountToken from volume type
* Update projected-volumes.md
* Change heading's fragment identifier
2022-03-25 15:31:58 -07:00
Kubernetes Prow Robot
602f1c93b2
Merge pull request #32495 from tengqm/csi-openstack-mig-ga
...
CSIMigrationOpenStack will be GA in 1.24
2022-03-25 13:39:59 -07:00
Kubernetes Prow Robot
900c849b8d
Merge pull request #32008 from pohly/storage-capacity-ga
...
Mark storage capacity as GA + related updates
2022-03-25 10:33:58 -07:00
Onur
fe86ff7ae8
Update service.md
...
http-web-service as a name for port is failing as it has more than 15 characters, hence the change to http-web-svc
2022-03-25 16:07:49 +03:00
Kubernetes Prow Robot
c883ec32af
Merge pull request #32468 from PriyanshuAhlawat/kube_proxy
...
Mark user-space kube-proxy as deprecated
2022-03-25 06:03:58 -07:00
Davanum Srinivas
8fe2f0b1c7
CSIMigrationOpenStack will be GA in 1.24
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-03-25 19:15:24 +08:00
PriyanshuAhlawat
70574cfdb0
Update service.md
2022-03-25 16:25:55 +05:30
Kubernetes Prow Robot
7720ef4bb8
Merge pull request #32182 from mattcary/patch-1
...
Update external provisioner specification reference in storage-classes.md
2022-03-24 23:25:50 -07:00
Kubernetes Prow Robot
2bdb3fe416
Merge pull request #31851 from marosset/move-windows-security-1.24
...
Moving Windows security info to new page
2022-03-24 23:09:50 -07:00
Kubernetes Prow Robot
3013adb039
Merge pull request #32015 from damyl4sure/patch-1
...
updated allowedTopologies values format
2022-03-24 22:51:50 -07:00
Kubernetes Prow Robot
bfdb4647bd
Merge pull request #31789 from Mikhail2048/patch-1
...
Add example of Service targetPort binding by name
2022-03-24 22:45:50 -07:00
Kubernetes Prow Robot
81aee215f7
Merge pull request #31850 from marosset/move-windows-resource-management-1.24
...
Moving windows resource management to separate page
2022-03-24 22:39:50 -07:00
Kubernetes Prow Robot
20a36d1f14
Merge pull request #32474 from tengqm/fix-feature-state
...
Fix a nit in the feature-state short code
2022-03-24 18:05:50 -07:00
Qiming Teng
d65e53644c
Fix a nit in the feature-state short code
2022-03-25 08:39:55 +08:00
Parul
870d12697f
remove log sanitization from dev-1.24
...
Signed-off-by: Parul <parsingh@redhat.com>
2022-03-24 14:08:49 -04:00
PriyanshuAhlawat
49436e3dcb
Update service.md
2022-03-24 17:56:10 +05:30
Kubernetes Prow Robot
b2f72a383e
Merge pull request #32395 from alculquicondor/indexed-job
...
Graduate Indexed Job to stable
2022-03-23 18:16:41 -07:00
Kubernetes Prow Robot
6d3e04c327
Merge pull request #32051 from zr-msft/patch-1
...
Update link to Azure Gateway Ingress Controller
2022-03-23 16:42:48 -07:00
Kubernetes Prow Robot
b2097006f0
Merge pull request #29385 from shannonxtreme/assign-pods-nodes
...
Refactor Assigning Pods to Nodes
2022-03-23 01:01:59 -07:00
Kubernetes Prow Robot
4ea72404aa
Merge pull request #31866 from guettli/patch-2
...
Added "OR sun,mon,tue,wed,thu,fri,sat" to CronJob
2022-03-22 20:19:59 -07:00
Kubernetes Prow Robot
6c43d0942e
Merge pull request #32393 from nate-double-u/merged-main-dev-1.24
...
Merged main into dev 1.24
2022-03-22 20:11:59 -07:00
Kubernetes Prow Robot
3cab4da486
Merge pull request #32337 from tengqm/prefernominatednode-ga
...
Promote PreferNominatedNode to GA
2022-03-22 19:01:58 -07:00