Skip to content

Commit 8815230

Browse files
Falimondareylejano
andauthored
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]>
1 parent 36be0eb commit 8815230

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/setup/production-environment/tools

1 file changed

+5
-5
lines changed

content/en/docs/setup/production-environment/tools/kubespray.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To choose a tool which best fits your use case, read [this comparison](https://g
3333

3434
Provision servers with the following [requirements](https://github.com/kubernetes-sigs/kubespray#requirements):
3535

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**
3737
* **Jinja 2.11 (or newer) is required to run the Ansible Playbooks**
3838
* 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))
3939
* 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
4343

4444
Kubespray provides the following utilities to help provision your environment:
4545

@@ -85,7 +85,7 @@ Large deployments (100+ nodes) may require [specific adjustments](https://github
8585

8686
### (5/5) Verify the deployment
8787

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.
8989

9090
## Cluster operations
9191

0 commit comments

Comments
 (0)