Merge pull request #28902 from ibm-contribs/fix_allow_all

Automatic merge from submit-queue

Fix the allow-all example NetworkPolicy

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()

This is a bug fix, no release note required.

Fixes #28795
pull/6/head
Kubernetes Submit Queue 2016-08-02 16:24:12 -07:00 committed by GitHub
commit a3f7797019
1 changed files with 4 additions and 2 deletions

View File

@ -321,11 +321,13 @@ spec:
```yaml
kind: NetworkPolicy
apiVersion: extensions/v1beta1
apiVersion: extensions/v1beta1
metadata:
name: allow-all
spec:
podSelector:
podSelector:
ingress:
- {}
```
## References