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 c39ee2e commit 83eeed4Copy full SHA for 83eeed4
demo/demo.sh
@@ -78,6 +78,7 @@ desc "Now grab the multi-cluster VIP from the serviceimport..."
78
run "${k1} get serviceimport -n demo -o go-template --template='{{index (index .items 0).spec.ips 0}}{{\"\n\"}}'"
79
desc "...and connect to it"
80
run "${k1} -n demo run -i --rm --restart=Never --image=jeremyot/request:0a40de8 request -- --duration=10s --address=${vip}"
81
+run "${k1} -n demo run -i --rm --restart=Never --image=jeremyot/request:0a40de8 request -- --duration=10s --address=serve.demo.svc.clusterset.local"
82
desc "We have a multi-cluster service!"
83
desc "See for yourself"
84
desc "Cluster 1: kubectl --kubeconfig ${kubeconfig1} -n demo"
0 commit comments