Skip to content

Commit 17a4f99

Browse files
committed
Fix typo
Signed-off-by: Mikhail Krinkin <[email protected]>
1 parent 4efa9e1 commit 17a4f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/ambient/install/multicluster/failover/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 >}}

content/en/docs/ambient/install/multicluster/failover/snips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ kubectl --context "${CTX_CLUSTER1}" scale --replicas=0 deployment/helloworld-v1
129129

130130
snip_verify_failover_to_another_cluster_2() {
131131
kubectl 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
}

0 commit comments

Comments
 (0)