You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/features/kubernetes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@ You can check which version of Kubernetes you're on with:
51
51
$ kubectl version
52
52
```
53
53
54
-
### Cluster Provisioning Method
54
+
### Cluster provisioning method
55
55
56
56
Docker Desktop Kubernetes can be provisioned with either the `kubeadm` or `kind`
57
57
provisioners.
58
58
59
59
`kubeadm` is the older provisioner. It supports a single-node cluster, you can't select the kubernetes
60
-
version, it's slower to provision than `kind`, and it's not supported by [Enhanced Container Isolation](../../security/for-admins/hardened-desktop/enhanced-container-isolation/index.md) (ECI),
60
+
version, it's slower to provision than `kind`, and it's not supported by [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/index.md) (ECI),
61
61
meaning that if ECI is enabled the cluster works but it's not protected by ECI.
62
62
63
63
`kind` is the newer provisioner, and it's available if you are signed in and are
@@ -69,9 +69,9 @@ making it more secure). Note however that `kind` requires that Docker Desktop be
69
69
configured to use the [containerd image store](containerd.md) (the default image
0 commit comments