Commit Graph

8776 Commits

Author SHA1 Message Date
HeGaoYuan ae677063f9 Update security-context.md
typo
2022-04-28 00:47:00 +08:00
Nate W 0e4d4b6861 Update API Reference multi-pages for v1.24 2022-04-27 16:13:55 +00:00
Qiming Teng dc7bed20cf Tweak kubeadm-upgrade page for indentation nits
The indentation on the page is "messy". We don't encourage implicit code blocks (4-space indentations). The nesting of contents are not properly expressed either.
2022-04-27 21:05:17 +08: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
Grootesque c311707c63 Update kubespray.md
Grammar
2022-04-27 12:01:14 +02:00
Kubernetes Prow Robot 61095d4544 Merge pull request #32833 from feloy/api-reference-multi-pages
API reference multi pages for v1.24
2022-04-26 20:12:10 -07:00
Qiming Teng 7359d60de8 Tweak indentation on portforward page
This PR fixes the indentation nits in the
`port-forward-access-application-cluster` page.
We are not supposed to indent lines by 4 spaces because such
indentations may mislead the markdown parser to render them as code
snippets.
2022-04-27 10:20:18 +08: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
Philippe Martin 43c0e26fac Update with latest changes of API spec 2022-04-26 13:16:20 +02: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
Guangwen Feng 8f68e2cc94 Fix a typo in cadvisor.md
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2022-04-26 16:12:42 +08:00
Paul Schweigert f26e8eff23 Reorg the monitoring task section (#32823)
* reorg the monitoring task section

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* reorg from review comments

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* review comments

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* review fixes

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-04-25 21:30:51 -07: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
Joel Gerber 47be146d86 Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:46 -04:00
Joel Gerber c00146a3a6 Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:33 -04:00
Alastair Firth 694b4db53d Update resource-quotas.md
This line is about 6 years old and has been implemented for some time ;)

https://github.com/kubernetes/website/blame/30e536f6100b4c6a0cebe8b0bab7ebb68fee5cf1~1/docs/admin/resourcequota/index.md#L19
https://kubernetes.slack.com/archives/C8WRR2BB9/p1635968976005100
2022-04-25 11:35:11 +02:00
Sean Wei 649328ac2f Use JavaScript instead of Javascript 2022-04-24 11:54:22 +08: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
Mitesh Jain 3bc5af67f9 Remove repeated, confusing information about cgroupfs. 2022-04-23 19:29:16 +05:30
Arhell 49114042bc [en] remove trailing whitespaces install-kubectl-windows.md 2022-04-23 13:08:45 +03: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 89b0b1bf8f Move kubelet authentication/authorization out of CLI reference dir
The `kubelet-authentication-authorization` and the `kubelet-tls-bootstrapping`
pages do not belong to `reference/command-line-tools-reference` topic.
This PR moves them into `reference/access-authn-authz` subdirectory
which is a better fit.
The `static/_redirects` file is updated to point to the new location.
2022-04-23 14:30:14 +08:00
xin.li 1ab38bbaa1 [en] fix wrong link
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-23 11:33:52 +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
Joel Gerber f3adb2cd66 Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-22 07:06:31 -04:00
Raunak Pradip Shah b656cd8d55 Some formatting changes 2022-04-22 15:31:49 +05:30
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
CJ Cullen a3638c4fde Update rbac.md
Fix description of magic service account group.
2022-04-21 14:07:32 -07:00
Joel Gerber bf0c2cfcf7 Fix a minor typo in the 2nd paragraph of overview 2022-04-21 11:35:46 -04: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
Kubernetes Prow Robot c62c9e9c61 Merge pull request #32909 from Sea-n/deprecate-ext
Remove deprecated `extensions` API group in document
2022-04-20 08:57:43 -07: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
Kubernetes Prow Robot 7c09c7b4be Merge pull request #32997 from guresonur/patch-2
Update ingress.md
2022-04-20 04:31:40 -07:00
Priyanshu Ahlawat 320d290da5 Add Traffic Shaping Annotations (#32549)
* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md
2022-04-20 04:29:41 -07:00
Nate W 0135d3642b Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-04-19 15:45:28 -07:00
Rey Lejano 28cea36e93 revert changes from PR 32941 that merged before 1.24 release 2022-04-19 14:50:25 -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
Qiming Teng d9d2f99dfa Fix nits in the feature gates page
The ServerSideFieldValidation feature was misplaced.
2022-04-19 19:55:02 +08:00
Kubernetes Prow Robot 0afff6f01e Merge pull request #33018 from tengqm/JobTrackingWithFinalizers-disabled
JobTrackingWithFinalizers is disabled in 1.24
2022-04-19 03:45:16 -07:00
Qiming Teng 0c11e4aa4e JobTrackingWithFinalizers is disabled in 1.24 2022-04-19 14:30:24 +08:00
Vitthal Sai 55a26e8242 Follow up to dockershim migration message after release of v1.24 2022-04-19 10:43:48 +05:30
Kubernetes Prow Robot 3dda62aa82 Merge pull request #33016 from Babapool/dockershim-migration-msg
Reword dockershim migration recommendation
2022-04-18 20:39:17 -07:00