Skip to content

Commit c565c55

Browse files
authored
Update npm.md (#1911)
we have to use same URL with [Official doc](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/virtual-network/kubernetes-network-policies.md) Also, the old URL uses older container image version.
1 parent 026c201 commit c565c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specify `--network-policy=azure` when creating an AKS cluster. For more informat
1919
Running the command below will bring up one azure-npm instance on each Kubernetes node.
2020
```
2121
# linux
22-
kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/deploy/npm/azure-npm.yaml
22+
kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/azure-npm.yaml
2323
# windows
2424
kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/examples/windows/azure-npm.yaml
2525
```

0 commit comments

Comments
 (0)