Merge pull request #2580 from yjqg6666/air-gap-ip

[#2579] fix air-gapped installation ip inconsistency
This commit is contained in:
KubeSphere CI Bot 2022-07-22 09:29:00 +08:00 committed by GitHub
commit 1042282c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -333,8 +333,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: "<REPLACE_WITH_YOUR_ACTUAL_PASSWORD>"}
- {name: node1, address: 192.168.0.4, internalAddress: 192.168.0.4, user: root, password: "<REPLACE_WITH_YOUR_ACTUAL_PASSWORD>"}
roleGroups:
etcd:
@ -564,7 +564,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

View File

@ -341,8 +341,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: "<REPLACE_WITH_YOUR_ACTUAL_PASSWORD>"}
- {name: node1, address: 192.168.0.4, internalAddress: 192.168.0.4, user: root, password: "<REPLACE_WITH_YOUR_ACTUAL_PASSWORD>"}
roleGroups:
etcd:
@ -563,7 +563,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