You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2022. It is now read-only.
The output (after terraform apply) echos the "ips", yet if you look at the VMs you will notice they are a +1 increment on the last octet. So then the output of
terraform output -json | jq -r '.ips.value[][]'
will not match the deployed VMs so the mk-ssh-config.sh and subsequent cluster setup commands will not work.
Good news is that manually making the IP changes in those commands/outputs seems to allows connectivity and completion