Skip to content

Commit c94aa3a

Browse files
author
mgoddard
committed
Adding script to open SQL shell on a pod
1 parent f8c9153 commit c94aa3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

k8s/sql_shell.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
kubectl exec --stdin --tty cockroachdb-2 -- cockroach sql --certs-dir=./cockroach-certs
4+

0 commit comments

Comments
 (0)