Skip to content

Commit

Permalink
Fix/add new selector to aws global network policy (kubernetes-sigs#263)
Browse files Browse the repository at this point in the history
* Added fsType validation to gcp

* allow access to IMDS for clod-provider external
  • Loading branch information
lreciomelero authored Sep 5, 2023
1 parent a2fc71b commit d6442dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
protocol: TCP
order: 0
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'
selector: app.kubernetes.io/name == 'aws-ebs-csi-driver' || cluster.x-k8s.io/provider == 'infrastructure-aws' || k8s-app == 'aws-cloud-controller-manager'
types:
- Egress

0 comments on commit d6442dd

Please sign in to comment.