You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/en/getstarted/run-milvus-k8s/install_cluster-milvusoperator.md
+2-57
Original file line number
Diff line number
Diff line change
@@ -40,63 +40,12 @@ If you encounter any issues pulling the image, contact us at <a href="mailto:com
40
40
41
41
Milvus Operator defines a Milvus cluster custom resources on top of [Kubernetes Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/). When custom resources are defined, you can use K8s APIs in a declarative way and manage the Milvus deployment stack to ensure its scalability and high availability.
42
42
43
-
### 1. Install cert-manager
44
-
45
-
Milvus Operator uses [cert-manager](https://cert-manager.io/docs/installation/supported-releases/) to provide a certificate for the webhook server.
46
-
47
-
<div class="alert note">
48
-
49
-
- You can safely skip this step if you choose to [deploy Milvus Operator using Helm](install_cluster-helm.md).
50
-
- Milvus Operator requires cert-manager 1.1.3 or above.
51
-
52
-
</div>
53
-
54
-
Run the following command to install cert-manager.
0 commit comments