Skip to content

Commit 17372d1

Browse files
authored
Update reflection.md
Fix two trivial typos
1 parent 0158c67 commit 17372d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/reflection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Briefly, the set of supported resources includes (by category):
66

77
* [**Workload**](UsageReflectionPods): *Pods*
88
* [**Exposition**](UsageReflectionExposition): *Services*, *EndpointSlices*, *Ingresses*
9-
* [**Storage**](UsageReflectionStorage): *PersistentVolumeClaims*, *PresistentVolumes*
9+
* [**Storage**](UsageReflectionStorage): *PersistentVolumeClaims*, *PersistentVolumes*
1010
* [**Configuration**](UsageReflectionConfiguration): *ConfigMaps*, *Secrets*, *ServiceAccounts*
1111
* [**Event**](UsageReflectionEvent): *Events*
1212

@@ -202,7 +202,7 @@ The **RuntimeClass** (`.spec.runtimeClassName` field) is reflected from the loca
202202
If you are using the [Liqo RuntimeClass](../usage/namespace-offloading.md#runtimeclass), you cannot specify the RuntimeClass name as the field is already used.
203203
To overcome this problem, you can annotate the pod with `liqo.io/remote-runtime-class-name: <MY_RUNTIMECLASS_NAME>`.
204204

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`).
206206
If you are using liqoctl to create the virtual node, you can leverage the `--runtime-class-name` flag.
207207

208208
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

Comments
 (0)