Merge pull request #847 from matthewdupre/network-policy-hyphen

Correct hyphenation of net.beta.kubernetes.io/network-policy
This commit is contained in:
Brian Grant
2016-07-25 21:57:46 -07:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ metadata:
To configure the annotation via `kubectl`: To configure the annotation via `kubectl`:
```shell{% raw %} ```shell{% raw %}
kubectl annotate ns <namespace> "net.beta.kubernetes.io/networkpolicy={\"ingress\": {\"isolation\": \"DefaultDeny\"}}" kubectl annotate ns <namespace> "net.beta.kubernetes.io/network-policy={\"ingress\": {\"isolation\": \"DefaultDeny\"}}"
{% endraw %}``` {% endraw %}```
## The `NetworkPolicy` Resource ## The `NetworkPolicy` Resource