diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index 017a508c229b..f52979e423e5 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -20,6 +20,16 @@ elasticsearch: image: bitnami/elasticsearch:latest ``` +## Kubernetes + +> **WARNING**: This is a beta configuration, currently unsupported. + +Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so: + +```bash +$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-elasticsearch/master/kubernetes.yml +``` + # Why use Bitnami Images? * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.