Skip to content

Commit 30d4680

Browse files
committed
Adjust a note regarding Kubernetes custom registry images with ECI.
Docker Desktop 4.44 brings in an improvement that makes a note in the docs no longer relevant. Re-word that note accordingly. The note will eventually be removed (say in 6 months once Docker Desktop 4.43 is no longer supported). Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
1 parent 215bfec commit 30d4680

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

content/manuals/desktop/features/kubernetes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,17 @@ The recommended approach to set this up is the following:
214214
215215
> [!NOTE]
216216
>
217-
> When using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](../../security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md)
217+
> 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)
218218
> 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):
219219
>
220220
> * [imagesRepository]/desktop-cloud-provider-kind:*
221221
> * [imagesRepository]/desktop-containerd-registry-mirror:*
222222
>
223223
> These containers mount the Docker socket, so you must add the images to the ECI images list. If not,
224224
> ECI will block the mount and Kubernetes won't start.
225+
>
226+
> This does not apply to Docker Desktop 4.44 or later because it automatically
227+
> allows these images to mount the Docker socket.
225228
226229
## Troubleshooting
227230

content/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,14 @@ quit and reopened.
290290

291291
> [!NOTE]
292292
>
293-
> 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):
293+
> 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):
294294
>
295295
> * [imagesRepository]/desktop-cloud-provider-kind:*
296296
> * [imagesRepository]/desktop-containerd-registry-mirror:*
297297
>
298298
> 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.
299+
>
300+
> This does not apply to Docker Desktop 4.44 or later because it automatically allows these images to mount the Docker socket.
299301
300302
### Networking
301303

0 commit comments

Comments
 (0)