From 92921427ab8bb1180cae8fc601179753a8cabc53 Mon Sep 17 00:00:00 2001 From: haofan-ms <56602314+haofan-ms@users.noreply.github.com> Date: Wed, 29 Apr 2020 11:53:02 -0700 Subject: [PATCH] add network policy --- test_clusters/linux-azure-cni.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_clusters/linux-azure-cni.json b/test_clusters/linux-azure-cni.json index 7f95a7b..deb519c 100644 --- a/test_clusters/linux-azure-cni.json +++ b/test_clusters/linux-azure-cni.json @@ -10,6 +10,7 @@ "orchestratorVersion": "1.15.10", "kubernetesConfig": { "networkPlugin": "azure", + "networkPolicy": "azure", "useInstanceMetadata": false } }, @@ -50,4 +51,4 @@ } } } -} \ No newline at end of file +}