Removing duplicate nodes: in YAML example

This commit is contained in:
dnoland1
2019-10-21 05:29:37 -07:00
committed by Denise
parent dcac3019ab
commit 10262c40b8
@@ -6,7 +6,6 @@ weight: 210
The `nodes` directive is the only required section in the `cluster.yml` file. It's used by RKE to specify cluster node(s), ssh credentials used to access the node(s) and which roles these nodes will be in the Kubernetes cluster. The `nodes` directive is the only required section in the `cluster.yml` file. It's used by RKE to specify cluster node(s), ssh credentials used to access the node(s) and which roles these nodes will be in the Kubernetes cluster.
```yaml ```yaml
nodes:
nodes: nodes:
- address: 1.1.1.1 - address: 1.1.1.1
user: ubuntu user: ubuntu