Skip to content

Commit 42560a8

Browse files
authored
Merge pull request #34806 from jboxman/bz-1896880
BZ#1896880: Correctly describe behavior for policy=null
2 parents fef3d9e + 0bf8559 commit 42560a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/nw-externalip-about.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ The policy object has the following shape:
115115

116116
When configuring policy restrictions, the following rules apply:
117117

118-
- If `policy={}` is set, then creating a `Service` object with `spec.ExternalIPs[]` set will fail. This is the default for {product-title}.
119-
- If `policy=null` is set, then creating a `Service` object with `spec.ExternalIPs[]` set to any IP address is allowed.
118+
- If `policy={}` is set, then creating a `Service` object with `spec.ExternalIPs[]` set will fail. This is the default for {product-title}. The behavior when `policy=null` is set is identical.
120119
- If `policy` is set and either `policy.allowedCIDRs[]` or `policy.rejectedCIDRs[]` is set, the following rules apply:
121120

122121
* If `allowedCIDRs[]` and `rejectedCIDRs[]` are both set, then `rejectedCIDRs[]` has precedence over `allowedCIDRs[]`.

0 commit comments

Comments
 (0)