Commit Graph

9148 Commits (82f8c4a8a1805406e582bbaaf33e0cfbbf700243)

Author SHA1 Message Date
John Reese 82f8c4a8a1
Update topology-aware-hints.md 2022-09-02 10:54:11 -04:00
Kubernetes Prow Robot 008db23fe7
Merge pull request #36407 from johnlinp/add-note-pre-provisioned-snapshot
Add a note on the pre-provisioned snapshot scenario
2022-09-02 07:32:06 -07:00
Kubernetes Prow Robot 73aaba9b4e
Merge pull request #35810 from yilmi/created-by-deprecated
Removing created-by label deprecated since 1.9
2022-09-02 06:36:05 -07:00
Yassine Ilmi bf29b18145
Apply suggestion from sftim review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-09-02 15:02:18 +02:00
John Lin 190cc364c2 Add a note on the pre-provisioned snapshot scenario
I found it confusing when filling a non-existing
volumeSnapshotRef when creating a VolumeSnapshotContent
in the pre-provisioned mode. I hope this note can clear
up some confusion.

Signed-off-by: John Lin <johnlinp@gmail.com>
2022-09-01 22:57:33 -07:00
Kubernetes Prow Robot 7f52f82ba3
Merge pull request #36315 from windsonsea/feagatey
Fixed links in feature-gates.md
2022-09-01 19:18:05 -07:00
windsonsea 2aeb0915b9 Fixed links in feature-gates.md 2022-09-02 09:28:22 +08:00
Kubernetes Prow Robot a5e96bfbc5
Merge pull request #33992 from mtardy/security-checklist
Add a security checklist for clusters
2022-09-01 13:13:19 -07:00
mtardy 9f5a35978f RBAC guide is presented as a checklist item 2022-09-01 11:44:55 +02:00
mtardy eb962b4c12 Rewrite the part on the Pod Security standards and admission 2022-09-01 11:43:28 +02:00
Kubernetes Prow Robot 8d529e1228
Merge pull request #36444 from saschagrunert/cni-crictl-versions-kubeadm
Update CNI plugins and cri-tools for kubeadm docs
2022-08-31 23:53:05 -07:00
Qiming Teng fa5c50b090 Wrap long lines in the topology-manager page 2022-09-01 11:15:30 +08:00
Mahé a4305381fb
Reword the service mesh suggestion 2022-08-31 18:29:59 +02:00
Mahé d4fcf2fc7c
Reword the secret injection suggestion 2022-08-31 18:29:43 +02:00
mtardy f14a7544e5 Rewrite the admission plugins list 2022-08-31 18:26:49 +02:00
mtardy 239dc4c2fe Fix a typo on the word securely 2022-08-31 17:54:20 +02:00
mtardy c006a43f97 Replace a wrong unicode space character 2022-08-31 17:51:51 +02:00
mtardy 63ae0a9521 Split checklist item and explanation 2022-08-31 17:38:42 +02:00
mtardy d40e9cfa89 Remove an empty line 2022-08-31 17:37:01 +02:00
Mahé 2f8388e830
Add precision about pod security with pod security standards
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-08-31 17:35:03 +02:00
mtardy 0e81bfd8ef Detail and add info on the CPU and memory limit item 2022-08-31 17:32:00 +02:00
mtardy 7139aba954 Add some guidelines on how to read the doc 2022-08-31 17:17:56 +02:00
Mahé 949e499db3
Rewrite the checklist item on minimal container images 2022-08-31 16:55:31 +02:00
Mahé 5167ab5c88
Use correct name for PodSecurityPolicy admission controller 2022-08-31 16:55:05 +02:00
Mahé 777d396905
Remove warning on PodSecurityPolicy removal in 1.25 2022-08-31 16:54:30 +02:00
Sascha Grunert b63c85ff84
Update CNI plugins and cri-tools for kubeadm docs
We now bump the used CNI plugins version to v1.1.1 and cri-tools to
v1.25.0. I also reworked the scripts to be more consistent when it comes
to using double quotes.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-08-31 10:06:36 +02:00
Kubernetes Prow Robot be6f456017
Merge pull request #36423 from kadtendulkar/kad34
Fix link on Windows Storage page
2022-08-30 20:39:00 -07:00
kadtendulkar abd559c837 Update content/en/docs/concepts/storage/windows-storage.md 2022-08-30 22:06:05 +05:30
Giuseppe Scrivano 67afbf50c1
content: fix typo
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2022-08-30 14:59:09 +02:00
Kubernetes Prow Robot 9a31e7af4f
Merge pull request #36400 from cenkalti/patch-1
Fix scaling terminology
2022-08-30 02:41:01 -07:00
ydFu e9bab37262 remove redundant description in glossary/cni
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2022-08-30 10:57:00 +08:00
Cenk Altı bf998026d2
Fix scaling terminology
Replace scale `up/down` terminology with `out/in` as the point is about adding more nodes to the cluster.

