Skip to content

Commit 3b39d4a

Browse files
authored
Merge pull request #7967 from fabriziopandini/fix-cert-manager-verify-instructions
📖 Fix cert manager verification steps in developer guide
2 parents 7527262 + 305d04e commit 3b39d4a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/book/src/developer/guide.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/
8686

8787
Ensure the cert-manager webhook service is ready before creating the Cluster API components.
8888

89-
This can be done by running:
90-
91-
```bash
92-
kubectl wait --for=condition=Available --timeout=300s apiservice v1beta1.webhook.cert-manager.io
93-
```
89+
This can be done by following instructions for [manual verification](https://cert-manager.io/docs/installation/verify/#manual-verification)
90+
from the [cert-manager] web site.
91+
Note: make sure to follow instructions for the release of cert-manager you are installing.
9492

9593
[cert-manager]: https://github.com/cert-manager/cert-manager
9694

0 commit comments

Comments
 (0)