Skip to content

Commit 52bf075

Browse files
committed
edits
1 parent eecf391 commit 52bf075

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Do the following to configure the `kots.io/v1beta2` HelmChart custom resource:
1616
Snapshots is not supported for installations with Replicated Embedded Cluster. For more information about configuring backup and restore for Embedded Cluster, see [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery).
1717
:::
1818

19-
## Task 1: Rewrite Image Names
19+
## Task 1: Rewrite Image Names {#rewrite-image-names}
2020

2121
Configure the KOTS HelmChart custom resource `values` key so that KOTS rewrites the names for both private and public images in your Helm values during deployment. This allows images to be accessed at one of the following locations:
2222
* The [Replicated proxy registry](private-images-about) at `proxy.replicated.com`
@@ -35,7 +35,7 @@ You will use the following KOTS template functions to conditionally rewrite imag
3535
The registry namespace is the path between the registry and the image name. For example, `my.registry.com/namespace/image:tag`.
3636
</details>
3737

38-
### Task 1a: Rewrite Private Image Names {#local-proxy-example}
38+
### Task 1a: Rewrite Private Image Names
3939

4040
For any private images used by your application, configure the HelmChart custom resource so that image names are conditionally rewritten to either the location of the image in the Replicated proxy registry (for online installations) or the local registry (for air gap installations or online installations where images were pushed to a local registry).
4141

@@ -97,7 +97,7 @@ spec:
9797
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
9898
```
9999

100-
### Task 1b: Rewrite Public Image Names {#local-public-example}
100+
### Task 1b: Rewrite Public Image Names
101101

102102
For any public images used by your application, configure the HelmChart custom resource so that image names are conditionally rewritten to either the location of the image in the public registry (for online installations) or the local registry (for air gap installations or online installations where images were pushed to a local registry).
103103

@@ -143,7 +143,7 @@ spec:
143143
image: {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}
144144
```
145145

146-
## Task 2: Inject Image Pull Secrets
146+
## Task 2: Inject Image Pull Secrets {#inject-image-pull-secrets}
147147

148148
Kubernetes requires a Secret of type `kubernetes.io/dockerconfigjson` to authenticate with a registry and pull a private image. When you reference a private image in a Pod definition, you also provide the name of the Secret in a `imagePullSecrets` key in the Pod definition. For more information, see [Specifying imagePullSecrets on a Pod](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) in the Kubernetes documentation.
149149

@@ -268,7 +268,7 @@ Local image registries are required for KOTS installations in air-gapped environ
268268

269269
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_.
270270

271-
## Task 4: Add Backup Labels for Snapshots (KOTS Existing Cluster Installations Only)
271+
## Task 5: Add Backup Labels for Snapshots (KOTS Existing Cluster Installations Only) {#add-backup-labels-for-snapshots}
272272

273273
:::note
274274
The Replicated [snapshots](snapshots-overview) feature for backup and restsore is supported only for existing cluster installations with KOTS. Snapshots are not support for installations with Embedded Cluster. For more information about disaster recovery for installations with Embedded Cluster, see [Disaster Recovery for Embedded Cluster](/vendor/embedded-disaster-recovery.mdx).

0 commit comments

Comments
 (0)