Skip to content

feat: add AppGatewaySubnetID field to OverlayExtensionConfig CRD #3889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robogatikov
Copy link
Contributor

Reason for Change:
OverlayExtensionConfig (OEC) was designed specifically to work with AGIC/AGC subnets. We want to extend Routing Domain connectivity to these subnets only. To avoid breaking changes (such as removing existing extensionIPRange field from OEC CRD), add a new appGatewaySubnetID field to OEC CRD.

Issue Fixed:

Requirements:

Notes:

@Copilot Copilot AI review requested due to automatic review settings August 5, 2025 15:25
@robogatikov robogatikov requested a review from a team as a code owner August 5, 2025 15:25
@robogatikov robogatikov requested a review from k-routhu August 5, 2025 15:25
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for Application Gateway subnet connectivity to the OverlayExtensionConfig CRD by introducing a new AppGatewaySubnetID field. The change extends routing domain connectivity to AGIC/AGC subnets while maintaining backward compatibility with the existing extensionIPRange field.

  • Adds appGatewaySubnetID field to OverlayExtensionConfigSpec struct
  • Implements immutable validation constraint on the new field
  • Updates CRD manifest to include the new field definition

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
crd/overlayextensionconfig/api/v1alpha1/overlayextensionconfig_types.go Adds AppGatewaySubnetID field to OverlayExtensionConfigSpec with validation annotations
crd/overlayextensionconfig/manifests/acn.azure.com_overlayextensionconfigs.yaml Updates CRD manifest with appGatewaySubnetID field schema and validation rules

@nairashu nairashu enabled auto-merge August 12, 2025 16:39
@nairashu nairashu disabled auto-merge August 12, 2025 16:52
@nairashu
Copy link
Contributor

/azp run Azure Container Networking PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@nairashu nairashu enabled auto-merge August 12, 2025 16:53
@nairashu
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@nairashu nairashu disabled auto-merge August 12, 2025 18:03
@nairashu nairashu enabled auto-merge August 12, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants