You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to deploying ArngoDB cluster in our own kubernetes cluster. I have successfully added the CRDs to our cluster.
Using the following command from helm 2.17 template I generated the YAML manifests with namespace scope of the deployment.
When deployed everything is running but when I deploy the cluster and check the logs of it.I getting the following. When I reached the community for this issue. They said it would only try to list nodes if you are using cluster scope deployment but not with namespace scoped but yet this is the error I am getting. I can share the generated YAML manifests for verification.
2021-07-09T17:05:00Z ERR Unable to get nodes error="Unable to get nodes: nodes is forbidden: User \"system:serviceaccount:ac-refurb-ops-planning-kube:arango-deployment-operator\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" component=deployment deployment=production-cluster operator-id=6kpnl
2021-07-09T17:05:00Z DBG ...deployment inspect started component=deployment deployment=production-cluster interval=250ms operator-id=6kpnl
2021-07-09T17:05:00Z DBG Inspect deployment... component=deployment deployment=production-cluster operator-id=6kpnl
2021-07-09T17:05:01Z ERR Unable to get nodes error="Unable to get nodes: nodes is forbidden: User \"system:serviceaccount:ac-refurb-ops-planning-kube:arango-deployment-operator\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" component=deployment deployment=production-cluster operator-id=6kpnl
2021-07-09T17:05:01Z DBG ...inspected deployment component=deployment deployment=production-cluster interval=250ms operator-id=6kpnl
2021-07-09T17:05:01Z DBG Inspect deployment... component=deployment deployment=production-cluster operator-id=6kpnl
2021-07-09T17:05:01Z ERR Unable to get nodes error="Unable to get nodes: nodes is forbidden: User \"system:serviceaccount:ac-refurb-ops-planning-kube:arango-deployment-operator\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" component=deployment deployment=production-cluster operator-id=6kpnl
The text was updated successfully, but these errors were encountered:
saipavan9
changed the title
Unable to deploy ArangoDB cluster in Kubernetes
Unable to deploy ArangoDB cluster in Kubernetes with namespaced mode
Aug 2, 2021
Hi,
I am trying to deploying ArngoDB cluster in our own kubernetes cluster. I have successfully added the CRDs to our cluster.
Using the following command from helm 2.17 template I generated the YAML manifests with namespace scope of the deployment.
When deployed everything is running but when I deploy the cluster and check the logs of it.I getting the following. When I reached the community for this issue. They said it would only try to list nodes if you are using cluster scope deployment but not with namespace scoped but yet this is the error I am getting. I can share the generated YAML manifests for verification.
The text was updated successfully, but these errors were encountered: