Kubernetes Prow Robot
16c5b8e259
Merge pull request #35315 from bishal7679/patch-6
...
Bump all cniVersion mentions to at least 0.4.0
2022-08-02 21:23:52 -07:00
Stanislav Kardashov
4e5cc42fc9
fix typo -> remove extra word "in"
2022-08-01 22:59:46 +03:00
Stanislav Kardashov
2a1124b398
Fix typo containarized -> containerized
2022-08-01 10:51:49 +03:00
Paszymaja
30eb2cc0cf
Update content/en/docs/concepts/security/rbac-good-practices.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-07-27 14:12:15 +02:00
Paszymaja
7deb7e78cd
Merge branch 'main' into patch-1
2022-07-27 14:00:51 +02:00
Kubernetes Prow Robot
b183be613f
Merge pull request #35314 from Kartik494/addhyperlink
...
Add hyperlink to is-default-class annotation
2022-07-26 01:57:53 -07:00
Kartik Sharma
9cf150f4c2
Update content/en/docs/concepts/storage/dynamic-provisioning.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-07-26 09:24:45 +05:30
Kubernetes Prow Robot
54d2e71509
Merge pull request #34675 from mtardy/psp-annotation
...
Document the deprecated kubernetes.io/psp annotation
2022-07-25 02:26:35 -07:00
Kubernetes Prow Robot
723ae44d5a
Merge pull request #35104 from balaramvedulla/patch-1
...
Updates to Node affinity weight section
2022-07-25 00:16:58 -07:00
Bishal Das
779a710bea
Update network-plugins.md
2022-07-24 19:26:05 +05:30
kartik494
8cc45e347d
Add hyperlink for is-default-class annotation
2022-07-24 19:15:05 +05:30
Kubernetes Prow Robot
7078c38d3b
Merge pull request #33792 from sftim/20220510_assign_pod_node_affinity_updates
...
Revise scheduling-related docs
2022-07-24 03:38:57 -07:00
Kubernetes Prow Robot
ea55ceb92a
Merge pull request #35089 from windsonsea/evicten
...
[en] updated /node-pressure-eviction.md
2022-07-23 22:48:57 -07:00
yanrong.shi
af07764779
Update user-guide.md
2022-07-23 14:57:32 +08:00
Kubernetes Prow Robot
8e5c92ca80
Merge pull request #35216 from oradwell/patch-1
...
[en] Fix containerd config link
2022-07-21 20:47:38 -07:00
Kubernetes Prow Robot
46aae33827
Merge pull request #34116 from TheRealDwright/update-docs-labels
...
update docs labels
2022-07-21 20:43:39 -07:00
Oliver Radwell
a1035d6a4a
Apply the same fix to runtime-class.md
2022-07-21 22:26:45 +01:00
Mike Hummel
a15cc475d8
lates version of perl fails with the example code, need to use v5.34.0 ( #34414 )
...
* lates version of perl fails with the example code, need to use v5.34.0
* fix perl version in example job.yaml, is not working with actual latest
2022-07-21 10:23:54 -07:00
Balaram Vedulla
e8cb7ec9ba
Update assign-pod-node.md
2022-07-17 19:02:52 +02:00
windsonsea
1e550e9604
[en] updated /node-pressure-eviction.md
2022-07-17 16:33:29 +08:00
Kubernetes Prow Robot
b6faf1c863
Merge pull request #35049 from windsonsea/nodesyhf
...
[en] fix typos in /projected-volumes.md
2022-07-16 08:00:53 -07:00
John Daniel Maguire
13a3118ca5
Cinder conditionally supports ReadWriteMany volumes ( #34219 )
...
* Cinder conditionally supports ReadWriteMany volumes
* Link directly to official docs.
Signed-off-by: John Daniel Maguire <john.maguire@streamnative.io>
2022-07-16 07:26:53 -07:00
kadtendulkar
f1d127f738
Update content/en/docs/concepts/windows/intro.md
2022-07-15 22:35:03 +05:30
Michael
6a1caa355a
[en] fix typos in /projected-volumes.md
2022-07-15 17:10:48 +08:00
Tim Bannister
bfff661ac0
Clarify known limitation of Pod topology spread constraints
...
The limitation is more around cluster autoscaling; nonetheless it seems
to belong under Known limitations.
2022-07-14 23:59:07 +01:00
Tim Bannister
72a070e619
Improve Pod Topology Spread Constraints concept
...
- Adjust heading levels
- Link to API reference for Pod
- Clarify examples
- Add introductory text
- Split two combined examples
- Explain that Pods in a group should set the same topology spread
constraints
- Write headings in sentence case
- Avoid using “we”
2022-07-14 23:59:07 +01:00
Tim Bannister
829dee0940
Wrap text for Pod Topology Spread Constraints
...
Wrapping helps localization teams pick up and work with changes.
2022-07-14 23:59:07 +01:00
Tim Bannister
311cdc386a
Reword topic Assigning Pods to Nodes
...
- Rewording
- Tidying
Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com>
2022-07-14 23:59:07 +01:00
Tim Bannister
3225a082df
Mention topology spread constraints appropriately
...
The concept Assigning Pods to Nodes should mention Pod topology spread
constraints. This commit ensures that it does.
2022-07-14 23:59:07 +01:00
Tim Bannister
6700656cb4
Move Pod Topology Spread Constraints into scheduling
...
These constraints apply specifically to the mechanism for placing Pods
onto nodes (that is, scheduling).
2022-07-14 23:59:05 +01:00
Kubernetes Prow Robot
0b6c17554e
Merge pull request #34874 from tengqm/fix-32170
...
Improve node pressure eviction page
2022-07-14 07:44:57 -07:00
Thomas Matrejek
8f63028589
Fix quantity case for ephemeral storage
...
All resource requests parse units the same way. Ephemeral storage previously had an upper case `K` as a valid unit but the kubernetes server can not parse this value.
Similar to memory, add a statement regarding that a lowercase `m` will be accepted by the kubernetes server, but is probably an incorrect request.
2022-07-11 17:37:36 -04:00
Daniel Wright
f9ebc90ff7
[en] update en docs to use recommended labels
2022-07-11 08:45:48 -07:00
Kubernetes Prow Robot
e39409e0ee
Merge pull request #34098 from Nirusu/patch-1
...
Remove section about the localhost port
2022-07-11 01:23:49 -07:00
Qiming Teng
36736d44d9
Improve node pressure eviction page
...
There are deprecated kubelet flags related to garbage collection. These flags were listed in the `kubelet-garbage-collection.md` page, which was removed by b1573ad314
. Linking to the `kubelet` reference is not a good solution because users may still get confused what are the specific flags related to this behavior.
This PR restores the table with the flags updated according to 1.24 version of `kubelet --help`.
2022-07-11 13:55:39 +08:00
Kubernetes Prow Robot
a9c9268c20
Merge pull request #33829 from eminalemdar/patch-2
...
Updated references in different pages with the correct titles
2022-07-10 19:19:47 -07:00
Kubernetes Prow Robot
94c832e49f
Merge pull request #34380 from tengqm/fix-links-3
...
Batch fix links (3)
2022-07-10 18:27:48 -07:00
Kubernetes Prow Robot
116b6bc1a7
Merge pull request #34382 from tengqm/fix-links-4
...
Batch fix links (4)
2022-07-10 18:13:47 -07:00
kadtendulkar
0fb0c50071
Update content/en/docs/concepts/architecture/control-plane-node-communication.md
2022-07-09 22:10:15 +05:30
Nils Hanke
959cb92224
Integrate flags into "Transport security" section
2022-07-09 04:55:43 -07:00
Qiming Teng
d705d9ed1c
Batch fix links (3)
2022-07-09 09:14:06 +08:00
Kubernetes Prow Robot
70005412ce
Merge pull request #34861 from aabedraba/patch-1
...
Add Kusk Gateway
2022-07-08 05:13:46 -07:00
Abdallah Abedraba
006d4378ad
Add Kusk Gateway
2022-07-07 11:48:19 +04:00
Abhishek Patra
ade7ed2e36
Fix minor typo
2022-07-06 19:57:58 +05:30
Qiming Teng
2f4a067fea
Batch fix links (4)
2022-07-06 09:43:15 +08:00
kadtendulkar
1092389655
Update content/en/docs/concepts/storage/ephemeral-volumes.md
2022-07-04 21:52:52 +05:30
Kubernetes Prow Robot
e6868ba8d3
Merge pull request #34721 from Sea-n/use-rel-links
...
Use relative links for k8s.io
2022-07-04 06:33:24 -07:00
Guangwen Feng
d50f64f2a5
Fix a minor typo in intro.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-07-01 10:34:08 +08:00
Sean Wei
34721abcac
Use relative links for k8s.io
2022-06-30 12:08:14 +08:00
mtardy
1d55061a5a
Remove the part about defining a PSP in a file
2022-06-29 09:37:23 +02:00