Skip to content

Commit e666784

Browse files
authored
Apply suggestions from code review
1 parent 431f93b commit e666784

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/manuals/desktop/features/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ You can check which version of Kubernetes you're on with:
5151
$ kubectl version
5252
```
5353

54-
### Cluster Provisioning Method
54+
### Cluster provisioning method
5555

5656
Docker Desktop Kubernetes can be provisioned with either the `kubeadm` or `kind`
5757
provisioners.
5858

5959
`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),
6161
meaning that if ECI is enabled the cluster works but it's not protected by ECI.
6262

6363
`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
6969
configured to use the [containerd image store](containerd.md) (the default image
7070
store in Docker Desktop 4.34 and later).
7171

72-
The table below summarizes this comparison.
72+
The following table summarizes this comparison.
7373

74-
| Feature | kubeadm | kind |
74+
| Feature | `kubeadm` | `kind` |
7575
| :------ | :-----: | :--: |
7676
| Availability | Docker Desktop 4.0+ | Docker Desktop 4.38+ (requires sign in) |
7777
| Multi-node cluster support | No | Yes |

0 commit comments

Comments
 (0)