Merge pull request #2916 from gravitl/master

Master
This commit is contained in:
Abhishek K 2024-04-30 21:43:18 +05:30 committed by GitHub
commit 26e6ad53d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,7 @@ configure_netclient() {
set +e
nmctl host update $HOST_ID --default
sleep 5
nmctl node create_ingress netmaker $NODE_ID
nmctl node create_remote_access_gateway netmaker $NODE_ID
#setup failOver
sleep 5
curl --location --request POST "https://api.${NETMAKER_BASE_DOMAIN}/api/v1/node/${NODE_ID}/failover" --header "Authorization: Bearer ${MASTER_KEY}"