Update site/content/en/docs/handbook/network_policy.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/13606/head
Chris Tomkins 2022-02-17 10:43:48 +00:00 committed by GitHub
parent 0cfa2a93fc
commit 78c7264e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!]({{<ref "/docs/start/" >}}) 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!]({{<ref "/docs/start/" >}}) page to build the minikube cluster with Calico installed from the outset.
## Kubernetes Network Policy example