Skip to content

Commit cb161cf

Browse files
authored
Merge pull request #27724 from wangyysde/patch-1
Update feature-gates.md
2 parents 2ef52e5 + e28f3ce commit cb161cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ different Kubernetes components.
266266
| `EvenPodsSpread` | `true` | Beta | 1.18 | 1.18 |
267267
| `EvenPodsSpread` | `true` | GA | 1.19 | - |
268268
| `ExecProbeTimeout` | `true` | GA | 1.20 | - |
269+
| `ExternalPolicyForExternalIP` | `true` | GA | 1.18 | - |
269270
| `GCERegionalPersistentDisk` | `true` | Beta | 1.10 | 1.12 |
270271
| `GCERegionalPersistentDisk` | `true` | GA | 1.13 | - |
271272
| `HugePages` | `false` | Alpha | 1.8 | 1.9 |
@@ -635,6 +636,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
635636
host mounts, or containers that are privileged or using specific non-namespaced
636637
capabilities (e.g. `MKNODE`, `SYS_MODULE` etc.). This should only be enabled
637638
if user namespace remapping is enabled in the Docker daemon.
639+
- `ExternalPolicyForExternalIP`: Fix a bug where ExternalTrafficPolicy is not applied to Service ExternalIPs.
638640
- `GCERegionalPersistentDisk`: Enable the regional PD feature on GCE.
639641
- `GenericEphemeralVolume`: Enables ephemeral, inline volumes that support all features
640642
of normal volumes (can be provided by third-party storage vendors, storage capacity tracking,

0 commit comments

Comments
 (0)