From ac9acff05a292fe45e4970ed7e189c326b4677bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronny=20L=C3=B3pez?= Date: Wed, 28 Feb 2018 15:04:46 +0100 Subject: [PATCH] Fix broken link to image (#7554) --- docs/setup/independent/install-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/install-kubeadm.md b/docs/setup/independent/install-kubeadm.md index 8d94bf1dfe..08920178db 100644 --- a/docs/setup/independent/install-kubeadm.md +++ b/docs/setup/independent/install-kubeadm.md @@ -4,7 +4,7 @@ title: Installing kubeadm {% capture overview %} -This page shows how to install the `kubeadm` toolbox. +This page shows how to install the `kubeadm` toolbox. For information how to create a cluster with kubeadm once you have performed this installation process, see the [Using kubeadm to Create a Cluster](/docs/setup/independent/create-cluster-kubeadm/) page.