---
title: "Add Container Registry to Kubernetes Clusters"
method: POST
path: "/v2/kubernetes/registry"
tags: ["DigitalOcean-public.v2-new_Kubernetes"]
---

# Add Container Registry to Kubernetes Clusters

`POST /v2/kubernetes/registry`

To integrate the container registry with Kubernetes clusters, send a POST request to `/v2/kubernetes/registry`.

## Request body

- ClusterRegistries
  - `cluster_uuids` string[] — An array containing the UUIDs of Kubernetes clusters.

## Response `204`

The action was successful and the response body is empty.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

## Changes

- **2025-10-16** `cb3bf9b21459` — 4 info
  - the security scope `kubernetes:create` was added to the endpoint's security scheme `bearer_auth`
  - the security scope `registry:read` was removed from the endpoint's security scheme `bearer_auth`
  - api tag `DigitalOcean-public.v2-new_Kubernetes` added
  - api tag `Kubernetes` removed
- **2025-07-18** `f8e8c290636c` — 1 info
  - endpoint added
- **2025-07-17** `5fc9af728e82` — 1 breaking
  - api path removed without deprecation
- **2025-07-17** `f8e8c290636c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/digitalocean/apis/digitalocean-api/changes/v2/kubernetes/registry/post.md)

---

[API](https://skmtc.dev/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.dev/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
