From 8cf90ec73fae43efb8b5261005dbe86524e68f3e Mon Sep 17 00:00:00 2001 From: Safe <98215429+SafeEHA@users.noreply.github.com> Date: Sat, 9 Mar 2024 05:06:44 +0100 Subject: [PATCH] Update design/nodes-machines-and-hosts.md Co-authored-by: Lennart Jern --- design/nodes-machines-and-hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/nodes-machines-and-hosts.md b/design/nodes-machines-and-hosts.md index b969c4e6..8ffc34e5 100644 --- a/design/nodes-machines-and-hosts.md +++ b/design/nodes-machines-and-hosts.md @@ -57,7 +57,7 @@ such as draining the node for maintenance. The definition of Node is owned by the Kubernetes core, and offers few opportunities to attach custom data. -[Machine](https://cluster-api.sigs.k8s.io/developer/architecture/controllers/machine) +[Machine](https://cluster-api.sigs.k8s.io/user/concepts#machine) objects represent a *request* for an instance of kubelet. A parallel design is the persistent volume claim and persistent volume in the storage APIs. The Machine CRD is owned by the cluster-api SIG. Machine