Commit Graph

10222 Commits

Author SHA1 Message Date
Rishit Dagli 83fdfc0651 Update mysql-statefulset.yaml 2022-06-23 10:39:53 +00:00
mtardy d2b92602b3 Fix minor missing spaces typos in Pod Security Admission doc 2022-06-23 12:19:46 +02:00
Dominik-K 10d592449a Remove edit-notation 2022-06-23 09:51:36 +02:00
Marcelo Juchem 445856614d sorting library list in lexicographic order 2022-06-23 02:27:22 -05:00
paul.zhang 6040ce1f30 Update configure-cgroup-driver.md 2022-06-23 09:14:12 +08:00
Marcelo Juchem 7bbdc5d83e client-libraries.md: adding C client library link 2022-06-22 19:13:35 -05:00
Matt McClure 1ee7c15023 Update job.yaml
The perl command fails at image version >5.34:

```
> docker run -it perl:5.36 bash
...
root@783a8ea24899:/# perl -Mbignum=bpi -wle "print bpi(2000)"
Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/5.36.0/Math/BigInt/Calc.pm line 1049.```

> docker run -it perl:5.35 bash
...
docker: Error response from daemon: manifest for perl:5.35 not found: manifest unknown: manifest unknown.```

> docker run -it perl:5.34 bash
...
root@d4efc70c15b5:/# perl -Mbignum=bpi -wle "print bpi(2000)"
3.141592653589793238...
```
2022-06-22 13:59:19 -04:00
CatherineF-dev 8fba55fd14 Update 2021-09-03-api-server-tracing.md
Add etcd required version 3.5+ in blog `API Server Tracing`
2022-06-22 13:19:02 -04:00
Dominik-K 22a1fab7c1 blog: 2020-09-03-warnings: correct removed_release label
Used since introduction in code: https://github.com/kubernetes/kubernetes/commit/e4bb1daecf36aac3051d36a20dfdf7ea3050de58#diff-c4f07ee44a4626c817dd95cf30e147a2125ea923804be5c3608fb4a845fc1c20R69
2022-06-22 18:44:14 +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
ayush 75719d7cf5 changed links
changed
2022-06-22 21:03:06 +05:30
paul.zhang 75b7fce11f Add anchor:#modify-kubelet-configmap
Add anchor:#modify-kubelet-configmap
2022-06-22 17:28:48 +08:00
JarHMJ 6af40efc5c fix Endpoints link err 2022-06-22 15:33:49 +08:00
Brandon Richard 2f2a4d5bae Updated cheatsheet.md with 'get taints' command
Updated the kubectl cheat sheet (cheatsheet.md) with a command for viewing taints which exists on current nodes.
2022-06-21 15:04:37 +01:00
Kubernetes Prow Robot 235c75c66b Merge pull request #34418 from tossmilestone/patch-3
Add suffix '.slice' with `systemd` cgroup driver on reserved cgroup name.
2022-06-21 06:25:43 -07:00
Guangwen Feng 03be0e167c Fix a minor typo in cncf-code-of-conduct.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-06-21 13:52:50 +08:00
Kubernetes Prow Robot e8b73e7afe Merge pull request #34396 from yuanshingk/patch-1
Fix typo
2022-06-20 20:17:42 -07:00
Qiming Teng 9b5e2aec1b Fix links in some pages
This PR fixes some links that are using redirect records or dangling.
2022-06-21 11:15:15 +08:00
Qiming Teng a35c434664 Merge branch 'main' into tweak-localization 2022-06-21 10:44:14 +08:00
Shaw Ho 80a3bba82d Update reserve-compute-resources.md
Add suffix '.slice' with `systemd` cgroup driver on reserved cgroup name.
2022-06-21 10:20:33 +08:00
Manuel Fontan 31bc7698f8 Update task-tutorial-prereqs.md
## Description

Remove Katacoda playground reference 

