Skip to content

Commit fade58a

Browse files
authored
Merge pull request #28239 from bridgetkromhout/correct-version-sctp-stable
SCTP is stable as of 1.20
2 parents 1564caf + 3166677 commit fade58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ This ensures that even pods that aren't selected by any other NetworkPolicy will
212212

213213
## SCTP support
214214

215-
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
215+
{{< feature-state for_k8s_version="v1.20" state="stable" >}}
216216

217-
As a beta feature, this is enabled by default. To disable SCTP at a cluster level, you (or your cluster administrator) will need to disable the `SCTPSupport` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the API server with `--feature-gates=SCTPSupport=false,…`.
217+
As a stable feature, this is enabled by default. To disable SCTP at a cluster level, you (or your cluster administrator) will need to disable the `SCTPSupport` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the API server with `--feature-gates=SCTPSupport=false,…`.
218218
When the feature gate is enabled, you can set the `protocol` field of a NetworkPolicy to `SCTP`.
219219

220220
{{< note >}}

0 commit comments

Comments
 (0)