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
@@ -202,7 +202,7 @@ The **RuntimeClass** (`.spec.runtimeClassName` field) is reflected from the loca
202
202
If you are using the [Liqo RuntimeClass](../usage/namespace-offloading.md#runtimeclass), you cannot specify the RuntimeClass name as the field is already used.
203
203
To overcome this problem, you can annotate the pod with `liqo.io/remote-runtime-class-name: <MY_RUNTIMECLASS_NAME>`.
204
204
205
-
It is also possible to enforce a remote RuntimeClass to all pods scheduled on a virtual node, by specifying it in the *OffladingPatch* of the virtualnode (`.spec.offloadingPatch.runtimeClassName`).
205
+
It is also possible to enforce a remote RuntimeClass to all pods scheduled on a virtual node, by specifying it in the *OffloadingPatch* of the virtualnode (`.spec.offloadingPatch.runtimeClassName`).
206
206
If you are using liqoctl to create the virtual node, you can leverage the `--runtime-class-name` flag.
207
207
208
208
If these options are used in combination, the following priority (from higher to lower priority) will be used to determine the remote RuntimeClass:
0 commit comments