File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/ambient/install/multicluster/failover Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999
100100snip_verify_traffic_stays_in_local_cluster_1 () {
101101kubectl exec --context " ${CTX_CLUSTER1} " -n sample -c curl \
102- " $( kubectl get pod --context " {CTX_CLUSTER1}" -n sample -l \
102+ " $( kubectl get pod --context " $ {CTX_CLUSTER1}" -n sample -l \
103103 app=curl -o jsonpath=' {.items[0].metadata.name}' ) " \
104104 -- curl -sS helloworld.sample:5000/hello
105105}
@@ -112,7 +112,7 @@ ENDSNIP
112112
113113snip_verify_traffic_stays_in_local_cluster_3 () {
114114kubectl exec --context " ${CTX_CLUSTER2} " -n sample -c curl \
115- " $( kubectl get pod --context " {CTX_CLUSTER2}" -n sample -l \
115+ " $( kubectl get pod --context " $ {CTX_CLUSTER2}" -n sample -l \
116116 app=curl -o jsonpath=' {.items[0].metadata.name}' ) " \
117117 -- curl -sS helloworld.sample:5000/hello
118118}
You can’t perform that action at this time.
0 commit comments