mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Correct ssh_key_file -> ssh_key_path
The example RKE config.yml did not have the right config directive for specifying the SSH key file
This commit is contained in:
+3
-3
@@ -32,17 +32,17 @@ nodes:
|
|||||||
internal_address: 172.31.7.22 # node intra-cluster IP
|
internal_address: 172.31.7.22 # node intra-cluster IP
|
||||||
user: rancher
|
user: rancher
|
||||||
role: [ "controlplane", "etcd", "worker" ]
|
role: [ "controlplane", "etcd", "worker" ]
|
||||||
ssh_key_file: /home/user/.ssh/id_rsa
|
ssh_key_path: /home/user/.ssh/id_rsa
|
||||||
- address: 10.10.3.254 # node air gap network IP
|
- address: 10.10.3.254 # node air gap network IP
|
||||||
internal_address: 172.31.13.132 # node intra-cluster IP
|
internal_address: 172.31.13.132 # node intra-cluster IP
|
||||||
user: rancher
|
user: rancher
|
||||||
role: [ "controlplane", "etcd", "worker" ]
|
role: [ "controlplane", "etcd", "worker" ]
|
||||||
ssh_key_file: /home/user/.ssh/id_rsa
|
ssh_key_path: /home/user/.ssh/id_rsa
|
||||||
- address: 10.10.3.89 # node air gap network IP
|
- address: 10.10.3.89 # node air gap network IP
|
||||||
internal_address: 172.31.3.216 # node intra-cluster IP
|
internal_address: 172.31.3.216 # node intra-cluster IP
|
||||||
user: rancher
|
user: rancher
|
||||||
role: [ "controlplane", "etcd", "worker" ]
|
role: [ "controlplane", "etcd", "worker" ]
|
||||||
ssh_key_file: /home/user/.ssh/id_rsa
|
ssh_key_path: /home/user/.ssh/id_rsa
|
||||||
|
|
||||||
private_registries:
|
private_registries:
|
||||||
- url: <REGISTRY.YOURDOMAIN.COM:PORT> # private registry url
|
- url: <REGISTRY.YOURDOMAIN.COM:PORT> # private registry url
|
||||||
|
|||||||
Reference in New Issue
Block a user