From 2d5b86e71e3d2d83143223a8fb1fa2d27b174d86 Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sun, 18 Jun 2023 00:34:49 -0400 Subject: [PATCH] Correct `kubectl operator install` for latest version of operator-sdk Fixes https://github.com/cert-manager/website/issues/981 Signed-off-by: Elan Hasson <234704+ElanHasson@users.noreply.github.com> --- content/docs/installation/operator-lifecycle-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation/operator-lifecycle-manager.md b/content/docs/installation/operator-lifecycle-manager.md index 52fa7ad06b..15951779cc 100644 --- a/content/docs/installation/operator-lifecycle-manager.md +++ b/content/docs/installation/operator-lifecycle-manager.md @@ -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: