Skip to content

Commit de37c04

Browse files
committed
k8s registry note (#23205)
<!--Delete sections as needed --> ## Description Replaces #23037 as there were waaaaay too many conflicts to pick through due to whole sections of content being moved ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent d89fe95 commit de37c04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/manuals/desktop/features/kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ The recommended approach to set this up is the following:
214214
215215
> [!NOTE]
216216
>
217-
> When using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/_index.md)
217+
> In Docker Desktop versions 4.43 or earlier, when using `KubernetesImagesRepository` and [Enhanced Container Isolation (ECI)](/manuals/enterprise/security/hardened-desktop/enhanced-container-isolation/_index.md)
218218
> is enabled, add the following images to the [ECI Docker socket mount image list](/manuals/enterprise/security/hardened-desktop/settings-management/configure-json-file.md#enhanced-container-isolation):
219219
>
220-
> * [imagesRepository]/desktop-cloud-provider-kind:*
221-
> * [imagesRepository]/desktop-containerd-registry-mirror:*
220+
> `[imagesRepository]/desktop-cloud-provider-kind:`
221+
> `[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.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ quit and reopened.
291291

292292
> [!NOTE]
293293
>
294-
> 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):
294+
> 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):
295295
>
296-
> * [imagesRepository]/desktop-cloud-provider-kind:*
297-
> * [imagesRepository]/desktop-containerd-registry-mirror:*
296+
> `[imagesRepository]/desktop-cloud-provider-kind:`
297+
> `[imagesRepository]/desktop-containerd-registry-mirror:`
298298
>
299299
> 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.
300300

0 commit comments

Comments
 (0)