File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/en/docs/ambient/install/multicluster/failover Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Send request from the `curl` pods on `cluster1` to the `HelloWorld` service agai
175175
176176{{< text bash >}}
177177$ kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
178- "$(kubectl get pod --context "{CTX_CLUSTER1}" -n sample -l \
178+ "$(kubectl get pod --context "$ {CTX_CLUSTER1}" -n sample -l \
179179 app=curl -o jsonpath='{.items[ 0] .metadata.name}')" \
180180 -- curl -sS helloworld.sample:5000/hello
181181{{< /text >}}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ kubectl --context "${CTX_CLUSTER1}" scale --replicas=0 deployment/helloworld-v1
129129
130130snip_verify_failover_to_another_cluster_2 () {
131131kubectl exec --context " ${CTX_CLUSTER1} " -n sample -c curl \
132- " $( kubectl get pod --context " {CTX_CLUSTER1}" -n sample -l \
132+ " $( kubectl get pod --context " $ {CTX_CLUSTER1}" -n sample -l \
133133 app=curl -o jsonpath=' {.items[0].metadata.name}' ) " \
134134 -- curl -sS helloworld.sample:5000/hello
135135}
You can’t perform that action at this time.
0 commit comments