Created
December 9, 2020 16:21
-
-
Save ams0/cea7ef0ce579c9a81e01d1ca12618a7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: crd.projectcalico.org/v1 | |
kind: GlobalNetworkPolicy | |
metadata: | |
name: default-deny | |
spec: | |
selector: all() | |
types: | |
- Egress | |
egress: | |
- action: Deny | |
destination: | |
nets: | |
- 169.254.169.254/32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment