File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ clusters:
19
19
etcd_client_ca_cert: "${ETCD_CLIENT_CA_CERT} "
20
20
etcd_client_ca_key: "${ETCD_CLIENT_CA_KEY} "
21
21
etcd_scalyr_key: "${ETCD_SCALYR_KEY} "
22
- etcd_dns_record_prefixes: "etcd-server.etcd"
22
+ etcd_dns_record_prefixes: "etcd-server.etcd,etcd-server.eu-central-1"
23
+ etcd_additional_endpoints: "https://etcd-server.eu-central-1.teapot-e2e.zalan.do:2479"
23
24
docker_meta_url: https://docker-meta.stups-test.zalan.do
24
25
vpa_enabled: "true"
25
26
lightstep_token: "${LIGHTSTEP_TOKEN} "
Original file line number Diff line number Diff line change @@ -125,11 +125,15 @@ if [ "$create_cluster" = true ]; then
125
125
" ./cluster_config.sh" " ${CDP_HEAD_COMMIT_ID} " " ready" > head_cluster.yaml
126
126
127
127
# either copy the certificates from the already created cluster or regenerate them from scratch
128
- if [ -f base_cluster.yaml ]; then
129
- ./copy-certificates.py base_cluster.yaml head_cluster.yaml
130
- else
131
- aws-account-creator refresh-certificates --registry-file head_cluster.yaml --create-ca
132
- fi
128
+ # NOTE: while migrating to region-based etcd, ensure certiciates are refreshed
129
+ # if [ -f base_cluster.yaml ]; then
130
+ # ./copy-certificates.py base_cluster.yaml head_cluster.yaml
131
+ # else
132
+ aws-account-creator refresh-certificates --registry-file head_cluster.yaml --create-ca
133
+ # fi
134
+
135
+ echo " head_cluster.yaml:"
136
+ cat head_cluster.yaml
133
137
134
138
# Update cluster
135
139
echo " Updating cluster ${CLUSTER_ID} : ${API_SERVER_URL} "
You can’t perform that action at this time.
0 commit comments