3160 Commits

Author SHA1 Message Date
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