Skip to content

Commit

Permalink
Merge pull request #2801 from gravitl/master
Browse files Browse the repository at this point in the history
master
  • Loading branch information
abhishek9686 authored Jan 25, 2024
2 parents 9334da9 + b9563fb commit a9a53f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/nm-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ configure_netclient() {
nmctl host update $HOST_ID --default
sleep 5
nmctl node create_ingress 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}"
set -e
}

Expand Down

0 comments on commit a9a53f6

Please sign in to comment.