pg-spot-ops / pg-spot-operator

Maintains stateful Postgres on Spot VMs
Other
2 stars 0 forks source link

New --show-ssh-connstr-only mode #26

Open kmoppel opened 1 week ago

kmoppel commented 1 week ago

Similar to the new --connstr-output-only, but to be able to connect via SSH quickly.

Should output something like: ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -l pgspotops 10.10.10.1

kmoppel commented 1 week ago

Also display in normal mode after the PG connect string