Skip to content

Commit 708cc9a

Browse files
authored
Merge pull request #29216 from danwinship/ipblock-selectors
Add a manual anchor to an interesting spot in the NetworkPolicy docs
2 parents 8c6e592 + 5a8bd92 commit 708cc9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/concepts/services-networking/network-policies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ contains two elements in the `from` array, and allows connections from Pods in t
154154

155155
When in doubt, use `kubectl describe` to see how Kubernetes has interpreted the policy.
156156

157+
<a name="behavior-of-ipblock-selectors"></a>
157158
__ipBlock__: This selects particular IP CIDR ranges to allow as ingress sources or egress destinations. These should be cluster-external IPs, since Pod IPs are ephemeral and unpredictable.
158159

159160
Cluster ingress and egress mechanisms often require rewriting the source or destination IP

0 commit comments

Comments
 (0)