ydFu
f8d84cedce
Updated the 'Installing Kubernetes with Kubespray'
...
1. Add the OS supported by the current version of Kubespray.
[ref 1: kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#deploy-a-production-ready-kubernetes-cluster )
2. Supplement the features provided by the Kubespray overview.
[ref 2: kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#deploy-a-production-ready-kubernetes-cluster )
3. Update Supported Linux Distributions.
[ref 3: Supported Linux Distributions](https://github.com/kubernetes-sigs/kubespray#supported-linux-distributions )
4. Improve the description in '(1/5) Meet the underlay requirements'
[ref 4: Requirements](https://github.com/kubernetes-sigs/kubespray/blob/master/README.md#requirements )
5. Add whatsnext.
Signed-off-by: ydFu <ader.ydfu@gmail.com >
2022-07-19 09:44:44 +08:00
Guangwen Feng
525a952b95
Fix indentation and clean up in open-a-pr.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com >
2022-07-18 14:23:48 +08: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
bhangra
4e15e8f2ae
Update kubelet-config-file.md
...
the commas caused kubelet service to fail to start. should be omitted.
2022-07-17 16:53:21 +09:00
Kubernetes Prow Robot
e644ead07a
Merge pull request #35073 from fenggw-fnst/fix-open-a-pr
...
Fix incorrect format in open-a-pr.md
2022-07-16 23:39:19 -07: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
Kubernetes Prow Robot
e2cda2eec3
Merge pull request #34716 from dmarinere/patch-1
...
added access to the statements explaining cluster role
2022-07-16 07:56: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
Akanksha kumari
31cde47bf0
Omit apt-transport-https from install
...
Remove dummy package `apt-transport-https` from linux kubectl install instructions
2022-07-16 19:24:06 +05:30
Kubernetes Prow Robot
3238ca8b41
Merge pull request #34383 from tengqm/fix-links-5
...
Batch fix links (5)
2022-07-16 06:50:53 -07:00
Guangwen Feng
438d534b9d
Fix incorrect format in open-a-pr.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com >
2022-07-16 15:56:36 +08:00
kadtendulkar
f1d127f738
Update content/en/docs/concepts/windows/intro.md
2022-07-15 22:35:03 +05:30
Kubernetes Prow Robot
9a2a9ad511
Merge pull request #35013 from fenggw-fnst/fix-kubelet
...
Drop redundant </td> in reference/command-line-tools-reference/kubelet.md
2022-07-15 05:45:26 -07:00
Michael
6a1caa355a
[en] fix typos in /projected-volumes.md
2022-07-15 17:10:48 +08:00
Guangwen Feng
6635f978a6
Fix a number error in open-a-pr.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com >
2022-07-15 16:54:54 +08:00
Kubernetes Prow Robot
f1bb91dece
Merge pull request #35008 from utkarsh-singh1/update-style-guide-doc
...
Updated the style-guide doc to remove Katacoda hyperlink
2022-07-14 18:20:25 -07:00
Kubernetes Prow Robot
867deb1f9e
Merge pull request #34938 from mzaian/update-kubespray-docs
...
Update kubespray docs.
2022-07-14 17:40:25 -07:00
Tim Bannister
ed58f048b9
Fix typo
2022-07-14 23:59:07 +01: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
Mohamed Zaian
e37f4c3643
Update kubespray docs.
...
Update kubespray.md docs for different languages based on the official documentation on kubespray.io
2022-07-14 11:33:04 +02:00
Guangwen Feng
7ddc76494a
Drop redundant </td> in reference/command-line-tools-reference/kubelet.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com >
2022-07-14 14:02:54 +08:00
Kubernetes Prow Robot
e396a65051
Merge pull request #34941 from tmos22/patch-1
...
Fix quantity case for ephemeral storage
2022-07-13 18:18:56 -07:00
Kubernetes Prow Robot
29a4d24abb
Merge pull request #34976 from ayatk/migrate-latest-version-doc
...
Migrate to latest versioning document
2022-07-13 17:52:57 -07:00
utkarsh-singh1
70ace47f66
Updated the style-guide doc
...
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com >
2022-07-13 21:55:32 +05:30
ayatk
5cbf53b0c8
Migrate to latest versioning document
...
release/versioning.md that was in the k/design-proposals-archive repository
in the past has been migrated to k/sig-release repository.
2022-07-13 15:07:46 +00:00
Kubernetes Prow Robot
af709606b9
Merge pull request #34954 from Shubham82/update_feature_state_KubeletCredentialProvider
...
Fix KubeletCredentialProvider feature state
2022-07-13 04:27:37 -07:00
utkarsh-singh1
043c9f02dc
Updated the expired link
...
Signed-off-by: utkarsh-singh1 <utkarsh.singh1@india.nec.com >
2022-07-13 14:05:18 +05:30
Shubham Kuchhal
2ccbab730b
Improvement: Updated FEATURE STATE of KubeletCredentialProvider.
2022-07-12 17:47:45 +05:30
Kubernetes Prow Robot
4fb172bb7c
Merge pull request #34847 from bishal7679/patch-4
...
Replaced all k/website in localization guide with kubernetes/website …
2022-07-12 03:00:50 -07:00
Kubernetes Prow Robot
fe1136848d
Merge pull request #32491 from stemid/patch-1
...
Cheatsheet syntax to retrieve Secret values with dashes (-) in their key names
2022-07-12 02:36:50 -07:00
s-kawamura-w664
97ebe0c330
Fixed markdown not working in tabs.
2022-07-12 06:45:29 +00: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
dced6c8529
Merge pull request #34742 from AkihiroSuda/minikube-rootless-podman
...
kubelet-in-userns.md: minikube now supports Rootless Podman
2022-07-11 05:35:47 -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
Qiming Teng
7b4293b4fa
Batch fix links (5)
2022-07-11 13:54:18 +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
Kubernetes Prow Robot
38ccc3383d
Merge pull request #34740 from tengqm/improve-admission-controllers
...
Tweak extensible admission controllers page
2022-07-10 18:11:47 -07:00
Kubernetes Prow Robot
f046f1aae9
Merge pull request #34916 from cavcrosby/fix-taints-spelling
...
[en] typo: Fix "tains" in kubeadm-config.v1beta3 documentation
2022-07-10 17:47:47 -07:00
Kubernetes Prow Robot
b9047bdaf5
Merge pull request #34799 from tengqm/update-kubelet-ref
...
Update kubelet reference for 1.24
2022-07-10 17:35:47 -07:00