Commit Graph

11943 Commits (7e75688d698458d7f429c4644f6e42ced5f0070f)

Author SHA1 Message Date
Tim Bannister 7e75688d69 Improve tutorials for Job
Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
2023-12-07 19:49:24 +00:00
Kubernetes Prow Robot 91dbcc5736
Merge pull request #43872 from neolit123/1.29-add-notes-about-network-setup-to-create-doc
kubeadm: add notes about network setup to the "create cluster" doc
2023-11-22 17:47:18 +01:00
Kubernetes Prow Robot dad8686f24
Merge pull request #43813 from sanposhiho/qhint
add a doc for QueueingHint
2023-11-22 16:06:39 +01:00
Kubernetes Prow Robot fb8f9b844a
Merge pull request #43841 from windsonsea/clusty
Clean up access-application-cluster/access-cluster
2023-11-22 10:01:19 +01:00
able8 453c19edfd Fix broken link on issue-wrangler.md 2023-11-22 14:16:09 +08:00
Kubernetes Prow Robot 847d6c2b98
Merge pull request #44024 from jiahongli18/patch-1
Add missing punctuation in server side apply page
2023-11-22 02:17:49 +01:00
Aritra Ghosh 071262933b
Adding script for cgroup v2 memory available.sh (#41931)
* script for cgroup v2 memory available.sh

* Update content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

* Update memory-available-cgroupv2.sh

---------

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-22 02:07:28 +01:00
Kensei Nakada de6a6410ea
fix based on review 2023-11-22 08:46:00 +09:00
chansuke 244c6353bd Improve documentation for `kubernetes.io/enforce-mountable-secrets` annotation on `ServiceAccount` 2023-11-22 00:46:34 +09:00
Jack 988a47d384
Add missing punctuation 2023-11-21 09:54:42 -05:00
Kubernetes Prow Robot cc7c09d026
Merge pull request #43873 from 1000Delta/patch-1
[en] Fix scale-intro.html outputs indentations of terminal.
2023-11-20 03:55:18 +01:00
steve-hardman e4f8dab1aa
Remove archived third-party client library (#43960)
* Remove archived lib

* Remove archived lib

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-20 01:18:38 +01:00
Kensei Nakada 5126f13386
address the review 2023-11-19 08:19:33 +09:00
Kubernetes Prow Robot eb185751a7
Merge pull request #43961 from yanggangtony/fix-some-typos
Fix some typos in [en] docs.
2023-11-18 12:46:54 +01:00
Kubernetes Prow Robot 8dc6c1f8cd
Merge pull request #43980 from windsonsea/authny
Clean up /access-authn-authz/authentication.md
2023-11-18 12:37:18 +01:00
Kubernetes Prow Robot daed9c5d9d
Merge pull request #43710 from windsonsea/localiz
Clean up localization.md
2023-11-18 11:46:23 +01:00
Kubernetes Prow Robot 7655fb19c4
Merge pull request #43598 from windsonsea/wrangler
Tweak and adjust heading levels in issue-wrangler.md
2023-11-18 11:43:54 +01:00
windsonsea 676f862137 Clean up /access-authn-authz/authentication.md 2023-11-17 21:32:04 +08:00
Kubernetes Prow Robot 906bfb0fa9
Merge pull request #43601 from tengqm/fg-nodeport-range
Fix feature gate for a gate that is not documented
2023-11-17 10:14:08 +01:00
Lubomir I. Ivanov 34f93dd62f kubeadm: add notes about network setup to the "create cluster" doc
This is a top 3 question on support forums.
"How to pass custom IP to kubeadm?"

At one point there was a blog post on how to do this step-by-step,
but we rejected that blog due to too many mistakes and not being
a recommended practices, generally.

In this PR, we add some detail on how to do it and tag
the non-default-route-IP way as not-recommended with a warning.

It is not considered as a foot gun for users, per se,
but the setup is just awkward, prone to mistakes and not easy
to maintain. If k8s supported something like a global
/etc/kubernetes/DEFAULT_IP config of sorts, it would have
seemed much more manageable.
2023-11-16 13:18:54 +02:00
DeltaX 9c29ea92e9 Fix scale-intro.html outputs indentations of terminal.
Fix command code block without line break

Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html

Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-16 17:13:18 +08:00
yanggang 5f3f34b39b
Fix some typos in [en] docs.
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-11-16 00:35:39 +00:00
Kubernetes Prow Robot 294a3738c3
Merge pull request #43827 from AmarNathChary/Updated_warning_in_readiness_probes
Updated warning in readiness probes
2023-11-15 07:49:34 +01:00
windsonsea 48d70ed54d Fix a 404 link in job.md 2023-11-15 10:54:46 +08:00
Maksym Vlasov 01ac54510a
[en] Mention kubernetes/websites everywhere in the same way (#40493)
* Mention kubernetes/websites everywhere in the same way

* Acidentially ignored file during replacement

* Apply suggestions from code review
2023-11-14 13:22:29 +01:00
steve-hardman 20e6cba5fe
Fix broken link in "Validating Admission Policy" page (#43893)
* Fix typo

* Fix typo

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>

---------

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-14 08:02:32 +01:00
shixiuguo fd5ac88955 Fix the links 2023-11-14 11:10:24 +08:00
Kubernetes Prow Robot d0285498d2
Merge pull request #43773 from alculquicondor/job-finalizer-troubleshoot
Troubleshooting for job pod finalizers
2023-11-13 17:19:22 +01:00
Aldo Culquicondor 46df889039
Troubleshooting for job pod finalizers 2023-11-13 11:00:14 -05:00
Marko Mudrinić 4163d74fa5
Additional clarifications for changing package repository
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-11-13 13:36:11 +01:00
Laurent Vaills 1124742f21
Fix link to custom resources 2023-11-11 12:17:07 +01:00
Kubernetes Prow Robot 203ce03372
Merge pull request #43786 from windsonsea/feagate
Clean up feature-gates.md
2023-11-10 09:42:15 +01:00
AmarNathChary 57ad2f9995 Updated_the_warning_in_readiness_probes 2023-11-10 10:10:43 +05:30
Kubernetes Prow Robot 9d663cd5cf
Merge pull request #39875 from npinaeva/netpol-pod-start
Network policy docs clarifications
2023-11-09 17:39:46 +01:00
yanggang ad52e828b5
Fix KinD typos in en docs.
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-11-08 22:12:26 +00:00
AmarNathChary 1f306bce12 updated warning in readiness probes 2023-11-08 09:53:08 +05:30
windsonsea 7e323ad800 Clean up access-application-cluster/access-cluster 2023-11-07 15:09:00 +08:00
Todd Neal 6af570122a
add more clarification regarding priorityClassName use with DaemonSet (#40851)
* add more clarification regarding priorityClassName use with DaemonSet

* Update daemonset.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-11-07 03:36:51 +01:00
Michael 887d2d810a Clean up access-cluster-services.md 2023-11-07 07:52:43 +08:00
Michael dde91279a3 Clean up feature-gates.md 2023-11-06 20:24:19 +08:00
AmarNathChary 822b15d7db Updated waring in readiness probes 2023-11-06 11:24:23 +05:30
Rohan Kapse 9f6793ab95
Removed configuration section from volumes.
As it is outdated and also doesn't belong as part of the conceptual explanation of what a volume is. #43809
2023-11-05 19:03:12 +05:30
Yash Raj af3ecd4b86
Fix typo in Gateway API page (#43819)
* fix typo

* Revert "fix typo"

This reverts commit 3f971bae12.

* fix typo
2023-11-05 06:21:55 +01:00
Kensei Nakada 0190eebb5e
fix based on reviews 2023-11-04 14:27:35 -05:00
Rohan Kapse fb3ff35e2a
Update volumes.md
Updated the "Unclear / misleading information about the emptyDir volume first creation" with a new line. #43805
2023-11-04 16:02:06 +05:30
Rohan Kapse ed37349a6b
Update server-side-apply.md
Deleted the duplicate section of the issue(Server-Side Apply for custom resources ) #43806
2023-11-04 15:04:37 +05:30
Kensei Nakada ba05f7a2ab
add a doc for QueueingHint 2023-11-04 09:49:39 +09:00
Daneyon Hansen a74574fa8b Adds Gateway API docs
- Adds Gateway API term to the glossary.
- Adds Gateway API as reference in the addons page.
- Adds a page to the Service networking docs that explains Gateway API.
- Updates existing docs to reference the newly added Gateway API docs.

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
2023-11-01 14:04:04 -07:00
Kubernetes Prow Robot c265c7d321
Merge pull request #43745 from dancer1325/UpdateMainBranch
Switch to newer kindest/node version
2023-11-01 16:33:48 +01:00
Rohan Kapse 7a3f804174
Update content/en/docs/reference/using-api/deprecation-guide.md
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2023-11-01 19:24:17 +05:30