Skip to content

Commit 7256d6d

Browse files
Adding text about OLMv1 commands to the Readme
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
1 parent 91441d0 commit 7256d6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ for Operators in your cluster. It simplifies adding and removing Operator
55
catalogs, and it has familiar commands for installing, uninstalling, and
66
listing available and installed Operators.
77

8+
kubectl operator can be used for both OLM VO and V1.
9+
10+
To see the OLM V1 related commands , run
11+
12+
```
13+
kubectl operator olmv1 --help
14+
15+
```
816

917
> **NOTE**: This plugin requires Operator Lifecycle Manager to be installed in your
1018
cluster. See the OLM installation instructions [here](https://olm.operatorframework.io/docs/getting-started/)
1119

1220
## Demo
1321

22+
### OLM V0
23+
1424
![asciicast](assets/demo/demo.gif)
1525

1626
## Install

0 commit comments

Comments
 (0)