Closed wgb1990 closed 1 year ago
可能是geaflow服务账号没有创建,试试创建geaflow服务账号后运行 终端执行如下命令,在kubectl中创建
kubectl create serviceaccount geaflow kubectl create clusterrolebinding geaflow-role-binding --clusterrole=edit --serviceaccount=default:geaflow --namespace=default
K8S部署文档已经更新,步骤更加详细,详见 https://github.com/TuGraph-family/tugraph-analytics/pull/37
可能是geaflow服务账号没有创建,试试创建geaflow服务账号后运行 终端执行如下命令,在kubectl中创建 #创建服务账号 kubectl create serviceaccount geaflow kubectl create clusterrolebinding geaflow-role-binding --clusterrole=edit --serviceaccount=default:geaflow --namespace=default
@wgb1990 相关文档已经补充,请参考:https://tugraph-analytics.readthedocs.io/en/latest/docs-cn/deploy/install_guide/