kubernetes/pkg/registry
Antonio Ojea 7a9bca3888 bugfix: initialize secondary range registry with the right value
When MultiCIDRServiceAllocator feature is enabled, we added an
additional feature gate DisableAllocatorDualWrite that allows to enable
a mirror behavior on the old allocator to deal with problems during
cluster upgrades.

During the implementation the secondary range of the legacy allocator
was initialized with the valuye of the primary range, hence, when a
Service tried to allocate a new IP on the secondary range, it succeded
in the new ip allocator but failed when it tried to allocate the same IP
on the legacy allocator, since it has a different range.

Expand the integration test that run over all the combinations of
Service ClusterIP possibilities to run with all the possible
combinations of the feature gates.

The integration test need to change the way of starting the apiserver
otherwise it will timeout.
2024-09-24 17:48:13 +00:00
..
admissionregistration admission-control: fix error message formatting 2024-05-01 14:19:03 +02:00
apiserverinternal Remove GetSingularName for subresources 2022-11-18 12:21:19 +03:00
apps Remove StatefulSetStartOrdinal feature gate to target stable in 1.31 2024-07-16 08:05:09 -07:00
authentication KEP-3325: Promote SelfSubjectReview to GA 2023-05-02 14:50:40 +02:00
authorization wire in ctx to rbac plugins 2024-09-17 20:04:02 +03:00
autoscaling address reviews 2024-03-02 04:51:00 +00:00
batch cleanup after JobPodFailurePolicy is promoted to GA 2024-07-18 10:00:56 +08:00
certificates pkg/registry: drop pointer wrapper functions. 2024-04-15 14:34:53 +00:00
coordination CLE storage and type registration changes 2024-07-24 14:38:11 +00:00
core bugfix: initialize secondary range registry with the right value 2024-09-24 17:48:13 +00:00
discovery Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
events Remove ability to re-enable serving deprecated eventv1beta1 APIs 2023-04-28 14:58:59 +08:00
flowcontrol remove resource flowschemas and prioritylevelconfigurations from legacyBetaEnabledByDefaultResources in v1.32 2024-09-02 11:30:17 +08:00
networking status writers are supposed to be constrained to modifying the status stanza 2024-08-14 13:57:41 +00:00
node Add sig OWNERS to registry packages 2023-10-31 01:20:16 +00:00
policy promote PDBUnhealthyPodEvictionPolicy to GA 2024-06-21 16:13:53 +02:00
rbac wire in ctx to rbac plugins 2024-09-17 20:04:02 +03:00
registrytest apiserver: Add API emulation versioning. 2024-06-25 22:12:11 +00:00
resource DRA: add DRAControlPlaneController feature gate for "classic DRA" 2024-07-22 18:09:34 +02:00
scheduling Add sig OWNERS to registry packages 2023-10-31 01:20:16 +00:00
storage Promote VolumeAttributesClass to beta 2024-07-23 13:58:14 +08:00
storagemigration feat: implements Storage Version Migration API in-tree 2024-03-08 04:18:56 +00:00
doc.go
OWNERS Use emeritus_* 2024-08-22 17:48:27 -04:00