mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
cleanup: modify e2e config template
Signed-off-by: 24sama <jacksama@foxmail.com>
This commit is contained in:
parent
4bebb7cc98
commit
9a61d47adc
|
|
@ -103,10 +103,8 @@ variables:
|
|||
KKZONE: "cn"
|
||||
USER_NAME: "ubuntu"
|
||||
PASSWORD: "Qcloud@123"
|
||||
INSTANCE01_IP: 172.31.50.190
|
||||
INSTANCE02_IP: 172.31.50.197
|
||||
INSTANCE03_IP: 172.31.50.196
|
||||
CONTROL_PLANE_ENDPOINT_IP: 172.31.50.252
|
||||
INSTANCES: "[{address: 172.31.50.190}, {address: 172.31.50.197}]"
|
||||
CONTROL_PLANE_ENDPOINT_IP: "172.31.50.252"
|
||||
|
||||
intervals:
|
||||
default/wait-controllers: [ "5m", "10s" ]
|
||||
|
|
|
|||
|
|
@ -11,13 +11,7 @@ spec:
|
|||
auth:
|
||||
user: '${USER_NAME}'
|
||||
password: '${PASSWORD}'
|
||||
instances:
|
||||
- name: '${CLUSTER_NAME}-test1'
|
||||
address: '${INSTANCE01_IP}'
|
||||
- name: '${CLUSTER_NAME}-test2'
|
||||
address: '${INSTANCE02_IP}'
|
||||
- name: '${CLUSTER_NAME}-test3'
|
||||
address: '${INSTANCE03_IP}'
|
||||
instances: '${INSTANCES}'
|
||||
controlPlaneLoadBalancer:
|
||||
host: '${CONTROL_PLANE_ENDPOINT_IP}'
|
||||
---
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ var _ = Describe("Cluster Creation using Cluster API quick-start test [PR-Blocki
|
|||
BootstrapClusterProxy: bootstrapClusterProxy,
|
||||
ArtifactFolder: artifactFolder,
|
||||
SkipCleanup: skipCleanup,
|
||||
//Flavor: pointer.String("internal"),
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue