diff --git a/docs/docs-content/clusters/edge/site-deployment/deploy-custom-registries/local-registry.md b/docs/docs-content/clusters/edge/site-deployment/deploy-custom-registries/local-registry.md index c2704b3279..faacbfabd1 100644 --- a/docs/docs-content/clusters/edge/site-deployment/deploy-custom-registries/local-registry.md +++ b/docs/docs-content/clusters/edge/site-deployment/deploy-custom-registries/local-registry.md @@ -45,7 +45,9 @@ to + type: Opaque + ``` + + | Parameter | Description | + | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | `data.url` | The URL of the registry in base-64 encoded format. For image registries, this includes only the hostname. For example, `aHR0cHM6Ly9kb2NrZXIuaW8=` for `docker.io`. For helm registries, include both scheme and hostname. For example, `https://blr-artifactory.apps.beehive.net` in based-64 encoded format. | + | `data.username` | The username used to log in to the registry in base-64 encoded format. | + | `data.password` | The password of the user in base-64 encoded format. | + | `metadata.name` | Optional. A human-readable name you may give the registry. | + + The following is an example of a manifest providing the credentials providing credentials to multiple registries, + including both image registries and helm registries. + + ```yaml + apiVersion: v1 + data: + password: + url: ZWRnZS51cy13ZXN0Mi5hcnRpZmFjdG9yeS5jb20= + username: dXNlcjE= + kind: Secret + metadata: + labels: + spectrocloud.com/registry: "true" + name: image-registry1 + type: Opaque + --- + apiVersion: v1 + data: + password: + url: aHR0cHM6Ly9lZGdlLnVzLXdlc3QyLmFydGlmYWN0b3J5LmNvbQ== + username: dXNlcjE= + kind: Secret + metadata: + labels: + spectrocloud.com/registry: "true" + name: helm-registry1 + type: Opaque + ``` + +10. Use the cluster profile to create your Edge cluster. For more information, refer to + [Create Cluster Definition](../cluster-deployment.md). + +### Save Profile and Deploy Cluster + 8. Click **Save Changes**. 9. Deploy a new Edge cluster with your updated profile. Or, if you have an active cluster, update the cluster to use the