Skip to content

Commit 2b1269d

Browse files
authored
Merge pull request #321 from chaitanya1731/doc
Set version to v1.4.0
2 parents d6fadbc + 087005e commit 2b1269d

File tree

16 files changed

+39
-39
lines changed

16 files changed

+39
-39
lines changed

device_plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow the steps below to install Intel Device Plugins Operator using OpenShift
2323
### Installation via command line interface (CLI)
2424
Apply the [install_operator.yaml](/device_plugins/install_operator.yaml) file:
2525
```
26-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/install_operator.yaml
26+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/device_plugins/install_operator.yaml
2727
```
2828

2929
### Verify Installation via CLI

device_plugins/deploy_dsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Create CR via CLI
1515
Apply the CR yaml file:
1616
```
17-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/dsa_device_plugin.yaml
17+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/device_plugins/dsa_device_plugin.yaml
1818
```
1919

2020
## Verify via CLI

device_plugins/deploy_gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Create CR via CLI
1515
Apply the CR yaml file:
1616
```
17-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/gpu_device_plugin.yaml
17+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/device_plugins/gpu_device_plugin.yaml
1818
```
1919

2020
## Verify via CLI

device_plugins/deploy_qat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Create CR via CLI
1515
Apply the CR yaml file:
1616
```
17-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/qat_device_plugin.yaml
17+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/device_plugins/qat_device_plugin.yaml
1818
```
1919

2020
## Verify via CLI

device_plugins/deploy_sgx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Create CR via CLI
1515
Apply the CR yaml file:
1616
```
17-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/sgx_device_plugin.yaml
17+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/device_plugins/sgx_device_plugin.yaml
1818
```
1919

2020
## Verify via CLI

e2e/inference/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To enable the interactive mode, the OpenVINO notebook CR needs to be created and
3636

3737
Create `AcceleratorProfile` in the `redhat-ods-applications` namespace
3838
```
39-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/e2e/inference/accelerator_profile_flex140.yaml
39+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/e2e/inference/accelerator_profile_flex140.yaml
4040
```
4141

4242
3. Navigate to `openvino-notebooks` ImageStream and add the above created `AcceleratorProfile` key to the annotation field, as shown in the image below:
@@ -73,7 +73,7 @@ Follow the [link](https://github.com/openvinotoolkit/operator/blob/main/docs/not
7373
Deploy the ```accelerator_profile_gaudi.yaml``` in the redhat-ods-applications namespace.
7474

7575
```
76-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/e2e/inference/accelerator_profile_gaudi.yaml
76+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/e2e/inference/accelerator_profile_gaudi.yaml
7777
```
7878

7979
## See Also

gaudi/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ If you are familiar with the steps here to manually provision the accelerator, t
1515

1616
The default kernel firmware search path `/lib/firmware` in RHCOS is not writable. Command below can be used to add path `/var/lib/fimware` into the firmware search path list.
1717
```
18-
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/gaudi/gaudi_firmware_path.yaml
18+
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/gaudi/gaudi_firmware_path.yaml
1919
```
2020

2121
## Label Gaudi Accelerator Nodes With NFD
2222
NFD operator can be used to configure NFD to automatically detect the Gaudi accelerators and label the nodes for the following provisioning steps.
2323
```
24-
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/gaudi/gaudi_nfd_instance_openshift.yaml
24+
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/gaudi/gaudi_nfd_instance_openshift.yaml
2525
```
2626
Verify NFD has labelled the node correctly:
2727
```
@@ -42,7 +42,7 @@ Follow the steps below to install Intel Gaudi Base Operator using OpenShift web
4242

4343
### Installation via Command Line Interface (CLI)
4444
```
45-
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/gaudi/gaudi_install_operator.yaml
45+
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/gaudi/gaudi_install_operator.yaml
4646
```
4747

4848
### Verify Installation via CLI
@@ -70,7 +70,7 @@ To create a Habana Gaudi device plugin CR, follow the steps below.
7070
### Create CR via CLI
7171
Apply the CR yaml file:
7272
```
73-
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/gaudi/gaudi_device_config.yaml
73+
oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/gaudi/gaudi_device_config.yaml
7474
```
7575

7676
### Verify the DeviceConfig CR is created

kmmo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ oc label node <node_name> intel.feature.node.kubernetes.io/dgpu-canary=true
5757

5858
3. Use pre-build mode to deploy the driver container.
5959
```
60-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/kmmo/intel-dgpu.yaml
60+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/kmmo/intel-dgpu.yaml
6161
```
6262

6363
4. After the driver is verified on the cluster through the canary deployment, simply remove the line shown below from the [`intel-dgpu.yaml`](/kmmo/intel-dgpu.yaml) file and reapply the yaml file to deploy the driver to the entire cluster. As a cluster administrator, you can also select another deployment policy.

machine_configuration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Any contribution in this area is welcome.
2424
* Turn on `intel_iommu,sm_on` kernel parameter and load `vfio_pci` at boot for QAT and DSA provisioning
2525

2626
```
27-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/machine_configuration/100-intel-iommu-on.yaml
27+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/machine_configuration/100-intel-iommu-on.yaml
2828
```
2929

3030
Note: This will reboot the worker nodes when changing the kernel parameter through MCO.

nfd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Note: As RHOCP cluster administrator, you might need to merge the NFD operator c
1414

1515
1. Create `NodeFeatureDiscovery` CR instance.
1616
```
17-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/nfd/node-feature-discovery-openshift.yaml
17+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/nfd/node-feature-discovery-openshift.yaml
1818
```
1919

2020
2. Create `NodeFeatureRule` CR instance.
2121
```
22-
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/nfd/node-feature-rules-openshift.yaml
22+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.4.0/nfd/node-feature-rules-openshift.yaml
2323
```
2424

2525
## Verification

0 commit comments

Comments
 (0)