Skip to content

Commit c7db99e

Browse files
authored
Merge pull request #74 from vbedida79/patch-300623-9
machine_configuration: updated readme links
2 parents 4945c13 + 3a67ecf commit c7db99e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

machine_configuration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Any contribution in this area is welcome.
2424
## Set up an alternative firmware path for the cluster
2525
The command below sets `/var/lib/firmware` as the alternative firmware path since the default firmware path `/lib/firmware` is read-only on RHCOS.
2626
```
27-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/blob/release-1.0.0/machine_configuration/100-alternative-fw-path-for-worker-nodes.yaml/intel/intel-technology-enabling-for-openshift/blob/main/machine_configuration/100-alternative-fw-path-for-worker-nodes.yaml
27+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-alternative-fw-path-for-worker-nodes.yaml
2828
```
2929
**Note**: This command reboots all the worker nodes sequentially. To avoid reboot on Day 2, the cluster administrator can perform this step on Day 1.
3030

@@ -53,7 +53,7 @@ Ensure `firmware_class.path=/var/lib/firmware` is present.
5353
## Create `intel-dgpu` MachineConfigPool
5454
The command shown below creates a custom `intel-dgpu` MachineConfigPool for worker nodes with an Intel Data Center GPU card, which is labeled with `intel.feature.node.kubernetes.io/gpu: 'true'` by [NFD](/nfd/README.md).
5555
```
56-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/release-1.0.0/machine_configuration/intel-dgpu-machine-config-pool.yaml
56+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/intel-dgpu-machine-config-pool.yaml
5757
```
5858

5959
## Verification
@@ -75,7 +75,7 @@ Run the command shown below to disable the loading of a potential conflicting dr
7575

7676
**Note**: The `i915` driver depends on a ported `drm` module. Some other drivers, such as ast that depends on in-tree drm module might have a compatibility issues, known issue will be resolved on i915 driver for RHEL `9.x`, which will be used for RHOCP `4.13`.
7777
```
78-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/release-1.0.0/machine_configuration/100-intel-dgpu-machine-config-disable-ast.yaml
78+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-dgpu-machine-config-disable-ast.yaml
7979
```
8080
**Note**: This command will reboot the worker nodes in the `intel-dgpu` MachineConfigPool sequentially.
8181

0 commit comments

Comments
 (0)