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.