Skip to content

Commit

Permalink
Merge pull request #4507 from twz123/fix-doclink-cri-runtime
Browse files Browse the repository at this point in the history
Fix docs link to custom CRI runtime
  • Loading branch information
twz123 authored May 28, 2024
2 parents 070a115 + d28ac15 commit f528e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ In the case of k0s managed etcd, k0s manages the full lifecycle of the etcd clus

As with the control plane, with k0s you can create and manage the core worker components as naked processes on the worker node.

By default, k0s workers use [containerd](https://containerd.io) as a high-level runtime and [runc](https://github.com/opencontainers/runc) as a low-level runtime. Custom runtimes are also supported, refer to [Using custom CRI runtime](runtime.md#using-custom-cri-runtime).
By default, k0s workers use [containerd](https://containerd.io) as a high-level runtime and [runc](https://github.com/opencontainers/runc) as a low-level runtime. Custom runtimes are also supported, refer to [Using custom CRI runtimes](runtime.md#using-custom-cri-runtimes).

0 comments on commit f528e63

Please sign in to comment.