From 78c7264e373a8779767bf3e72822d60442ddf924 Mon Sep 17 00:00:00 2001 From: Chris Tomkins <80041880+cdtomkins@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:43:48 +0000 Subject: [PATCH] Update site/content/en/docs/handbook/network_policy.md Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- site/content/en/docs/handbook/network_policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/handbook/network_policy.md b/site/content/en/docs/handbook/network_policy.md index fabcce0aff..d3067e5008 100644 --- a/site/content/en/docs/handbook/network_policy.md +++ b/site/content/en/docs/handbook/network_policy.md @@ -26,7 +26,7 @@ However, minikube can support [NetworkPolicies](https://kubernetes.io/docs/conce ## Enabling Calico on a minikube cluster -It is possible to replace the CNI on a running Minikube cluster, but it is significantly easier to simply append the `--cni calico` flag to the `minikube start` command when following the instructions on the [Get Started!]({{}}) page to build the Minikube cluster with Calico installed from the outset. +It is possible to replace the CNI on a running minikube cluster, but it is significantly easier to simply append the `--cni calico` flag to the `minikube start` command when following the instructions on the [Get Started!]({{}}) page to build the minikube cluster with Calico installed from the outset. ## Kubernetes Network Policy example