@@ -119,7 +119,7 @@ sudo ./myapp install --license license.yaml --airgap-bundle myapp.airgap
119119### Change the Admin Console and LAM Ports
120120
121121``` bash
122- sudo ./myapp install --admin-console-port=20000 --local-artifact-mirror-port=40000
122+ sudo ./myapp install --license license.yaml -- admin-console-port=20000 --local-artifact-mirror-port=40000
123123```
124124
125125### Change the Data Directory
@@ -131,7 +131,7 @@ sudo ./my-app install --license license.yaml --data-dir /data/embedded-cluster
131131### Install Behind a Proxy
132132
133133``` bash
134- sudo ./APP_SLUG install --license LICENSE_FILE \
134+ sudo ./APP_SLUG install --license license.yaml \
135135 --http-proxy=HOST:PORT \
136136 --https-proxy=HOST:PORT \
137137 --no-proxy=LIST_OF_HOSTS
@@ -144,20 +144,19 @@ Where:
144144### Install Behind an MITM Proxy
145145
146146``` bash
147- sudo ./APP_SLUG install --license license.yaml \
148- --private-ca /path/to/private-ca-bundle
147+ sudo ./APP_SLUG install --license license.yaml --private-ca /path/to/private-ca-bundle
149148```
150149
151- ### Set IP Address Range for Pods and Services
150+ ### Set Admin Console Password
152151
153152``` bash
154- sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16
153+ sudo ./my-app install --license license.yaml --admin-console-password password
155154```
156155
157- ### Set Admin Console Password
156+ ### Set IP Address Range for Pods and Services
158157
159158``` bash
160- sudo ./my-app install --license license.yaml --admin-console-password password
159+ sudo ./my-app install --license license.yaml --cidr 172.16.136.0/16
161160```
162161
163162### Use a Specific Network Interface
0 commit comments