You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The skupper controller will update the secret *site-token* with TLS details that will be used in other clouds *Cloud-2* and *Cloud-3* to connect the clouds using _Virtual Application Network(VAN)_.
184
+
The `token.yaml` will be used in other clouds *Cloud-2* and *Cloud-3* to connect the clouds using _Virtual Application Network(VAN)_.
132
185
133
-
Retrieve the site token from *Cloud-1* using:
186
+
187
+
To connect *Cloud-2* and *Cloud-3* with *Cloud-1*, run the following command on *Cloud-2* and *Cloud-3*:
188
+
189
+
==== Cloud-2
190
+
191
+
Make sure the *Cloud-2* starts to spill over after *4* requests in queue:
134
192
135
193
[source,bash]
136
194
----
137
-
oc get secret -n hybrid-cloud site-token -o yaml > $HYBRID_CLOUD_HOME/token.yaml
0 commit comments