We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7527262 + 305d04e commit 3b39d4aCopy full SHA for 3b39d4a
docs/book/src/developer/guide.md
@@ -86,11 +86,9 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/
86
87
Ensure the cert-manager webhook service is ready before creating the Cluster API components.
88
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
-```
+This can be done by following instructions for [manual verification](https://cert-manager.io/docs/installation/verify/#manual-verification)
+from the [cert-manager] web site.
+Note: make sure to follow instructions for the release of cert-manager you are installing.
94
95
[cert-manager]: https://github.com/cert-manager/cert-manager
96
0 commit comments