Explorar o código

Fix cmdline in docs to apply kube-router manifests

Alex Stockinger %!s(int64=4) %!d(string=hai) anos
pai
achega
e1a6ee9e2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/network-policies.md

+ 1 - 1
docs/network-policies.md

@@ -10,7 +10,7 @@ Support for [Kubernetes network policies](https://kubernetes.io/docs/concepts/se
 The following command adds network policy support by deploying kube-router to work alongside Kilo:
 
 ```shell
-kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/kube-router.yaml
+kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/kube-router.yaml
 ```
 
 ## Examples