From e8860fcba0421a299d7b81cf8b7245ae300a46fa Mon Sep 17 00:00:00 2001 From: Chris Marino Date: Tue, 25 Oct 2016 15:05:23 -0700 Subject: [PATCH] format --- docs/getting-started-guides/kubeadm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/kubeadm.md b/docs/getting-started-guides/kubeadm.md index 4559c8165d..b0565c02a2 100644 --- a/docs/getting-started-guides/kubeadm.md +++ b/docs/getting-started-guides/kubeadm.md @@ -164,8 +164,8 @@ Several projects are available that enable Kubernetes pod networks. Some may als You can install a pod network add-on with the following command: - # kubectl apply -f - daemonset "" created + # kubectl apply -f + daemonset "" created If you prefer one of the other network providers please refer to their respective installation guides. You should only install one pod network per cluster.