File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
content/en/docs/ambient/install/multicluster/failover Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ $ kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
183183This time you should see that the request is processed by ` HelloWorld ` service in ` cluster2 ` because there are no
184184available endpoints in ` cluster1 ` :
185185
186- {{< text bash >}}
186+ {{< text plain >}}
187187Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
188188Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
189189...
Original file line number Diff line number Diff line change @@ -134,10 +134,7 @@ kubectl exec --context "${CTX_CLUSTER1}" -n sample -c curl \
134134 -- curl -sS helloworld.sample:5000/hello
135135}
136136
137- snip_verify_failover_to_another_cluster_3 () {
138- }
139-
140- ! IFS=$' \n ' read -r -d ' ' snip_verify_failover_to_another_cluster_3_out << \ENDSNIP
137+ ! IFS=$' \n ' read -r -d ' ' snip_verify_failover_to_another_cluster_3 << \ENDSNIP
141138Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
142139Hello version: v2, instance: helloworld-v2-7b768b9bbd-7zftm
143140...
You can’t perform that action at this time.
0 commit comments