From b546c910f3e109a2a11976bbcf2e7edeb6ad276a Mon Sep 17 00:00:00 2001 From: jacobbaek Date: Wed, 12 Apr 2023 10:07:16 +0900 Subject: [PATCH] Update npm.md 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. --- docs/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/npm.md b/docs/npm.md index ab0dfec333..b2d8c81c81 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -19,7 +19,7 @@ Specify `--network-policy=azure` when creating an AKS cluster. For more informat Running the command below will bring up one azure-npm instance on each Kubernetes node. ``` # linux -kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/deploy/npm/azure-npm.yaml +kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/azure-npm.yaml # windows kubectl apply -f https://raw.githubusercontent.com/Azure/azure-container-networking/master/npm/examples/windows/azure-npm.yaml ```