Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ This command supports the following flags:
<td>string</td>
<td>Sets NO_PROXY environment variable in all KOTS Admin Console components</td>
</tr>
<tr>
<td><code>--private-ca-configmap</code></td>
<td>string</td>
<td>Name of a ConfigMap containing private CAs to add to the kotsadm deployment</td>
</tr>
<RegistryPassword/>
<RegistryUsername/>
<tr>
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/kots-cli-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ This command supports all [global flags](kots-cli-global-flags) and also:
<td>string</td>
<td>Override the local port to access the Admin Console. <strong>Default:</strong> 8800</td>
</tr>
<tr>
<td><code>--private-ca-configmap</code></td>
<td>string</td>
<td>Name of a ConfigMap containing private CAs to add to the kotsadm deployment.</td>
</tr>
<tr>
<td><code>--preflights-wait-duration</code></td>
<td>string</td>
Expand Down
1 change: 1 addition & 0 deletions docs/reference/kots-cli-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This command supports all [global flags](kots-cli-global-flags) and also:
| `--license-file` | string | path to a license file _(required when `[upstream-uri]` points to a replicated app)_ |
| `--local-path` | string | specify a local-path to pull a locally available replicated app _(only valid when `[upstream-uri]` points to a replicated app)_ |
| `-n, --namespace` | string | namespace to render the upstream to in the base _(default `"default"`)_ |
| `--private-ca-configmap` | string | name of a ConfigMap containing private CAs to add to the kotsadm deployment.
| `--registry-endpoint` | string | the endpoint of the local docker registry to use when pushing images _(required when `--rewrite-images` is set)_ |
| `--rewrite-images` | bool | set to true to force all container images to be rewritten and pushed to a local registry |
| `--rootdir` | string | root directory that will be used to write the yaml to _(default `${HOME}` or `%USERPROFILE%`)_ |
Expand Down
Loading