Skip to content

Commit

Permalink
Merge pull request #1249 from ElanHasson/ElanHasson-patch-1
Browse files Browse the repository at this point in the history
Correct `kubectl operator install` for latest version of operator-sdk
  • Loading branch information
jetstack-bot authored Nov 1, 2023
2 parents 9e69fb4 + 5b0ff91 commit 8ea0620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/installation/operator-lifecycle-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ 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 create ns cert-manager
kubectl operator install cert-manager -n cert-manager --channel stable --approval Automatic --create-operator-group
```

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

0 comments on commit 8ea0620

Please sign in to comment.