Skip to content

Commit 3f82251

Browse files
committed
Fixing typos in PTP config ref tables
1 parent 542df09 commit 3f82251

3 files changed

+17
-14
lines changed

modules/nw-ptp-configuring-linuxptp-services-as-boundary-clock.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,15 @@ include::snippets/ptp_PtpConfigBoundary.yaml[]
8989
|Specify the `priority` with an integer value between `0` and `99`. A larger number gets lower priority, so a priority of `99` is lower than a priority of `10`. If a node can be matched with multiple profiles according to rules defined in the `match` field, the profile with the higher priority is applied to that node.
9090

9191
|`.recommend.match`
92-
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName`.
92+
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName` values.
9393

9494
|`.recommend.match.nodeLabel`
95-
|Update `nodeLabel` with the `key` of `node.Labels` from the node object by using the `oc get nodes --show-labels` command. For example: `node-role.kubernetes.io/worker`.
95+
|Set `nodeLabel` with the `key` of the `node.Labels` field from the node object by using the `oc get nodes --show-labels` command.
96+
For example, `node-role.kubernetes.io/worker`.
9697

97-
|`.recommend.match.nodeLabel`
98-
|Update `nodeName` with value of `node.Name` from the node object by using the `oc get nodes` command. For example: `compute-0.example.com`.
98+
|`.recommend.match.nodeName`
99+
|Set `nodeName` with the value of the `node.Name` field from the node object by using the `oc get nodes` command.
100+
For example, `compute-1.example.com`.
99101
|====
100102

101103
. Create the CR by running the following command:

modules/nw-ptp-configuring-linuxptp-services-as-ordinary-clock.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ include::snippets/ptp_PtpConfigOrdinaryClock.yaml[]
8282
|Set `.recommend.priority` to `0` for ordinary clock.
8383

8484
|`.recommend.match`
85-
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName`.
85+
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName` values.
8686

8787
|`.recommend.match.nodeLabel`
88-
|Update `nodeLabel` with the `key` of `node.Labels` from the node object by using the `oc get nodes --show-labels` command. For example: `node-role.kubernetes.io/worker`.
88+
|Set `nodeLabel` with the `key` of the `node.Labels` field from the node object by using the `oc get nodes --show-labels` command.
89+
For example, `node-role.kubernetes.io/worker`.
8990

90-
|`.recommend.match.nodeLabel`
91-
|Update `nodeName` with value of `node.Name` from the node object by using the `oc get nodes` command. For example: `compute-0.example.com`.
91+
|`.recommend.match.nodeName`
92+
|Set `nodeName` with the value of the `node.Name` field from the node object by using the `oc get nodes` command.
93+
For example, `compute-1.example.com`.
9294
|====
9395

9496
. Create the `PtpConfig` CR by running the following command:

modules/nw-ptp-grandmaster-clock-configuration-reference.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,13 @@ A larger number gets lower priority, so a priority of `99` is lower than a prior
8989
If a node can be matched with multiple profiles according to rules defined in the `match` field, the profile with the higher priority is applied to that node.
9090

9191
|`.recommend.match`
92-
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName`.
92+
|Specify `.recommend.match` rules with `nodeLabel` or `nodeName` values.
9393

9494
|`.recommend.match.nodeLabel`
95-
|Set `nodeLabel` with the `key` of `node.Labels` from the node object by using the `oc
96-
get nodes --show-labels` command.
97-
For example: `node-role.kubernetes.io/worker`.
95+
|Set `nodeLabel` with the `key` of the `node.Labels` field from the node object by using the `oc get nodes --show-labels` command.
96+
For example, `node-role.kubernetes.io/worker`.
9897

9998
|`.recommend.match.nodeName`
100-
|Set `nodeName` with value of `node.Name` from the node object by using the `oc get nodes` command.
101-
For example: `compute-1.example.com`.
99+
|Set `nodeName` with the value of the `node.Name` field from the node object by using the `oc get nodes` command.
100+
For example, `compute-1.example.com`.
102101
|====

0 commit comments

Comments
 (0)