Skip to content

Commit

Permalink
chore: adjust aws imds gnetpol (kubernetes-sigs#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
esierra-stratio authored Jul 10, 2023
1 parent 56cb98b commit 4827f62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
- 169.254.169.254/32
protocol: TCP
order: 0
namespaceSelector: cluster.x-k8s.io/provider == 'infrastructure-aws' || kubernetes.io/metadata.name in { 'kube-system' }
namespaceSelector: kubernetes.io/metadata.name in { 'kube-system', 'capa-system' }
selector: app.kubernetes.io/name == 'aws-ebs-csi-driver' || cluster.x-k8s.io/provider == 'infrastructure-aws'
types:
- Egress

0 comments on commit 4827f62

Please sign in to comment.