Skip to content

Commit

Permalink
Correct kubectl operator install for latest version of operator-sdk
Browse files Browse the repository at this point in the history
Fixes #981


Signed-off-by: Elan Hasson <[email protected]>
  • Loading branch information
ElanHasson committed Jun 18, 2023
1 parent 8ebb188 commit 2d5b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/installation/operator-lifecycle-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ from the [Krew Kubectl plugins index][] and then use that to install the cert-ma
```sh
operator-sdk olm install
kubectl krew install operator
kubectl operator install cert-manager -n operators --channel stable --approval Automatic
kubectl operator install cert-manager -n cert-manager --channel candidate --approval Automatic --create-operator-group
```

You can monitor the progress of the installation as follows:
Expand Down

0 comments on commit 2d5b86e

Please sign in to comment.