-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Labels
Class: Resource Module 📦This is a resource moduleThis is a resource moduleStatus: In PR 👉This is when an issue is due to be fixed in an open PRThis is when an issue is due to be fixed in an open PRStatus: Looking For Assistance 🦆This item is looking for anyone to help develop the code and submit a PR for resolutionThis item is looking for anyone to help develop the code and submit a PR for resolutionType: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Feature Request ➕New feature or requestNew feature or request
Description
Check for previous/existing GitHub issues
- I have checked for previous/existing GitHub issues
Issue Type?
Feature Request
Module Name
avm/res/container-service/managed-cluster
(Optional) Module Version
No response
Description
https://learn.microsoft.com/en-us/azure/aks/api-server-vnet-integration
Below is what I've been using locally and it's been working pretty well 🧑🚒
@description('Optional. Enable API Server vnet integration. Requires subscription feature flag `EnableAPIServerVnetIntegrationPreview` to be enabled during preview.')
param enableApiServerVnetIntegration bool = false
@description('Optional. API Server subnet resource id.')
param apiServerSubnetResourceId string? apiServerAccessProfile: {
authorizedIPRanges: authorizedIPRanges
disableRunCommand: disableRunCommand
enablePrivateCluster: enablePrivateCluster
enablePrivateClusterPublicFQDN: enablePrivateClusterPublicFQDN
privateDNSZone: privateDNSZone
// START MOD
enableVnetIntegration: enableApiServerVnetIntegration
subnetId: apiServerSubnetResourceId
// END MOD
}
(Optional) Correlation Id
No response
Metadata
Metadata
Labels
Class: Resource Module 📦This is a resource moduleThis is a resource moduleStatus: In PR 👉This is when an issue is due to be fixed in an open PRThis is when an issue is due to be fixed in an open PRStatus: Looking For Assistance 🦆This item is looking for anyone to help develop the code and submit a PR for resolutionThis item is looking for anyone to help develop the code and submit a PR for resolutionType: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Feature Request ➕New feature or requestNew feature or request
Type
Projects
Status
Needs: Triage