Skip to content
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

[AKS] Add properties for apiserver-vnet-integration #18705

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4245,6 +4245,15 @@
"disableRunCommand": {
"type": "boolean",
"description": "Whether to disable run command for the cluster or not."
},
"enableVnetIntegration": {
gossion marked this conversation as resolved.
Show resolved Hide resolved
gossion marked this conversation as resolved.
Show resolved Hide resolved
"type": "boolean",
"description": "Whether to enable apiserver vnet integration for the cluster or not."
},
"subnetId": {
"type": "string",
"title": "The subnet to be used when apiserver vnet integration is enabled.",
"description": "It is required when: 1. creating a new cluster with BYO Vnet; 2. updating an existing cluster to enable apiserver vnet integration."
}
},
"description": "Access profile for managed cluster API server."
Expand Down