Skip to content

Revert "Adjust a note regarding Kubernetes custom registry images with ECI." #23036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions content/manuals/desktop/features/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,14 @@ The recommended approach to set this up is the following:

> [!NOTE]
>
> In Docker Desktop versions 4.43 or earlier: when using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](../../security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md)
> When using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](../../security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md)
> is enabled, add the following images to the [ECI Docker socket mount image list](../../security/for-admins/hardened-desktop/settings-management/configure-json-file.md#enhanced-container-isolation):
>
> `[imagesRepository]/desktop-cloud-provider-kind:*`
> `[imagesRepository]/desktop-containerd-registry-mirror:*`
> * [imagesRepository]/desktop-cloud-provider-kind:*
> * [imagesRepository]/desktop-containerd-registry-mirror:*
>
> These containers mount the Docker socket, so you must add the images to the
> ECI images list. If not, ECI will block the mount and Kubernetes won't
> start. This does not apply to Docker Desktop 4.44 or later because it
> automatically allows these images to mount the Docker socket.
> These containers mount the Docker socket, so you must add the images to the ECI images list. If not,
> ECI will block the mount and Kubernetes won't start.

## Troubleshooting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,17 +290,12 @@ quit and reopened.

> [!NOTE]
>
> In Docker Desktop versions 4.43 or earlier: when using the `imagesRepository`
> setting and Enhanced Container Isolation (ECI), add the following images to
> the [ECI Docker socket mount image list](#enhanced-container-isolation):
> When using the `imagesRepository` setting and Enhanced Container Isolation (ECI), add the following images to the [ECI Docker socket mount image list](#enhanced-container-isolation):
>
> `[imagesRepository]/desktop-cloud-provider-kind:*`
> `[imagesRepository]/desktop-containerd-registry-mirror:*`
> * [imagesRepository]/desktop-cloud-provider-kind:*
> * [imagesRepository]/desktop-containerd-registry-mirror:*
>
> These containers mount the Docker socket, so you must add the images to the
> ECI images list. If not, ECI will block the mount and Kubernetes won't start.
> This does not apply to Docker Desktop 4.44 or later because it automatically
> allows these images to mount the Docker socket.
> These containers mount the Docker socket, so you must add the images to the ECI images list. If not, ECI will block the mount and Kubernetes won't start.

### Networking

Expand Down