Commit Graph

11142 Commits (ff6d646409052bc001ae101faf1ca2817fbf9392)

Author SHA1 Message Date
Kubernetes Prow Robot 7adb15dfef
Merge pull request #41798 from rayowang/fixdocs
fix: unclear documentation on NamespaceDefaultLabelName feature gate
2023-06-29 01:18:45 -07:00
Kubernetes Prow Robot 1f05da1718
Merge pull request #39772 from pbetkier/patch-1
Clarify horizontal pod autoscaler docs on scaling behavior
2023-06-28 23:58:45 -07:00
Michael Ruigrok 730302b5c0
Merge branch 'main' into patch-1 2023-06-29 15:38:12 +10:00
Rayo 10e15641bd
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:55 +08:00
Rayo d287886f7b
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:42 +08:00
Kubernetes Prow Robot b47948af36
Merge pull request #41156 from dprotaso/patch-1
Update service-accounts-admin.md
2023-06-28 15:06:45 -07:00
Rayowang 23ea8a1dc7 fix: unclear documentation on NamespaceDefaultLabelName feature gate 2023-06-29 00:53:20 +08:00
Max 4116be05c0
Update taint-and-toleration.md
fixed some typos
2023-06-28 17:33:53 +01:00
Mauren Berti 9c0d101871
Fix link and add anchor to navigate to specific section.
Fix the target link in the expose-intro tutorial and add an anchor to deploy-intro so the link points to the specific page location.
2023-06-27 11:24:34 -04:00
Mauren Berti 0924c73c8f
Change from review: add a link to the previous tutorial.
* Include a link that points to the tutorial where the deployment in question was originally created, to allow the reader a better flow between tutorials.
2023-06-27 11:17:49 -04:00
Qiming Teng 29cbf5b067 Fix feature gates flag in kubelet reference
The kubelet reference has to be manually generated and maintained.
This PR fixes the outdated list for feature gates, and also  an
incorrect default value for WindowsHostNetwork.
2023-06-27 09:57:45 +08:00
Kubernetes Prow Robot 1cb1390388
Merge pull request #41000 from zlabjp/fix-key-usage
Fix permitted key usages
2023-06-26 17:32:29 -07:00
Tim Bannister 5a9803346c Move AWS Service annotation details to reference page 2023-06-26 21:39:12 +01:00
Michael 9bcd39b36e improve /using-api/deprecation-guide.md 2023-06-25 21:41:38 +08:00
kanhaya kumar yadav f4a2ad9612
Update scale-intro.html
Formatted the output lines
2023-06-23 11:12:09 +05:30
Lubomir I. Ivanov 661acacc41 setup-ha-etcd-with-kubeadm.md: add missing authn/authz fields
The kubelet is run in standalone mode and these fields are required
so that the config is accepted. In this guide the kubelet
is only used as a service manager. Note that while the authz
mode is AlwaysAllow, anonymous and webhook authn are disabled.
2023-06-21 13:54:33 +03:00
AmarNathChary ae69059fb1 fixed buggy example note shortcode 2023-06-21 13:29:17 +05:30
Kubernetes Prow Robot da0d5c530e
Merge pull request #41282 from tengqm/tweak-probes-task
Tidy up the probes task page
2023-06-20 18:20:20 -07:00
Kubernetes Prow Robot a9773378eb
Merge pull request #41697 from pranav-pandey0804/fixedapi-concepts/invalidlink
fixed the error in the syntax of the metadata link
2023-06-20 18:18:20 -07:00
pranav-pandey0804 41fc9dc627 fixed the error in the syntax of the metadata link 2023-06-20 19:49:27 +05:30
Kubernetes Prow Robot 5f7f496c4f
Merge pull request #41624 from my-git9/local-debugging2
Tweak line wrappings in local-debugging.md debug-pods.md
2023-06-20 05:10:22 -07:00
J.P. Dowd 602b20bcf4 Update images to mySQL 8.0 and Wordpress 6.2.1. This example will now work on ARM based systems (Macbook M1 chips+).
Configured database image to create the required database and a non-root user for the Wordpress site.
2023-06-19 11:52:11 -04:00
lakshmi a3423aa24f improvement for 'Using environment variables inside of your config' 2023-06-19 16:35:41 +05:30
zhenghao.zhu b1e9fbe945 [zh] cleanup page abac 2023-06-18 11:46:28 +08:00
Kubernetes Prow Robot c43c360bf4
Merge pull request #41639 from pbxqdown/patch-1
Fix node score calculation in resource-bin-packing.md
2023-06-17 19:48:19 -07:00
Kubernetes Prow Robot 049d1349b6
Merge pull request #41649 from nzneit/patch-1
Update configure-upgrade-etcd.md
2023-06-17 00:32:20 -07:00
Kubernetes Prow Robot 40a3c35c6d
Merge pull request #41560 from tamilselvan1102/patch-2
Update setup-ha-etcd-with-kubeadm.md
2023-06-16 23:58:19 -07:00
Kubernetes Prow Robot e544ecaeba
Merge pull request #41634 from my-git9/configure-aggregation-laye2
Tweak line wrappings in configure-aggregation-layer.md
2023-06-16 23:50:21 -07:00
Mauren Berti ad0169b0da
Remove reference to interactive tutorial in expose-intro.html
Remove reference to interactive tutorial in expose-intro.html as this is not going to be run from an interactive platform such as Katacoda anymore, but in the user's local workstation.
2023-06-15 15:23:31 -04:00
nzneit b9f8b59e8b
Update configure-upgrade-etcd.md
Fix typo in "Maintaining etcd clusters"
2023-06-15 09:50:42 -04:00
Kubernetes Prow Robot a631f1bc9c
Merge pull request #41514 from T-Lakshmi/init-containers
updated init-containers page
2023-06-15 02:24:18 -07:00
Qian_Xiao 972abbf09f
Fix node score calculation in resource-bin-packing.md
The nodescore calculation formula misses parentheses causing it confusing to understand.
2023-06-14 13:41:54 -07:00
xin.li f59c9f7473 Tweak line wrappings in configure-aggregation-layer.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-06-14 12:31:58 +08:00
xin.li 4ba09eb506 Tweak line wrappings in local-debugging.md debug-pods.md
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-06-13 23:43:44 +08:00
Michael c37e8062b4 Tweak line wrappings in configure-gmsa.md 2023-06-13 20:23:27 +08:00
Kubernetes Prow Robot e5d9e6d7f2
Merge pull request #41174 from SebastianUA/patch-1
Update audit.md
2023-06-12 17:51:58 -07:00
Vitalii Natarov 6a20c5df0d
Merge branch 'kubernetes:main' into patch-1 2023-06-12 14:05:52 +02:00
Michael 86363bbb85 improve ip-masq-agent.md 2023-06-12 19:51:24 +08:00
Kubernetes Prow Robot 0fd404eea4
Merge pull request #41535 from Shubham82/wrap_IP-Masquerade-Agent
Improvement: Tweak line wrapping for the ip-masq-agent task page.
2023-06-11 17:03:47 -07:00
Kubernetes Prow Robot 13a9d24f77
Merge pull request #41540 from tengqm/wrap-labels
Refactor the label-annotation-taints page
2023-06-11 05:31:46 -07:00
Dipesh Rawat 940a468973
Remove deprecated Service topologyKeys 2023-06-11 00:08:02 +01:00
Tim Bannister 163fd2769a
Update example YAML in encryption-at-rest topic 2023-06-10 09:53:36 +01:00
Kubernetes Prow Robot c3d83c9275
Merge pull request #41510 from stormqueen1990/fix/en/cluster-interactive-rendering
[en] Remove dangling </div> from interactive tutorials pages
2023-06-09 01:28:14 -07:00
Tamilselvan 765f70fd8b
Update setup-ha-etcd-with-kubeadm.md 2023-06-09 11:55:32 +05:30
shubham82 09fcbf557b Wrapped lines. 2023-06-09 10:34:17 +05:30
Tamilselvan 8e184f7153
Update setup-ha-etcd-with-kubeadm.md 2023-06-09 10:28:04 +05:30
Mauren Berti bbbdb79885
Remove dangling </div> element.
Remove a dangling </div> element that is causing the following pages to break rendering:
* tutorials/kubernetes-basics/create-cluster/cluster-interactive.html
* tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
* tutorials/kubernetes-basics/explore/explore-interactive.html
* tutorials/kubernetes-basics/expose/expose-interactive.html
* tutorials/kubernetes-basics/scale/scale-interactive.html
* tutorials/kubernetes-basics/update/update-interactive.html
2023-06-08 14:23:44 -04:00
Kubernetes Prow Robot 3ae9cee6c8
Merge pull request #41507 from ronaknnathani/patch-1
Fixes a typo for "concurrency" in PriorityLevelConfiguration section
2023-06-08 08:16:15 -07:00
Kubernetes Prow Robot 0039b0c093
Merge pull request #41389 from tengqm/wrap-leader-mig
Tweak line wrapping for leader migration task page
2023-06-08 08:12:13 -07:00
Kubernetes Prow Robot 75ece85e56
Merge pull request #41278 from tengqm/fix-41089
Add link to reclaiming policy
2023-06-08 08:10:13 -07:00
Qiming Teng 0de5b70e51 Refactor the label-annotation-taints page
The page is currently a mixture of labels, annotations and taints.
The line wrappings are terrible. This PR attempts to refactor the page
against the style guide.
2023-06-08 19:03:05 +08:00
Kubernetes Prow Robot 3e56fe9c72
Merge pull request #40643 from nitishfy/Nitish/ServiceLinks
Hyperlinked to mention information about accessing services
2023-06-08 03:30:13 -07:00
Kubernetes Prow Robot 386c390e52
Merge pull request #35011 from Kartik494/resourcequotabehavior
Document the resource quota working and steps require to enforce  resource quota on ephemeral storage
2023-06-08 03:02:14 -07:00
lakshmi a3fc330e0c incorporated the review comments. 2023-06-08 15:14:29 +05:30
shubham82 57d3612706 Improvement: Tweak line wrapping for the ip-masq-agent task page. 2023-06-08 14:02:27 +05:30
Kubernetes Prow Robot 96893f8dc6
Merge pull request #41431 from vszabo2/patch-1
Fix referenced paths in Service page
2023-06-07 11:04:14 -07:00
lakshmi ff636abaa4 updated init-containers page 2023-06-07 11:49:01 +05:30
Ronak Nathani f8da7d4ad9
Fixes a typo for "concurrency" in PriorityLevelConfiguration section 2023-06-06 10:07:50 -04:00
Kubernetes Prow Robot 06a06cb3f7
Merge pull request #41402 from pacoxu/container-runtime-cleanup
Container runtime cleanup
2023-06-05 01:36:44 -07:00
Qiming Teng f74c780731
Update find-out-runtime-you-use.md
Trivial edit to trigger the CI gate again.
2023-06-05 16:22:51 +08:00
Qiming Teng eea76d1110 Add some tidy up changes for retriggering the CI 2023-06-05 12:46:41 +08:00
Qiming Teng d88628bc3d Add link to reclaiming policy 2023-06-05 12:46:25 +08:00
Kubernetes Prow Robot 1c1e5f21e4
Merge pull request #41424 from windsonsea/patchver
replace `currentVersion` with `currentPatchVersion` in concepts
2023-06-03 15:00:41 -07:00
Qiming Teng 60dc217cbb Apply some line wrapping cleanup 2023-06-03 19:56:13 +08:00
Qiming Teng 1e3b4d337d Clarify that some logging options are already dropped 2023-06-03 17:31:27 +08:00
Victor Szabo 417d1f3b5b
Fix referenced paths in Service page
In the External IPs section, the text mentions a couple of paths from the Service manifest that determine how clients can access the service. Those paths are misspelled, and this commit fixes that.
2023-06-02 16:04:20 -07:00
Kubernetes Prow Robot 90c074940b
Merge pull request #41326 from tamilselvan1102/k8s-doc-web-20230525
Add glossary tooltip for kubelet
2023-06-02 10:18:53 -07:00
Kubernetes Prow Robot ab289ff1a8
Merge pull request #40462 from Ritikaa96/annotation-nfd
Document node discovery annotations
2023-06-02 06:06:55 -07:00
Michael 50bec1f123 replace currentVersion with currentPatchVersion in concepts 2023-06-02 18:56:23 +08:00
Kubernetes Prow Robot d703ea5c4c
Merge pull request #41406 from Ritikaa96/remove-redundant-selector-from-url
Removing redundant #selector in url and adding line-wrapping cleanup
2023-06-02 01:54:53 -07:00
Kubernetes Prow Robot aa05b841ab
Merge pull request #41416 from windsonsea/setupy
Added `(` to complete a pair of parentheses in kubelet-integration.md
2023-06-02 00:56:52 -07:00
Kubernetes Prow Robot 9e0e3038a7
Merge pull request #41414 from windsonsea/contenty
Tweak line wrappings in /contribute/style
2023-06-01 16:45:45 -07:00
Kubernetes Prow Robot 66edf52b6b
Merge pull request #41413 from windsonsea/ingressy
Tweak line wrappings in /services-networking/
2023-06-01 16:43:45 -07:00
Kubernetes Prow Robot 0246de63f5
Merge pull request #41412 from windsonsea/tweak
tweak line wrappings in concepts/storage/
2023-06-01 16:41:46 -07:00
Kubernetes Prow Robot 0debd148bf
Merge pull request #41286 from sairameshv/exec_probe
Add a caution regarding the `exec` probe mechanism
2023-06-01 09:29:46 -07:00
Kubernetes Prow Robot 5f352713b6
Merge pull request #41351 from JimBugwadia/update_policies_concepts
update policies concepts page
2023-06-01 08:41:46 -07:00
Michael 7d853b9678 Added ( to complete a pair of parentheses 2023-06-01 22:13:28 +08:00
Michael 1ec7fe8e63 Tweak line wrappings in content-organization.md 2023-06-01 21:49:31 +08:00
Michael 49135cefb8 Tweak line wrappings in /services-networking/ingress.md 2023-06-01 21:38:11 +08:00
Michael 2886944017 tweak line wrappings in storage/ 2023-06-01 21:20:18 +08:00
Paco Xu 0731e3877c sync status with https://github.com/kubernetes/kubernetes/pull/114017 2023-06-01 18:13:57 +08:00
Paco Xu ab4604aa4c remove 2023-06-01 18:13:57 +08:00
Ritikaa96 e67417a283 Removing redundant #elector in url and adding line-wrapping cleanup, without changing the text.
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-06-01 13:24:48 +05:30
Qiming Teng 3b2a703efe Tweak line wrapping for leader migration task page 2023-05-31 13:11:22 +08:00
Tamilselvan b189eebd48
wrapping in to <80 characters 2023-05-31 10:40:25 +05:30
niranjandarshann c7467c0464 fixed correct instructions on the version of control plane nodes 2023-05-31 09:04:19 +05:30
Kubernetes Prow Robot 1d2727be56
Merge pull request #41330 from mrgiles/32048_document_kubelet_img_cred_prov_concept
Document kubelet image credential provider extension concept
2023-05-30 16:37:44 -07:00
Marcelo Giles 54bfa620f3
Use shortcode 2023-05-30 16:33:53 -07:00
Kubernetes Prow Robot 1f626ecbb8
Merge pull request #41182 from JayBeale/patch-1
Retain page “Mapping from dockercli to crictl” (cancel planned removal)
2023-05-30 16:33:44 -07:00
Kubernetes Prow Robot c8773e546d
Merge pull request #41271 from mrgiles/31719_clarify_job_completionMode_rare_condition
Add note for when multiple pods are started for the same job index
2023-05-30 16:31:43 -07:00
Marcelo Giles f838c75164
Fix sentence 2023-05-30 16:20:10 -07:00
Kubernetes Prow Robot 2fc0f33026
Merge pull request #41381 from Shubham82/fixed-Feature_States
Fix feature state for ServiceIPStaticSubrange and ServiceInternalTrafficPolicy
2023-05-30 16:03:44 -07:00
Marcelo Giles e0e2354a2d
Capitalize kubelet 2023-05-30 16:02:55 -07:00
Kubernetes Prow Robot 1a22d90894
Merge pull request #41232 from mrgiles/24627_cluster_add_ons_add_cni_ref
Add CNI plugin to list of Addons
2023-05-30 10:43:51 -07:00
shubham82 8b4cc59aa4 Improvement: Updated the Feature State. 2023-05-30 17:11:47 +05:30
Jim Bugwadia e5d5a3f5f9
Update content/en/docs/concepts/policy/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-29 18:49:59 -07:00
Dipesh Rawat c1c805f00c
Update GPG Key for kubectl install 2023-05-29 12:34:52 +01:00
Dipesh Rawat de825a1863
Update GPG Key for kubectl install 2023-05-29 12:16:40 +01:00
Kubernetes Prow Robot f01a7450a0
Merge pull request #41355 from jamesreprise/patch-1
Fix typo in labels.md
2023-05-28 17:05:41 -07:00
James Williams 8dbe3483af
Fix typo in labels.md 2023-05-28 08:25:49 +01:00
Jim Bugwadia 9def456bca update policies concept
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2023-05-27 17:04:35 -07:00
Miguel Garcia 754bee9fab linkchecker: detect absolute links with missing leading slash
When an absolute link is missing the leading slash (it starts with
"docs/foo" instead of "/docs/foo/"), print a more specific error instead
of the generic catch-all warning.

Without the leading slash, these are treated as relative paths and so
lead to non-existing pages.

Also, while we're at it, fix the instance it detects.
2023-05-27 23:19:29 +02:00
achiverram28 37ca580a7d
Update the deletion of kubectl on macOS 2023-05-26 23:29:01 +05:30
achiverram28 19d1bc09aa
changes with respect to nit 2023-05-26 22:28:43 +05:30
achiverram28 e5854085c9
Modified the deletion of kubectl on macOS 2023-05-26 21:39:56 +05:30
Marcelo Giles 2e42994c9f
Document APIResponseCompression feature gate (#41318)
* Document APIResponseCompression feature gate

* Modify APIResponseCompression definition

* Document APIResponseCompression feature gate

Modify APIResponseCompression definition

Minor edits to streamline paragraphs
2023-05-26 01:16:52 -07:00
Kubernetes Prow Robot 31bb79fe79
Merge pull request #41307 from MaKraMc/patch-1
Update apt keyring installation
2023-05-25 19:24:51 -07:00
achiverram28 ce2de2feae
Modified deletion of kubectl on macOS. 2023-05-26 01:37:28 +05:30
tamilselvan1102 3cf47e9bb0 Add glossary tooltip for kubelet 2023-05-25 17:28:45 +05:30
shubham82 7a1f9d0ad2 Updated the link for Service Proxies. 2023-05-25 13:33:02 +05:30
Kartik Sharma 8404c668f8
Merge branch 'main' into resourcequotabehavior 2023-05-25 11:43:13 +05:30
Qiming Teng 06852a5c95 Apply some tidy up to the page 2023-05-25 10:50:36 +08:00
Kubernetes Prow Robot e2fe34eabd
Merge pull request #41314 from mrgiles/32047_legacy_kubelet_img_pull_creds
Fix Kubernetes typo
2023-05-24 19:46:50 -07:00
Marcelo Giles b4a3763273
Fix Kubernetes typo 2023-05-24 18:34:15 -07:00
Kubernetes Prow Robot 4a46cec7b8
Merge pull request #41287 from mrgiles/32047_legacy_kubelet_img_pull_creds
Reinstate kubelet's pull credentials provider mechanism info
2023-05-24 17:24:49 -07:00
Marcelo Giles 873b01b097
Reinstate kubelets credential provider info
Add (GCR) to list item

Add missing acronyms to list

Rewrite kubelet legacy credential provider

Update section title header
2023-05-24 17:04:50 -07:00
Kubernetes Prow Robot 46c5af7f3f
Merge pull request #40971 from jpbetz/cel-authz
Add authz library details to CEL documentation
2023-05-24 15:06:49 -07:00
Joe Betz 6ba97654c3 Use .md list automatic numbering 2023-05-24 13:37:52 -04:00
Marco Kraft b340608cc8
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-24 17:38:25 +02:00
Marco Kraft cf11bcdf4a
Update apt keyring installation 2023-05-24 16:05:18 +02:00
Or Raz 79ce53d337
Update nodes.md
Redundant spaces results in a break of new line.
2023-05-24 14:33:22 +03:00
achiverram28 0592d98984
Update install-kubectl-macos.md
Adding the delete kubectl in macOs
2023-05-24 15:42:27 +05:30
Sreeram Venkitesh 81fd15afe4
Added section on operators for `nodeAffinity` and `podAffinity` (#39742)
* Added section in the docs about the behaviour of operator in the node and pod affinity docs

* Fixes from review

* Fixed podAffinity and added note about non-integer values

* Fixes from review

* Fixed review comments

* Fixes from review
2023-05-24 01:18:50 -07:00
Kubernetes Prow Robot f3552a9c05
Merge pull request #40636 from T-Lakshmi/doc-lable-annotation
Revise details for control plane taints / labels
2023-05-24 01:08:50 -07:00
Qiming Teng ef1b3bfd4e Clarify the condition when preStop hook is invoked 2023-05-24 12:07:55 +08:00
Qiming Teng 65f7c5e138 Tidy up the probes task page
This PR fixes the indentation and wrapping issues in the probes task page.
2023-05-24 11:14:53 +08:00
Michael f0e755caae
Fix step indentations in windows user guide (#41283) 2023-05-24 10:55:16 +08:00
Dave Protasowski f023295351
Update content/en/docs/reference/access-authn-authz/service-accounts-admin.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-23 13:16:26 -04:00
Kubernetes Prow Robot a748e78052
Merge pull request #41213 from tengqm/fix-kcm-config-api
Fix errors in the kcm config API
2023-05-23 09:36:27 -07:00
Sai Ramesh Vanka 0ef0dedf3a Add a caution regarding the `exec` probe mechanism
Reference Issue: https://github.com/kubernetes/website/issues/41084
1. Exec probe's implementation involves the Kubelet making a gRPC call to the
underlying CRI which inturn involves in the creation of multiple processes that
require a good amount of cpu usage whenever the probe is executed.
2. Whereas the other probes namely `http/gRPC/tcp` involves the Kubelet alone making
a call to the container.
3. There might be a significant amount of cpu overhead in the cases of
higher pod densities, lower periodic intervals when the exec probe is configured.
4. Hence, it would be a good idea to alert the user to opt for the other available probes
in case of the above mentioned scenarios.

Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
2023-05-23 21:54:18 +05:30
Kubernetes Prow Robot d6a0fd6bb5
Merge pull request #41262 from windsonsea/upglin
Fix bullets and step numbers in upgrading-linux-nodes.md
2023-05-23 09:06:29 -07:00
Kubernetes Prow Robot 0b82613e89
Merge pull request #41274 from erezyfntn/patch-5
Add FortiADC Ingress controller
2023-05-23 09:02:29 -07:00
Kubernetes Prow Robot 0c7dc2400c
Merge pull request #41273 from mrgiles/33925_admin_cluster_cpu_mgmt_policy
Add link to resource management concepts
2023-05-23 08:58:28 -07:00
Kubernetes Prow Robot 3fbbdf5003
Merge pull request #41279 from tengqm/fix-41098
Fix generated Admission config API
2023-05-23 08:40:27 -07:00
Kubernetes Prow Robot 73e4aac6d8
Merge pull request #41256 from tengqm/tweak-namespaces
Reformat paragraphs in the namespaces task page
2023-05-23 08:34:28 -07:00
Kubernetes Prow Robot 5a9e31e8ad
Merge pull request #40403 from Ritikaa96/annotation-scheduler-tolerationWhitelist
Document annotation scheduler.alpha.kubernetes.io/tolerationsWhitelist
2023-05-23 07:26:27 -07:00
Ritikaa96 9458ee79df Documenting node discover annotations
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-05-23 17:13:36 +05:30
Qiming Teng c8ee7f85fa Fix generated Admission config API 2023-05-23 18:54:28 +08:00
lakshmi prasuna 589f10154f
Added more points to what's next section under deployment page (#38230)
* Added more points to what's next section under deployment page

* updated content as per review comment

* reworked on comments

* rebase and reworked

* fix format

* Update deployment.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-23 03:06:26 -07:00
PRANAV PANDEY 1e2b0dee3b
Fixed invalid link for object metadata (#40914)
* Fixed invalid link for object metadata

* Update content/en/docs/reference/using-api/api-concepts.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Update api-concepts.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-23 02:48:28 -07:00
erezyfntn 5568df7da2
Update ingress-controllers.md 2023-05-23 08:26:11 +03:00
Marcelo Giles 7b9abcd076
Add link to resource management concepts 2023-05-22 21:04:55 -07:00
Qiming Teng c65feed910 Reformat paragraphs in the namespaces task page
This page can use more tweaks in addition to the ones proposed in this
PR. This PR focuses on line wrappings, empty lines, inappropriate lists,
and inappropriate indentations.
2023-05-23 09:35:03 +08:00
Marcelo Giles ca366f73d8
Add note for multiple pods for same job index 2023-05-22 18:06:01 -07:00
Kubernetes Prow Robot 943171c159
Merge pull request #41249 from mbrav/main
Kubeadm without a package manager: Update cni, crictl and systemd versions
2023-05-22 16:27:07 -07:00
Michael 32cdddb63c [zh] sync upgrading-linux-nodes.md 2023-05-22 20:10:48 +08:00
Kubernetes Prow Robot 3bcd2dde83
Merge pull request #41223 from mrgiles/36492_kubelet_cgroupdriver_value
Clarify kubelet vs kubeadm default cgroupDriver options
2023-05-22 02:38:21 -07:00
Kubernetes Prow Robot 4947c880b1
Merge pull request #41236 from mrgiles/29189_document_addonmanager_label
Add addonmanager.kubernetes.io label documentation
2023-05-22 01:52:22 -07:00
Kubernetes Prow Robot ac717e95e3
Merge pull request #41226 from mrgiles/37108_container_runtime_cgroupdriver_refs
Add references to kubelet kubeadm and cgroupDriver
2023-05-22 01:14:21 -07:00
Kubernetes Prow Robot 7adc5e36a3
Merge pull request #41231 from mrgiles/22505_update_container_volumes_definition
Remove Docker volumes background reference
2023-05-21 23:30:20 -07:00