You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/kots-cli-pull.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This command supports all [global flags](kots-cli-global-flags) and also:
22
22
|`--license-file`| string | path to a license file _(required when `[upstream-uri]` points to a replicated app)_|
23
23
|`--local-path`| string | specify a local-path to pull a locally available replicated app _(only valid when `[upstream-uri]` points to a replicated app)_|
24
24
|`-n, --namespace`| string | namespace to render the upstream to in the base _(default `"default"`)_|
25
+
| `--private-ca-configmap` | string | name of a ConfigMap containing private CAs to add to the kotsadm deployment.
25
26
|`--registry-endpoint`| string | the endpoint of the local docker registry to use when pushing images _(required when `--rewrite-images` is set)_|
26
27
|`--rewrite-images`| bool | set to true to force all container images to be rewritten and pushed to a local registry |
27
28
|`--rootdir`| string | root directory that will be used to write the yaml to _(default `${HOME}` or `%USERPROFILE%`)_|
0 commit comments