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

Setting of `.v8-contexts` in Kubernetes Deployment Cluster does not work. #7316

Open
lanluu opened this issue Nov 14, 2018 · 0 comments
Open

Setting of `.v8-contexts` in Kubernetes Deployment Cluster does not work. #7316

lanluu opened this issue Nov 14, 2018 · 0 comments

Comments

@lanluu
Copy link

@lanluu lanluu commented Nov 14, 2018

My Environment

  • ArangoDB Version: 3.4 RC4
  • Deployment Mode: Cluster
  • Infrastructure: Kubernetes; GKE; 4 Nodes; 1 vCPUs; 1.75 GB each Node

Issue

Setting of .v8-contexts does not work i.e. it takes no effect, although no error was reported.

My deployment script/yaml:

args:
apiVersion: "database.arangodb.com/v1alpha"
kind: "ArangoDeployment"
metadata:
 name: "arangodb"
spec:
 mode: Cluster
 image: arangodb/arangodb-preview:v3.4.0-rc.4
 coordinators:
  count: 3
  args:
   - --javascript.v8-contexts=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.