Skip to content

Commit 73e7ca3

Browse files
committed
Fix readme steps for locally running operator
Signed-off-by: Swarup Ghosh <swghosh@redhat.com>
1 parent 6ed432e commit 73e7ca3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ The Operator automatically deploys a cluster-scoped `CertManager` object named `
3737

3838
Connect to your OpenShift cluster and run the following command:
3939

40-
make local-run
40+
```sh
41+
make deploy
42+
oc scale --replicas=0 deploy --all -n cert-manager-operator
43+
make local-run
44+
```
4145

4246
This command will install all the necessary Operator manifests as well as all necessary CRDs. After this part is complete, it will run the Operator locally.
4347

hack/operator-sdk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -e
55
VERSION="1.25.1"
66

77
OUTPUT_PATH=${1:-./bin/operator-sdk}
8-
VERIFY=${2:-yes}
98

109
GOOS=$(go env GOOS)
1110
GOARCH=$(go env GOARCH)

0 commit comments

Comments
 (0)