Skip to content

Commit

Permalink
Merge pull request #62462 from JoeAldinger/nodeSelector-api-fix
Browse files Browse the repository at this point in the history
/lgtm, merging
  • Loading branch information
JoeAldinger authored Jul 19, 2023
2 parents 05fe98f + 2cf0ec6 commit 44de050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nw-egressnetworkpolicy-object.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ spec:

As a cluster administrator, you can allow or deny egress traffic to nodes in your cluster by specifying a label using `nodeSelector`. Labels can be applied to one or more nodes. The following is an example with the `region=east` label:

[source,yaml]
[source,yaml,subs="attributes+"]
----
apiVersion: v1
apiVersion: {api}
kind: EgressFirewall
metadata:
name: default
Expand Down

0 comments on commit 44de050

Please sign in to comment.