kube-arangodb icon indicating copy to clipboard operation
kube-arangodb copied to clipboard

Install kube-arangodb-1.2.35 through helm - issue access through JWT

Open salihainqa opened this issue 2 years ago • 2 comments

I have installed kube-arango through helm after that i can see deployment but ArangoDeployment not there.

Also i am not able to config jwtSecretName=None as ArangoDeployment not there. Kindly assist.


test@k8m:~$ helm install --generate-name https://github.com/arangodb/kube-arangodb/releases/download/1.2.35/kube-arangodb-1.2.35.tgz --set "spec.auth.jwtSecretName=None" WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/test/.kube/config WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/test/.kube/config NAME: kube-arangodb-1-1700818157 LAST DEPLOYED: Fri Nov 24 09:29:21 2023 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: You have installed Kubernetes ArangoDB Operator in version 1.2.35

To access ArangoDeployments you can use:

kubectl --namespace "default" get arangodeployments

More details can be found on https://github.com/arangodb/kube-arangodb/tree/1.2.35/docs test@k8m:~$ kubectl --namespace "default" get arangodeployments No resources found in default namespace.

salihainqa avatar Nov 24 '23 09:11 salihainqa

arangoerror

salihainqa avatar Nov 24 '23 09:11 salihainqa

@SalihAinqa you have deployed operator, now you need to add ArangoDeployment. Here is an example: https://github.com/arangodb/kube-arangodb/blob/master/examples/simple-cluster.yaml

jwierzbo avatar Nov 28 '23 12:11 jwierzbo