simon824 opened a new issue, #261: URL: https://github.com/apache/incubator-hugegraph-computer/issues/261
### Bug Type (问题类型) exception / error (运行异常) ### Before submit - [X] 我已经确认现有的 [Server-Issues](https://github.com/apache/hugegraph-computer/issues) 与 [Computer-Issues](https://github.com/apache/hugegraph-computer/issues) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v1.0.x - Computer Version: v1.0.0 - Scheduler: Kubernetes version v1.23.10 - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Expected & Actual behavior (期望与实际表现) ```bash bash-5.1# kubectl apply -f https://raw.githubusercontent.com/apache/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-crd.v1.yaml bash-5.1# kubectl apply -f https://raw.githubusercontent.com/apache/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-operator.yaml ``` ```bash namespace/hugegraph-computer-operator-system unchanged customresourcedefinition.apiextensions.k8s.io/hugegraphcomputerjobs.operator.hugegraph.apache.org configured serviceaccount/hugegraph-computer-operator-controller-manager unchanged role.rbac.authorization.k8s.io/hugegraph-computer-operator-leader-election-role unchanged clusterrole.rbac.authorization.k8s.io/hugegraph-computer-operator-manager-role configured clusterrole.rbac.authorization.k8s.io/hugegraph-computer-operator-metrics-reader unchanged clusterrole.rbac.authorization.k8s.io/hugegraph-computer-operator-proxy-role unchanged rolebinding.rbac.authorization.k8s.io/hugegraph-computer-operator-leader-election-rolebinding unchanged clusterrolebinding.rbac.authorization.k8s.io/hugegraph-computer-operator-manager-rolebinding unchanged clusterrolebinding.rbac.authorization.k8s.io/hugegraph-computer-operator-proxy-rolebinding unchanged configmap/hugegraph-computer-operator-manager-config unchanged service/hugegraph-computer-operator-controller-manager-metrics-service unchanged service/hugegraph-computer-operator-etcd unchanged service/hugegraph-computer-operator-webhook-service unchanged deployment.apps/hugegraph-computer-operator-controller-manager configured deployment.apps/hugegraph-computer-operator-etcd unchanged mutatingwebhookconfiguration.admissionregistration.k8s.io/hugegraph-computer-operator-mutating-webhook-configuration configured validatingwebhookconfiguration.admissionregistration.k8s.io/hugegraph-computer-operator-validating-webhook-configuration configured unable to recognize "https://raw.githubusercontent.com/apache/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-operator.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" unable to recognize "https://raw.githubusercontent.com/apache/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-operator.yaml": no matches for kind "Certificate" in version "cert-manager.io/v1" unable to recognize "https://raw.githubusercontent.com/apache/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-operator.yaml": no matches for kind "Issuer" in version "cert-manager.io/v1" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
