I am trying to deploy Dremio to a GKE cluster, with GCS distStorage.
Whatever the authentication method I choose (“auto” or “serviceAccountKeys”), I run into issues:
- with “auto”, the master pod cannot start because it runs into GCS access errors, while the default service account that the GKE cluster uses has access to the bucket specified in distStorage/gcp/bucketName field.
- with “serviceAccountKeys”, it seems like the Helm chart is not valid, because I get the following error
Error: INSTALLATION FAILED: YAML parse error on dremio/templates/dremio-configmap.yaml: error converting YAML to JSON: yaml: line 49: could not find expected ':'
Thank you for your assistance!