Skip to content

Commit cbcd2c4

Browse files
committed
edits
1 parent c814480 commit cbcd2c4

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

docs/enterprise/image-registry-settings.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ In online (internet-connected) KOTS installations, you can optionally use a loca
1414

1515
To configure private registry settings in an online cluster:
1616

17-
1. In the Admin Console, on the **Registry Settings** tab, edit the fields:
17+
1. In the Admin Console, on the **Registry settings** tab, edit the fields:
1818

1919
<img src="/images/registry-settings.png" alt="Registry Settings" width="400"></img>
2020

21+
[View a larger version of this image](/images/registry-settings.png)
22+
2123
The following table describes the fields:
2224

2325
<ImageRegistrySettings/>
@@ -32,9 +34,11 @@ During air gap installations, you configure a private registry where KOTS pushes
3234

3335
To change private registry settings in an air gap cluster:
3436

35-
1. On the Registry Settings tab in the Admin Console, select the **Disable Pushing Images to Private Registry** checkbox, and click **Save changes**.
37+
1. In the Admin Console, on the **Registry settings** tab, select the **Disable Pushing Images to Private Registry** checkbox. Click **Save changes**.
3638

37-
This is a temporary action that allows you to edit the registry namespace and hostname. If you only want to change the username or password, you do not have to disable pushing the images.
39+
:::note
40+
This is a temporary action that allows you to edit the registry namespace and hostname. If you only want to change the username or password for the registry, you do not have to disable pushing the images.
41+
:::
3842

3943
1. Edit the fields as needed, and click **Save changes**.
4044

@@ -61,15 +65,15 @@ To change private registry settings in an air gap cluster:
6165
</tr>
6266
</table>
6367

64-
1. Deselect the **Disable Pushing Images to Private Registry** checkbox. This action re-enables KOTS to push images to your registry.
68+
1. Deselect the **Disable Pushing Images to Private Registry** checkbox. This action re-enables KOTS to push images to the registry.
6569

6670
1. Click **Test Connection** to test the connection between KOTS and the private registry host.
6771

6872
1. Click **Save changes**.
6973

7074
## Stop Using a Registry and Remove Registry Settings
7175

72-
To stop using a registry:
76+
To stop using a registry and remove registry settings from the Admin Console:
7377

7478
1. Log in to the Admin Console and go to **Registry Settings**.
7579

docs/enterprise/installing-general-requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ After manually creating these RBAC resources, the user must include both the `--
260260

261261
A private image registry is required for air gap installations with KOTS in existing clusters. You provide the credentials for a compatible private registry during installation. You can also optionally configure a local private image registry for use with KOTS installations in online (internet-connected) environments.
262262

263-
Private registry settings can be changed at any time. For more information, see [Using Private Registries](image-registry-settings).
263+
Private registry settings can be changed at any time. For more information, see [Configuring Local Image Registries for KOTS Installations](image-registry-settings).
264264

265265
KOTS has been tested for compatibility with the following registries:
266266

docs/reference/custom-resource-helmchart-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `builder` key is required for the following use cases:
101101

102102
* To support online installations that use a local private registry, the `builder` field renders the Helm chart with all of the necessary images so that KOTS knows where to pull the images.
103103

104-
You cannot prevent customers from configuring a local private registry in KOTS. If you think any of your customers will use a local private registry, you should use the `builder` key. For more information, see [Using Private Registries](/enterprise/image-registry-settings).
104+
You cannot prevent customers from configuring a local private registry in KOTS. If you think any of your customers will use a local private registry, you should use the `builder` key. For more information, see [Configuring Local Image Registries for KOTS Installations](/enterprise/image-registry-settings).
105105

106106
<HelmBuilderRequirements/>
107107

docs/vendor/helm-native-v2-using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270

271271
## Task 4: Support the Use of Local Image Registries {#local-registries}
272272

273-
Local image registries are required for KOTS installations in air-gapped environments with no outbound internet connection. Also, users in online environments can optionally use a local registry. For more information about how users configure a local image registry with KOTS, see [Using Private Registries](/enterprise/image-registry-settings).
273+
Local image registries are required for KOTS installations in air-gapped environments with no outbound internet connection. Also, users in online environments can optionally use a local registry. For more information about how users configure a local image registry with KOTS, see [Configuring Local Image Registries for KOTS Installations](/enterprise/image-registry-settings).
274274

275275
To support the use of local registries, configure the `builder` key. For more information about how to configure the `builder` key, see [`builder`](/reference/custom-resource-helmchart-v2#builder) in _HelmChart v2_.
276276

0 commit comments

Comments
 (0)