File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Follow the steps below to install Intel Device Plugins Operator using OpenShift
19
19
2. Verify that the status of the operator is ** Succeeded** .
20
20
21
21
## Installation via command line interface (CLI)
22
- Apply the [ install-operator .yaml] ( ) file:
22
+ Apply the [ install_operator .yaml] ( /device_plugins/install_operator.yaml ) file:
23
23
```
24
- $ oc apply -f
24
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/install_operator.yaml
25
25
```
26
26
27
27
## Verify Installation via CLI
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2023 Intel Corporation
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ apiVersion : operators.coreos.com/v1alpha2
5
+ kind : OperatorGroup
6
+ metadata :
7
+ name : global-operators
8
+ namespace : openshift-operators
9
+ ---
10
+ apiVersion : operators.coreos.com/v1alpha1
11
+ kind : Subscription
12
+ metadata :
13
+ labels :
14
+ operators.coreos.com/intel-device-plugins-operator.openshiftoperators : " "
15
+ name : intel-device-plugins-operator
16
+ namespace : openshift-operators
17
+ spec :
18
+ channel : alpha
19
+ installPlanApproval : Automatic
20
+ name : intel-device-plugins-operator
21
+ source : certified-operators
22
+ sourceNamespace : openshift-marketplace
23
+ startingCSV : intel-device-plugins-operator.v0.26.1
You can’t perform that action at this time.
0 commit comments