Skip to content

Commit 429862a

Browse files
authored
Document --private-ca-configmap flags (#2676)
1 parent 3f14b73 commit 429862a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/reference/kots-cli-admin-console-generate-manifests.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ This command supports the following flags:
6363
<td>string</td>
6464
<td>Sets NO_PROXY environment variable in all KOTS Admin Console components</td>
6565
</tr>
66+
<tr>
67+
<td><code>--private-ca-configmap</code></td>
68+
<td>string</td>
69+
<td>Name of a ConfigMap containing private CAs to add to the kotsadm deployment</td>
70+
</tr>
6671
<RegistryPassword/>
6772
<RegistryUsername/>
6873
<tr>

docs/reference/kots-cli-install.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ This command supports all [global flags](kots-cli-global-flags) and also:
107107
<td>string</td>
108108
<td>Override the local port to access the Admin Console. <strong>Default:</strong> 8800</td>
109109
</tr>
110+
<tr>
111+
<td><code>--private-ca-configmap</code></td>
112+
<td>string</td>
113+
<td>Name of a ConfigMap containing private CAs to add to the kotsadm deployment.</td>
114+
</tr>
110115
<tr>
111116
<td><code>--preflights-wait-duration</code></td>
112117
<td>string</td>

docs/reference/kots-cli-pull.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This command supports all [global flags](kots-cli-global-flags) and also:
2222
| `--license-file` | string | path to a license file _(required when `[upstream-uri]` points to a replicated app)_ |
2323
| `--local-path` | string | specify a local-path to pull a locally available replicated app _(only valid when `[upstream-uri]` points to a replicated app)_ |
2424
| `-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.
2526
| `--registry-endpoint` | string | the endpoint of the local docker registry to use when pushing images _(required when `--rewrite-images` is set)_ |
2627
| `--rewrite-images` | bool | set to true to force all container images to be rewritten and pushed to a local registry |
2728
| `--rootdir` | string | root directory that will be used to write the yaml to _(default `${HOME}` or `%USERPROFILE%`)_ |

0 commit comments

Comments
 (0)