How to get Ratel in a kubernetes cluster?

Correct. I thought it was changed over to the new image, I made a PR to change that, and hopefully it’ll get some attention.

With all the values, may be easier to use a config file:

cat <<-EOF > values.yaml
ratel:
  enabled: true
  image:
    repository: dgraph/ratel
    tag: v21.03.0
EOF

helm install test dgraph/dgraph --values value.yaml

@MichelDiz @dmai Please merge this PR and push up a new chart version. I an get on a zoom call to walk through the process if needed, as I am not authorized to create tags.

1 Like