From 6cb6b8b733ccb27d577b9554c6e637e08da487f5 Mon Sep 17 00:00:00 2001 From: Chris Kim <30601846+Oats87@users.noreply.github.com> Date: Thu, 7 Feb 2019 16:51:24 -0800 Subject: [PATCH] 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 --- .../air-gap-high-availability/install-kube/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/_index.md index 2471114accb..fd4210029e9 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/install-kube/_index.md @@ -32,17 +32,17 @@ nodes: internal_address: 172.31.7.22 # node intra-cluster IP user: rancher 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 internal_address: 172.31.13.132 # node intra-cluster IP user: rancher 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 internal_address: 172.31.3.216 # node intra-cluster IP user: rancher role: [ "controlplane", "etcd", "worker" ] - ssh_key_file: /home/user/.ssh/id_rsa + ssh_key_path: /home/user/.ssh/id_rsa private_registries: - url: # private registry url