## Why
Katacoda.com is now closed
2022-06-20 20:21:58 +01:00
Kubernetes Prow Robot 10ba719413 Merge pull request #33791 from sftim/20200109_reword_replicated_stateful_app_task
Reword replicated stateful app task
2022-06-20 10:28:04 -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
Kubernetes Prow Robot d3df73a5f0 Merge pull request #34422 from NitishKumar06/Nitish/DownwardAPI
Downward API concept made Correct
2022-06-20 06:52:04 -07:00
Kubernetes Prow Robot 117fa2266f Merge pull request #33324 from marosset/windows-kubeadm
Refresh kubeadm docs for Windows
2022-06-20 06:00:06 -07:00
Nitish Kumar bf59d416b4 Downward API concept made Correct 2022-06-20 17:58:50 +05:30
cpanato 1897dfba16 remove v1.21 release from the schedule due to EOL
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-06-20 13:44:25 +02:00
cpanato 199c78c0f3 update patch schedule for July cycle
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-06-20 13:43:57 +02:00
Kubernetes Prow Robot 88210db4b6 Merge pull request #34377 from tengqm/tweak-blogs-casestudy
Reformat blog case studies page
2022-06-20 04:04:04 -07:00
Kubernetes Prow Robot e4282f722a Merge pull request #34310 from Sea-n/sync-coc
Sync code of conduct from cncf upstream
2022-06-20 03:28:06 -07:00
Tim Bannister eca7f75f0e Write “replica” rather than “slave”
Leave "slave" intact where this is a technical term / meaningful to the
code.
2022-06-20 10:57:01 +01:00
Tim Bannister 37400750f6 Add recommended labels 2022-06-20 10:57:01 +01:00
Tim Bannister f3e3d2ca46 Reword in line with style guide
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
2022-06-20 10:57:01 +01:00
Tim Bannister 664de5d7a8 Use note and caution shortcode blocks 2022-06-20 10:57:01 +01:00
vehagn f8d5bdaa00 Update broken link from Packet to Equinix Metal
The Kubespray documentation links to Packet which has now been renamed to Equinix Metal with a different link in the kubernetes-sigs/kubespray github repo.
2022-06-19 09:20:44 +02: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
Daniel Teunis f1f9a50f36 Fix typo in assign-pods-nodes.md
Fix typo in 'tasks/configure-pod-container/assign-pods-nodes.md' (chose -> choose).
2022-06-18 22:06:36 +02:00
Rishit Dagli aa60715e84 Update Create a Custom Resource Definition
Co-authored-by: Antonio Alonso Alarcon <antonio.al.al@gmail.com>
2022-06-18 11:48:00 +00: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
Qiming Teng 700433da48 Tweak localization page 2022-06-18 15:46:45 +08:00
Qiming Teng aa585d2c29 Reformat the open a PR page 2022-06-18 15:29:20 +08:00
Qiming Teng fc4db89d6e Reformat blog case studies page 2022-06-18 15:23:19 +08:00
Qiming Teng cfdd213d0a Tweak page production environment
This page has a lot of indentations or line wrappings that are "wrong".
It would make tracking changes (especially for localization teams) very
difficult.
2022-06-18 13:45:31 +08:00
Qiming Teng 7add552174 Batch fixes for links (1)
There are dangling links or links that redirects to a different destination page.
This PR fixes some of them.
2022-06-18 13:37:13 +08:00
Stefan Midjich dd9061e326 clarify that the value is base64 encoded
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-17 19:41:52 +02: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
Kubernetes Prow Robot f0c83411b7 Merge pull request #34303 from Kehrlann/docs/configmap-change-annotation
remove workaround to refresh mounted secrets/configmaps in Tasks section
2022-06-17 09:30:32 -07:00
Kubernetes Prow Robot dcdc5d211b Merge pull request #34342 from fenggw-fnst/typo
Fix a typo in windows.md
2022-06-17 08:14:32 -07:00
Guangwen Feng 11a12aca1a Fix a typo in windows.md
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-06-17 17:41:31 +08:00