You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes grammatical errors in Kubespray setup doc (#29460)
* Fixes grammatical errors
* Removes period as recommended in review
* Update content/en/docs/setup/production-environment/tools/kubespray.md
Co-authored-by: Rey Lejano <[email protected]>
Co-authored-by: Rey Lejano <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubespray.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ To choose a tool which best fits your use case, read [this comparison](https://g
33
33
34
34
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
35
35
36
-
***Ansible v2.9 and python-netaddr is installed on the machine that will run Ansible commands**
36
+
***Ansible v2.9 and python-netaddr are installed on the machine that will run Ansible commands**
37
37
***Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
38
38
* The target servers must have access to the Internet in order to pull docker images. Otherwise, additional configuration is required ([See Offline Environment](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/offline-environment.md))
39
39
* The target servers are configured to allow **IPv4 forwarding**
40
-
***Your ssh key must be copied** to all the servers part of your inventory
41
-
*The **firewalls are not managed**, you'll need to implement your own rules the way you used to. in order to avoid any issue during deployment you should disable your firewall
42
-
* If kubespray is ran from non-root user account, correct privilege escalation method should be configured in the target servers. Then the `ansible_become` flag or command parameters `--become` or `-b` should be specified
40
+
***Your ssh key must be copied** to all the servers in your inventory
41
+
***Firewalls are not managed by kubespray**. You'll need to implement appropriate rules as needed. You should disable your firewall in order to avoid any issues during deployment
42
+
* If kubespray is ran from a non-root user account, correct privilege escalation method should be configured in the target servers and the `ansible_become` flag or command parameters `--become` or `-b` should be specified
43
43
44
44
Kubespray provides the following utilities to help provision your environment:
45
45
@@ -85,7 +85,7 @@ Large deployments (100+ nodes) may require [specific adjustments](https://github
85
85
86
86
### (5/5) Verify the deployment
87
87
88
-
Kubespray provides a way to verify inter-pod connectivity and DNS resolve with [Netchecker](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/netcheck.md). Netchecker ensures the netchecker-agents pods can resolve DNS requests and ping each over within the default namespace. Those pods mimic similar behavior of the rest of the workloads and serve as cluster health indicators.
88
+
Kubespray provides a way to verify inter-pod connectivity and DNS resolve with [Netchecker](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/netcheck.md). Netchecker ensures the netchecker-agents pods can resolve DNS requests and ping each over within the default namespace. Those pods mimic similar behavior as the rest of the workloads and serve as cluster health indicators.
0 commit comments