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/custom-resource-application.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ spec:
333
333
## proxyRegistryDomain
334
334
335
335
:::important
336
-
`proxyRegistryDomain`is deprecated. For information about how to use a custom domain for the Replicated proxy registry, see [Using Custom Domains](/vendor/custom-domains-using).
336
+
`proxyRegistryDomain`is deprecated. For information about how to use a custom domain for the Replicated proxy registry, see [Use Custom Domains](/vendor/custom-domains-using).
337
337
:::
338
338
339
339
<table>
@@ -354,7 +354,7 @@ spec:
354
354
## replicatedRegistryDomain
355
355
356
356
:::important
357
-
`replicatedRegistryDomain`is deprecated. For information about how to use a custom domain for the Replicated registry, see [Using Custom Domains](/vendor/custom-domains-using).
357
+
`replicatedRegistryDomain`is deprecated. For information about how to use a custom domain for the Replicated registry, see [Use Custom Domains](/vendor/custom-domains-using).
Copy file name to clipboardExpand all lines: docs/reference/custom-resource-backup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,5 +157,5 @@ However, not all fields are supported for full backups. The table below lists th
157
157
Some of these fields are supported for hook arrays, as described in the previous field definition table. See [Supported Fields for Full Backups with Snapshots](#fields) above.
158
158
:::
159
159
160
-
- All resources are included in the backup by default. However, resources can be excluded by adding `velero.io/exclude-from-backup=true` to the manifest files that you want to exclude. For more information, see [Configuring Snapshots](/vendor/snapshots-configuring-backups).
160
+
- All resources are included in the backup by default. However, resources can be excluded by adding `velero.io/exclude-from-backup=true` to the manifest files that you want to exclude. For more information, see [Configure Snapshots](/vendor/snapshots-configuring-backups).
Copy file name to clipboardExpand all lines: docs/reference/custom-resource-helmchart-v2.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The `builder` key is required for the following use cases:
97
97
98
98
<BuilderAirgapIntro/>
99
99
100
-
For more information, see [Packaging Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
100
+
For more information, see [Package Air Gap Bundles for Helm Charts](/vendor/helm-packaging-airgap-bundles).
101
101
102
102
* 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.
Copy file name to clipboardExpand all lines: docs/reference/embedded-config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Embedded Cluster Config
2
2
3
-
This topic is a reference for the Replicated Embedded Cluster Config custom resource. For more information about Embedded Cluster, see [Using Embedded Cluster](/vendor/embedded-overview).
3
+
This topic is a reference for the Replicated Embedded Cluster Config custom resource. For more information about Embedded Cluster, see [Use Embedded Cluster](/vendor/embedded-overview).
Copy file name to clipboardExpand all lines: docs/reference/replicated-sdk-apis.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Response:
122
122
123
123
### POST /app/custom-metrics
124
124
125
-
Send custom application metrics. For more information and examples see [Configuring Custom Metrics](/vendor/custom-metrics).
125
+
Send custom application metrics. For more information and examples see [Configure Custom Metrics](/vendor/custom-metrics).
126
126
127
127
### PATCH /app/custom-metrics
128
128
@@ -490,7 +490,7 @@ To revoke access to your application when a license expires:
490
490
491
491
[View a larger version of this image](/images/customer-expiration-policy.png)
492
492
493
-
1. Install the Replicated SDK as a standalone component in your cluster. This is called _integration mode_. Installing in integration mode allows you to develop locally against the SDK API without needing to create releases for your application in the vendor portal. See [Developing Against the SDK API](/vendor/replicated-sdk-development).
493
+
1. Install the Replicated SDK as a standalone component in your cluster. This is called _integration mode_. Installing in integration mode allows you to develop locally against the SDK API without needing to create releases for your application in the vendor portal. See [Develop Against the SDK API](/vendor/replicated-sdk-development).
494
494
495
495
1. In your application, use the `/api/v1/license/fields/expires_at` endpoint to get the `expires_at` field that you defined in the previous step.
496
496
@@ -515,4 +515,4 @@ To revoke access to your application when a license expires:
515
515
516
516
1. Add logic to your application to revoke access if the current date and time is more recent than the expiration date of the license.
517
517
518
-
1. (Recommended) Use signature verification in your application to ensure the integrity of the license field. See [Verifying License Field Signatures with the Replicated SDK API](/vendor/licenses-verify-fields-sdk-api).
518
+
1. (Recommended) Use signature verification in your application to ensure the integrity of the license field. See [Verify License Field Signatures with the Replicated SDK API](/vendor/licenses-verify-fields-sdk-api).
Given a `remoteImageName`, rewrite the `remoteImageName` so that it can be pulled to local hosts.
275
275
276
-
A common use casefor the `LocalImageName` function is to ensure that a KubernetesOperator can determine the names of container images on Pods created at runtime. For more information, see [ReferencingImages](/vendor/operator-referencing-images) in the _Packaging a KubernetesOperatorApplication_ section.
276
+
A common use casefor the `LocalImageName` function is to ensure that a KubernetesOperator can determine the names of container images on Pods created at runtime. For more information, see [ReferenceImages](/vendor/operator-referencing-images) in the _Packaging a KubernetesOperatorApplication_ section.
277
277
278
278
`LocalImageName` rewrites the `remoteImageName` in one of the following ways, depending on if a private registry is configured and if the image must be proxied:
0 commit comments