You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure: remove deprecated CIDR and Subnet status fields
The AzureInterface.CIDR and AzureAddress.Subnet fields on
CiliumNode.Status.Azure were deprecated in favor of the shared
AzureInterface.Subnet object (Subnet.ID and Subnet.CIDR). They were
retained for one release (1.20) as populated mirrors so agent/operator
rolling upgrades work in either order and external consumers could
migrate off them.
The migration window has now closed, so remove the deprecated fields.
The transitional dual-writes in parseInterface() and the mock are
dropped, the only remaining reader in pkg/ipam now reads Subnet.CIDR
directly (the azureInterfaceCIDR fallback helper is removed), and the
generated deepcopy/deepequal code and the CiliumNode CRD manifest are
regenerated to match.
Fixes: cilium#46074
Signed-off-by: Jared Ledvina <jared.ledvina@datadoghq.com>
0 commit comments