Browse Source

HUE-8744 [docs] Add official helm chart repo URL

Romain 6 years ago
parent
commit
09c4926e76
2 changed files with 16 additions and 8 deletions
  1. 6 2
      README.md
  2. 10 6
      tools/kubernetes/README.md

+ 6 - 2
README.md

@@ -48,8 +48,12 @@ Start Hue in a single click with the [Docker Guide](https://github.com/cloudera/
 
 Kubernetes
 ----------
-Configurations to start a Hue server are available at [``tools/kubernetes``](tools/kubernetes/). The Kubernetes [hue.yaml](tools/kubernetes/helm/hue/templates/hue.yaml)
-configuration is available in the template directory.
+
+    helm repo add gethue https://helm.gethue.com
+    helm repo update
+    helm install gethue/hue
+
+Read more about configurations at [``tools/kubernetes``](tools/kubernetes/).
 
 
 Community

+ 10 - 6
tools/kubernetes/README.md

@@ -2,7 +2,6 @@
 
 How to run Hue in Kubernetes.
 
-
 ## Quick Start
 
 Assuming you have a Kubernetes cluster configured with Helm installed and images pushed (if not, check the [K8s Cluster](#k8s-cluster) section below).
@@ -20,18 +19,23 @@ Assuming you have a Kubernetes cluster configured with Helm installed and images
 
 ## Quick Start
 
-    cd tools/kubernetes/helm
+    helm repo add gethue https://helm.gethue.com
+    helm repo update
+    helm install gethue/hue
+
+or
 
+    git clone https://github.com/cloudera/hue.git
+    cd hue/tools/kubernetes/helm
     helm install hue -n hue
 
 ## K8s Cluster
 
 ### Ubuntu
 
-* OS: Ubuntu 16.04 or 18.04.
-* Nodes: 1 primary instance of m3.medium (1CPU 3GB).
-
-Quick start with https://microk8s.io/#quick-start
+* OS: Ubuntu 16.04 or 18.04
+* Nodes: 1 primary instance of m3.medium (1CPU 3GB)
+* Quick start with [microk8s](https://microk8s.io/#quick-start)
 
 ```
 sudo snap install microk8s --classic