k8s集群部署采用最低配置时出现问题 #30599
Replies: 4 comments 6 replies
-
seems like you got a typo |
Beta Was this translation helpful? Give feedback.
-
Hello @xiaofan-luan I got the same error today, but I didn't type anything, strictly followed this official document: https://milvus.io/docs/install_cluster-milvusoperator.md The operator is running $ oc get pods -n milvus-operator
NAME READY STATUS RESTARTS AGE
milvus-operator-checker-4nf6l 1/1 Running 0 43s
# and then
$ oc apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/main/config/samples/milvus_cluster_default.yaml
Error from server (InternalError): error when creating milvus_cluster_default.yaml:
Internal error occurred: failed calling webhook "mmilvus.kb.io":
failed to call webhook:
Post "https://milvus-operator-webhook-service.milvus-operator.svc:443/mutate-milvus-io-v1beta1-milvus?timeout=10s":
no endpoints available for service "milvus-operator-webhook-service" Any special configuration do we need? |
Beta Was this translation helpful? Give feedback.
-
切换成了 helm. 有一个 pod 启动不了
日志如下
是缺少什么步骤吗? |
Beta Was this translation helpful? Give feedback.
-
Hi. I fixed the issue via Hope that when installing helm chart, we can do something like this: helm install my-milvus milvus/milvus --set etcd.podSecurityContext.enabled=false --set etcd.containerSecurityContext.enabled=false |
Beta Was this translation helpful? Give feedback.
-
Error from server (InternalError): error when creating "milvus_cluster_minimum.yaml": Internal error occurred: failed calling webhook "mmilvus.kb.io": Post "https://milvus-operator-webhook-service.milvus-operator.svc:443/mutate-milvus-io-v1beta1-milvus?timeout=10s": context deadline exceeded
Beta Was this translation helpful? Give feedback.
All reactions