apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
66 stars 100 forks source link

HugeGraph-Computer Quick Start 文档第2步中 kubectl 命令 找不到资源 #151

Open xudaddd opened 2 years ago

xudaddd commented 2 years ago

Problem Type (问题类型)

lack info (文档描述缺失)

Your Question (问题描述)

按照 HugeGraph-Computer Quick Start 操作,在第2步 Install hugegraph-computer CRD中执行kubectl 命令,结果提示 Error from server (NotFound): the server could not find the requested resource 找不到资源

imbajin commented 2 years ago

你可以提供更多一些的信息么, 包括不限于截图, k8s 版本之类的必要信息

另外可以参考一下 computer 仓库的操作文档

xudaddd commented 2 years ago

我的k8s版本如下: 1663928261468 集群状态: 1663928372135

使用的yaml文件是:

Kubernetes version >= v1.16

kubectl apply -f https://raw.githubusercontent.com/apapche/hugegraph-computer/master/computer-k8s-operator/manifest/hugegraph-computer-crd.v1.yaml

运行结果: 1663928458351

我怀疑是单纯的资源缺失

你可以提供更多一些的信息么, 包括不限于截图, k8s 版本之类的必要信息

另外可以参考一下 computer 仓库的操作文档

coderzc commented 2 years ago

可能是网络问题,可以尝试把yaml下载到本地再执行