We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91441d0 commit 7256d6dCopy full SHA for 7256d6d
README.md
@@ -5,12 +5,22 @@ for Operators in your cluster. It simplifies adding and removing Operator
5
catalogs, and it has familiar commands for installing, uninstalling, and
6
listing available and installed Operators.
7
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
16
17
> **NOTE**: This plugin requires Operator Lifecycle Manager to be installed in your
18
cluster. See the OLM installation instructions [here](https://olm.operatorframework.io/docs/getting-started/)
19
20
## Demo
21
22
+### OLM V0
23
24

25
26
## Install
0 commit comments