We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467b41e commit bd182c3Copy full SHA for bd182c3
content/manuals/desktop/features/kubernetes.md
@@ -140,6 +140,7 @@ For example, in `kind` mode it requires the following images:
140
141
```console
142
docker.io/kindest/node:<tag>
143
+docker.io/envoyproxy/envoy:<tag>
144
docker.io/docker/desktop-cloud-provider-kind:<tag>
145
docker.io/docker/desktop-containerd-registry-mirror:<tag>
146
```
@@ -176,6 +177,7 @@ Docker Desktop will pull the images from:
176
177
178
179
my-registry:5000/kind-images/node:<tag>
180
+my-registry:5000/kind-images/envoy:<tag>
181
my-registry:5000/kind-images/desktop-cloud-provider-kind:<tag>
182
my-registry:5000/kind-images/desktop-containerd-registry-mirror:<tag>
183
0 commit comments