Skip to content

Commit fcec290

Browse files
authored
doc: fix reference to unprivileged kind profile (#190)
Signed-off-by: Angelos Kolaitis <[email protected]>
1 parent d24545a commit fcec290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/reference/profile/kubeadm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When using unprivileged kind containers, the following profile is applied:
5050

5151
```yaml
5252
# incus profile create kind-unprivileged
53-
# curl https://capn.linuxcontainers.org/static/v0.1/kind-unprivileged.yaml | lxc profile edit kind-unprivileged
53+
# curl https://capn.linuxcontainers.org/static/v0.1/unprivileged-kind.yaml | lxc profile edit kind-unprivileged
5454

55-
{{#include ../../static/v0.1/kind.yaml }}
55+
{{#include ../../static/v0.1/unprivileged-kind.yaml }}
5656
```

0 commit comments

Comments
 (0)