pires / kubernetes-elasticsearch-cluster

Elasticsearch cluster on top of Kubernetes made easy.
Apache License 2.0
1.51k stars 687 forks source link

GCS Plugin: Repository type [gcs] does not exist #159

Closed tutoring closed 6 years ago

tutoring commented 6 years ago

The instructions for installing the GCS plugin specify that after adding:

...to the relevant deployments, then GCS bucket storage should be accessible, but it does not seem to be. The installation instructions on the ES website call for restarting the nodes and I'm not sure if that is part of the cause or not.

pires commented 6 years ago

We're installing the plug-ins before Elasticsearch starts so there's no need for restarting Elasticsearch.

Please, follow the official instructions for the respective plug-in. If it doesn't work, you should reach to the Elasticsearch project.

tutoring commented 6 years ago

I figured a pre-start installation was the case. Given the error message saying that the repository type does not exist, I wasn't totally sure though.

I'll try to reproduce this a few times to ensure it isn't just user error on my part. What you have provided with this repo is fantastic. Thank you for that.

pires commented 6 years ago

Thank you for taking the time so say "thank you" :)