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
Provides a Rancher v2 Registry resource. This can be used to create docker registries for Rancher v2 environments and retrieve their information.
7
+
Provides a Rancher v2 Registry resource. This resource creates Kubernetes secrets with the type `kubernetes.io/dockerconfigjson` for authenticating against Docker registries for Rancher v2 environments and retrieving their information.
8
8
9
-
Depending of the availability, there are 2 types of Rancher v2 docker registries:
10
-
- Project registry: Available to all namespaces in the `project_id`
11
-
- Namespaced registry: Available to just `namespace_id` in the `project_id`
9
+
Depending on the availability, there are 2 types of Rancher v2 Docker registry resources:
10
+
- Project registry resource: Available to all namespaces in the `project_id`.
11
+
- Namespaced registry resource: Available to `namespace_id` in the `project_id`.
0 commit comments