Skip to content

Commit fa93682

Browse files
authored
Merge pull request #54 from vbedida79/patch-290623-1
device_plugins: Add install_operator.yaml
2 parents ca1be89 + c409380 commit fa93682

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

device_plugins/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Follow the steps below to install Intel Device Plugins Operator using OpenShift
1919
2. Verify that the status of the operator is **Succeeded**.
2020

2121
## 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:
2323
```
24-
$ oc apply -f
24+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/device_plugins/install_operator.yaml
2525
```
2626

2727
## Verify Installation via CLI

device_plugins/install_operator.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)