search and list pages

This commit is contained in:
lvuch
2018-09-17 20:23:55 -07:00
committed by Denise Schannon
parent 1b6eeee5e4
commit 74a665e95f
@@ -13,15 +13,15 @@ Using the sample below create the `rancher-cluster.yml` file. Replace the IP Add
```yaml ```yaml
nodes: nodes:
- address: 165.227.114.63 - address: 165.227.114.63
user: ubuntu user: ubuntu
role: [controlplane,worker,etcd] role: [controlplane,worker,etcd]
- address: 165.227.116.167 - address: 165.227.116.167
user: ubuntu user: ubuntu
role: [controlplane,worker,etcd] role: [controlplane,worker,etcd]
- address: 165.227.127.226 - address: 165.227.127.226
user: ubuntu user: ubuntu
role: [controlplane,worker,etcd] role: [controlplane,worker,etcd]
``` ```
#### Common RKE nodes: options #### Common RKE nodes: options