From 4a984a428a9de6a35ae9f362adf13a3b944cf108 Mon Sep 17 00:00:00 2001 From: Tomas Pizarro Date: Fri, 19 May 2017 09:10:27 +0000 Subject: [PATCH] Add Kubernetes TL;DR; section --- bitnami/solr/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bitnami/solr/README.md b/bitnami/solr/README.md index 3952dcc6be45..dfd2ba444657 100644 --- a/bitnami/solr/README.md +++ b/bitnami/solr/README.md @@ -20,6 +20,16 @@ solr: image: bitnami/solr: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-solr/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.