mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Fix helm install error
The error is "Error: unknown flag: --output-dir" This is a leftover from when the instructions ran "helm template --output-dir ."
This commit is contained in:
+2
-2
@@ -205,7 +205,7 @@ Install Rancher, declaring your chosen options. Use the reference table below to
|
|||||||
| `<REGISTRY.YOURDOMAIN.COM:PORT>` | The DNS name for your private registry. |
|
| `<REGISTRY.YOURDOMAIN.COM:PORT>` | The DNS name for your private registry. |
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
helm install rancher ./rancher-<VERSION>.tgz --output-dir . \
|
helm install rancher ./rancher-<VERSION>.tgz \
|
||||||
--namespace cattle-system \
|
--namespace cattle-system \
|
||||||
--set hostname=<RANCHER.YOURDOMAIN.COM> \
|
--set hostname=<RANCHER.YOURDOMAIN.COM> \
|
||||||
--set rancherImage=<REGISTRY.YOURDOMAIN.COM:PORT>/rancher/rancher \
|
--set rancherImage=<REGISTRY.YOURDOMAIN.COM:PORT>/rancher/rancher \
|
||||||
@@ -217,7 +217,7 @@ Install Rancher, declaring your chosen options. Use the reference table below to
|
|||||||
If you are using a Private CA signed cert, add `--set privateCA=true` following `--set ingress.tls.source=secret`:
|
If you are using a Private CA signed cert, add `--set privateCA=true` following `--set ingress.tls.source=secret`:
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
helm install rancher ./rancher-<VERSION>.tgz --output-dir . \
|
helm install rancher ./rancher-<VERSION>.tgz \
|
||||||
--namespace cattle-system \
|
--namespace cattle-system \
|
||||||
--set hostname=<RANCHER.YOURDOMAIN.COM> \
|
--set hostname=<RANCHER.YOURDOMAIN.COM> \
|
||||||
--set rancherImage=<REGISTRY.YOURDOMAIN.COM:PORT>/rancher/rancher \
|
--set rancherImage=<REGISTRY.YOURDOMAIN.COM:PORT>/rancher/rancher \
|
||||||
|
|||||||
Reference in New Issue
Block a user