Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SalihAinqa opened this issue Nov 24, 2023 · 2 comments
Open

Comments

@SalihAinqa
Copy link

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
Copy link
Author

arangoerror

@jwierzbo
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants