I am trying to install milvus db with milvus operator on my EKS cluster. I have a running milvus operator pod. The logs of pod doesnot show any error. But when I try to create a milvus standalone cluster using this command : kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/main/config/samples/milvus_default.yaml
I get this error:
Error from server (InternalError): error when creating “https://raw.githubusercontent.com/zilliztech/milvus-operator/main/config/samples/milvus_default.yaml”: Internal error occurred: failed calling webhook “mmilvus.kb.io”: failed to call webhook: Post “https://milvus-operator-webhook-service.milvus-operator.svc/mutate-milvus-io-v1beta1-milvus?timeout=10s”: Address is not allowed
I am using the documentation for milvus operator to create the cluster. Any help is appreciated.