mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #28902 from ibm-contribs/fix_allow_all
Automatic merge from submit-queue Fix the allow-all example NetworkPolicy []() This is a bug fix, no release note required. Fixes #28795
This commit is contained in:
commit
a3f7797019
@ -321,11 +321,13 @@ spec:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: NetworkPolicy
|
kind: NetworkPolicy
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
metadata:
|
metadata:
|
||||||
name: allow-all
|
name: allow-all
|
||||||
spec:
|
spec:
|
||||||
podSelector:
|
podSelector:
|
||||||
|
ingress:
|
||||||
|
- {}
|
||||||
```
|
```
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
Loading…
Reference in New Issue
Block a user