From 65ed1f60ac15e9d995afc6a80cb6fc36a538b742 Mon Sep 17 00:00:00 2001 From: King Jin Date: Wed, 20 Jul 2022 14:30:16 +0800 Subject: [PATCH] [#2579] fix air-gapped installation ip inconsistency --- .../introduction/air-gapped-installation.md | 6 +++--- .../introduction/air-gapped-installation.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md b/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md index 0eef697c2..8658c8d4f 100644 --- a/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md +++ b/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md @@ -336,8 +336,8 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides name: sample spec: hosts: - - {name: master, address: 192.168.149.133, internalAddress: 192.168.149.133, user: root, password: "Qcloud@123"} - - {name: node1, address: 192.168.149.134, internalAddress: 192.168.149.134, user: root, password: "Qcloud@123"} + - {name: master, address: 192.168.0.3, internalAddress: 192.168.0.3, user: root, password: ""} + - {name: node1, address: 192.168.0.4, internalAddress: 192.168.0.4, user: root, password: ""} roleGroups: etcd: @@ -567,7 +567,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides ### Welcome to KubeSphere! ### ##################################################### - Console: http://192.168.149.133:30880 + Console: http://192.168.0.3:30880 Account: admin Password: P@88w0rd diff --git a/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md b/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md index 29d355a1f..1fe63cc4c 100644 --- a/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md +++ b/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md @@ -344,8 +344,8 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概 name: sample spec: hosts: - - {name: master, address: 192.168.149.133, internalAddress: 192.168.149.133, user: root, password: "Qcloud@123"} - - {name: node1, address: 192.168.149.134, internalAddress: 192.168.149.134, user: root, password: "Qcloud@123"} + - {name: master, address: 192.168.0.3, internalAddress: 192.168.0.3, user: root, password: ""} + - {name: node1, address: 192.168.0.4, internalAddress: 192.168.0.4, user: root, password: ""} roleGroups: etcd: @@ -566,7 +566,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概 ### Welcome to KubeSphere! ### ##################################################### - Console: http://192.168.149.133:30880 + Console: http://192.168.0.3:30880 Account: admin Password: P@88w0rd