From 9266e7145cb89fc441b61324ff9661bc258c6dfa Mon Sep 17 00:00:00 2001 From: Gurvinder Singh Date: Thu, 21 Jul 2016 14:59:00 +0200 Subject: [PATCH] Update networkpolicies.md FIxed typo in api group path --- docs/user-guide/networkpolicies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/networkpolicies.md b/docs/user-guide/networkpolicies.md index 52ecdf6c99..d2a0653dd2 100644 --- a/docs/user-guide/networkpolicies.md +++ b/docs/user-guide/networkpolicies.md @@ -10,7 +10,7 @@ A network policy is a specification of how selections of pods are allowed to com ## Prerequisites -You must enable the `extensions/v1beta/networkpolicies` runtime config in your apiserver to enable this resource. +You must enable the `extensions/v1beta1/networkpolicies` runtime config in your apiserver to enable this resource. You must also be using a networking solution which supports `NetworkPolicy` - simply creating the resource without a controller to implement it will have no effect.