blob: 89ffe9a6ca8416541bcdbe3e4e2fd64947880397 [file] [log] [blame]
#!/bin/bash
# Run the cockroachdb client in the cluster.
kubectl run machineserver-cockroachdb-cli -it \
--image=cockroachdb/cockroach:v19.2.5 \
--rm \
--restart=Never \
-- sql \
--insecure \
--host=machineserver-cockroachdb-public