mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Merge pull request #3989 from rafaelrdealmeida/patch-1
Put slash to wrap command line helm
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ And install Rancher with Helm. Rancher also needs a proxy configuration so that
|
|||||||
helm upgrade --install rancher rancher-latest/rancher \
|
helm upgrade --install rancher rancher-latest/rancher \
|
||||||
--namespace cattle-system \
|
--namespace cattle-system \
|
||||||
--set hostname=rancher.example.com \
|
--set hostname=rancher.example.com \
|
||||||
--set proxy=http://${proxy_host}
|
--set proxy=http://${proxy_host} \
|
||||||
--set noProxy=127.0.0.0/8\\,10.0.0.0/8\\,cattle-system.svc\\,172.16.0.0/12\\,192.168.0.0/16\\,.svc\\,.cluster.local
|
--set noProxy=127.0.0.0/8\\,10.0.0.0/8\\,cattle-system.svc\\,172.16.0.0/12\\,192.168.0.0/16\\,.svc\\,.cluster.local
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user