Преглед изворни кода

[docs] Update gethue/hue install for helm3 (#2010)

Romain Rigaux пре 4 година
родитељ
комит
7c47702d76

+ 1 - 1
README.md

@@ -51,7 +51,7 @@ Kubernetes
 
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
 
 Read more about configurations at [tools/kubernetes](tools/kubernetes/).
 

+ 1 - 1
docs/docs-site/content/administrator/installation/cloud.md

@@ -21,7 +21,7 @@ To start a full Hue service:
 
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
 
 The [Kubernetes Guide](https://github.com/cloudera/hue/tree/testing/tools/kubernetes) shows how to run the services via Helm or native YAML configs.
 

+ 1 - 1
docs/docs-site/content/quickstart/_index.md

@@ -15,7 +15,7 @@ Or [Kubernetes](/administrator/installation/cloud/#kubernetes):
 
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
 
 ## Configure
 

+ 1 - 1
docs/docs-site/content/releases/release-notes-4.9.0.md

@@ -51,7 +51,7 @@ Docker:
 Kubernetes:
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
 
 [demo.gethue.com](https://demo.gethue.com/)
 

+ 1 - 1
docs/gethue/content/en/posts/2019-07-26-hue-in-kubernetes.md

@@ -58,7 +58,7 @@ In a Shell, after installing Helm, just execute these three instructions to boot
 
 <pre><code class="bash">helm repo add gethue https://helm.gethue.com
 helm repo update
-helm install gethue/hue
+helm install hue gethue/hue
 </code></pre>
 
 <a href="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png"><img src="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png" /></a>

+ 1 - 1
docs/gethue/content/en/posts/2019-08-12-hue-4-5-and-its-improvements-are-out.md

@@ -68,7 +68,7 @@ They are several ways to give it a spin!
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 
 <a href="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png"><img src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" /></a>

+ 1 - 1
docs/gethue/content/en/posts/2019-12-03-release-hue-4-6.md

@@ -74,7 +74,7 @@ Go grab it and give it a spin!
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.6.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.6.0.zip)

+ 1 - 1
docs/gethue/content/en/posts/2020-04-10-release-hue-4-7.md

@@ -75,7 +75,7 @@ Go grab it and give it a spin!
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.7.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.7.0.zip)

+ 1 - 1
docs/gethue/content/en/posts/2020-08-22-quickstart-hue-in-kubernetes.md

@@ -55,7 +55,7 @@ In a Shell, after installing Helm, just execute these three instructions to boot
 
 <pre><code class="bash">helm repo add gethue https://helm.gethue.com
 helm repo update
-helm install gethue/hue
+helm install hue gethue/hue
 </code></pre>
 
 <a href="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png"><img src="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png" /></a>

+ 1 - 1
docs/gethue/content/en/posts/2020-09-23-release-hue-4-8.md

@@ -88,7 +88,7 @@ Go grab it and give it a spin!
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.8.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.8.0.zip)

+ 1 - 1
docs/gethue/content/en/posts/2021-02-02-release-hue-4-9.md

@@ -94,7 +94,7 @@ Go grab it and give it a spin!
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.9.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.9.0.zip)

+ 1 - 1
docs/gethue/content/jp/posts/2019-07-28-hue-in-kubernetes.md

@@ -57,7 +57,7 @@ Helm をインストールした後にシェルで次の3つの手順を実行
 
 <pre><code class="bash">helm repo add gethue https://helm.gethue.com
 helm repo update
-helm install gethue/hue
+helm install hue gethue/hue
 </pre>
 
 [<img class="aligncenter size-full wp-image-5131" src="https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png" alt="" width="512" height="457" />][5]

+ 1 - 1
docs/gethue/content/jp/posts/2019-08-14-hue-4-5-and-its-improvements-are-out.md

@@ -70,7 +70,7 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 
 <a href="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png"><img src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" /></a>

+ 1 - 1
docs/gethue/content/jp/posts/2019-12-03-release-hue-4-6.md

@@ -74,7 +74,7 @@ Hue チームはすべての貢献者に感謝し、Hue 4.6 をリリースし
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](https://demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.6.0.tgz) または [source](https://github.com/cloudera/hue/archive/release-4.6.0.zip)

+ 1 - 1
docs/gethue/content/jp/posts/2020-04-10-release-hue-4-7.md

@@ -75,7 +75,7 @@ Hue チームは全ての貢献者に感謝し、Hue 4.7 のリリースを喜
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.7.0.tgz) または [source](https://github.com/cloudera/hue/archive/release-4.7.0.zip)

+ 1 - 1
docs/gethue/content/jp/posts/2020-09-23-release-hue-4-8.md

@@ -88,7 +88,7 @@ Hue チームは全ての貢献者に感謝し、Hue 4.8 がリリースでき
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.8.0.tgz) または [source](https://github.com/cloudera/hue/archive/release-4.8.0.zip)

+ 1 - 1
docs/gethue/content/jp/posts/2021-02-02-release-hue-4-9.md

@@ -94,7 +94,7 @@ Python 3 として最新化している技術スタックは最新の Docker イ
     ```
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
     ```
 * [demo.gethue.com](demo.gethue.com)
 * [Tarball](https://cdn.gethue.com/downloads/hue-4.9.0.tgz) または [source](https://github.com/cloudera/hue/archive/release-4.9.0.zip)

+ 1 - 1
tools/kubernetes/README.md

@@ -17,7 +17,7 @@ Assuming you have a Kubernetes cluster configured with Helm installed and images
 
     helm repo add gethue https://helm.gethue.com
     helm repo update
-    helm install gethue/hue
+    helm install hue gethue/hue
 
 or run: