Skip to content

Commit 8b4cc59

Browse files
committed
Improvement: Updated the Feature State.
1 parent 37c3a5c commit 8b4cc59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ NAME PARENTREF
372372

373373
#### IP address ranges for Service virtual IP addresses {#service-ip-static-sub-range}
374374

375-
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
375+
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
376376

377377
Kubernetes divides the `ClusterIP` range into two bands, based on
378378
the size of the configured `service-cluster-ip-range` by using the following formula
@@ -396,7 +396,7 @@ to control how Kubernetes routes traffic to healthy (“ready”) backends.
396396

397397
### Internal traffic policy
398398

399-
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
399+
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
400400

401401
You can set the `.spec.internalTrafficPolicy` field to control how traffic from
402402
internal sources is routed. Valid values are `Cluster` and `Local`. Set the field to

0 commit comments

Comments
 (0)