- https://azure.microsoft.com/en-us/solutions/scaling-out-vs-scaling-up/
- https://www.dell.com/en-us/blog/the-difference-between-scale-up-and-scale-out/
2022-08-29 15:15:53 -04:00
Kubernetes Prow Robot 9ba92ac6fc
Merge pull request #34759 from sftim/20220701_wording_tweaks_extend_kubernetes
Tweak custom resources concept
2022-08-29 03:52:36 -07:00
Arhell 100f074e0c [en] fix typo assign-pods-nodes-using-node-affinity.md 2022-08-28 01:28:48 +03:00
Tim Bannister dd615623bc Tweak custom resources concept
- Use capitalizations as per style guide
- Use glossary tooltips where appropriate
2022-08-27 15:06:07 +01:00
Chris Short ec2a59efda
Update official-cve-feed.md
Without the `-L` flag `curl` will only report there's a redirect.
2022-08-26 11:58:28 -04:00
Kubernetes Prow Robot 640c963c3b
Merge pull request #34399 from Rishit-dagli/Rishit-dagli-securing-service
Update command in "Connecting Applications with Services" and separate out a command
2022-08-25 21:34:11 -07:00
Kubernetes Prow Robot 2773df0356
Merge pull request #36158 from tengqm/fix-sa-admin
Fix service accounts admin page
2022-08-25 21:02:10 -07:00
Kubernetes Prow Robot 09991c57a2
Merge pull request #36269 from tengqm/minor-fix
Style tweak the crd task file
2022-08-25 21:00:11 -07:00
Mengjiao Liu 962926ba7d Fix Kubelet authentication/authorization reference link in kubelet-checkpoint-api page 2022-08-26 09:59:46 +08:00
Kubernetes Prow Robot 8467065f9e
Merge pull request #36238 from yanrongshi/en]Rewrite-implementation-details.md
[en]1.25 Rewrite implementation-details.md
2022-08-25 14:24:06 -07:00
kadtendulkar d2a5d8a9c7 Update content/en/docs/concepts/storage/storage-classes.md 2022-08-25 22:12:10 +05:30
yanrongshi 6e86f0feba Update implementation-details.md 2022-08-26 00:16:55 +08:00
Kubernetes Prow Robot 70423c342f
Merge pull request #36253 from tanmaniac/main
Fix field in ScoringStrategy for scheduler resource bin-packing
2022-08-25 07:52:07 -07:00
Kubernetes Prow Robot 2ed7acb018
Merge pull request #36207 from tengqm/kubeadm-ref-1.25
kubeadm reference for 1.25
2022-08-25 01:12:06 -07:00
Qiming Teng 468442d294 Wrap long lines where appropriate 2022-08-25 16:10:39 +08:00
Kubernetes Prow Robot 77c7c5c06a
Merge pull request #36205 from tengqm/compref-1.25
Component reference for v1.25
2022-08-25 01:08:05 -07:00
Kubernetes Prow Robot 33de3b957d
Merge pull request #36208 from tengqm/configapi-1.25
Config API reference for v1.25
2022-08-25 01:07:08 -07:00
Qiming Teng 93abc44b8b Fix service accounts admin page
This PR removes some outdated texts that are confusing today.
2022-08-25 16:04:29 +08:00
Qiming Teng ef511e7e65 Style tweak the crd task file
This PR reformats the CRD task file where line wrappings are expected or
proper indentations are needed. It also fixes a link to the kube-apiserver
reference.
2022-08-25 16:04:02 +08:00