We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cdd65 commit b948f65Copy full SHA for b948f65
monitor.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# run `bash monitor.sh namespace` to see your kubernetes note, pods and public IP`
4
+# likely run it in a separate terminal to see howyour hub deployment in google cloud is going.
5
6
+watch -n1 'echo "get nodes: $ kubectl get nodes"; kubectl get node; echo "\nget pods: kubectl --namespace='$1' get pod"; kubectl --namespace='$1' get pod; echo "\nGet public ip: kubectl --namespace='$1' get svc proxy-public "; kubectl --namespace='$1' get svc proxy-public'
0 commit comments