DigitalOcean-public.v2-new_Kubernetes
Add Container Registry to Kubernetes Clusters
To integrate the container registry with Kubernetes clusters, send a POST request to /v2/kubernetes/registry.
post/v2/kubernetes/registry
Request body
Example request
{
"cluster_uuids": [
"bd5f5959-5e1e-4205-a714-a914373942af",
"50c2f44c-011d-493e-aee5-361a4a0d1844"
]
}Response
The action was successful and the response body is empty.