Skip to content

Conversation

@tyler-lloyd
Copy link
Contributor

@tyler-lloyd tyler-lloyd commented Nov 30, 2021

Description

Adds new parameters for support of creating/managing dual-stack AKS clusters. Thew new parameters are

  • --pod-cidrs
  • --service-cidrs
  • --ip-families
  • --load-balancer-managed-outbound-ipv6-count

Testing Guide

azdev test acs

History Notes

[AKS] az aks create --ip-families IPv4,IPv6: creates a dual-stack AKS cluster for customers enrolled in public preview
[AKS] az aks create --pod-cidrs 10.244.0.0/16,2001:1234:abcd::/64 --service-cidrs 10.0.0.0/16,2001:ffff::/108 --ip-families IPv4,IPv6: create dual-stack AKS cluster with customer supplied IPv4 and IPv6 CIDR ranges.
[AKS] az aks create --ip-families IPv4,IPv6 --load-balancer-managed-outbound-ipv6-count 3: create a dual-stack cluster with 3 IPv6 managed outbound IPs


This checklist is used to make sure that common guidelines for a pull request are followed.

@yonzhan
Copy link
Collaborator

yonzhan commented Nov 30, 2021

acs

@yonzhan yonzhan added this to the Dec 2021 (2022-01-04) milestone Nov 30, 2021
@tyler-lloyd tyler-lloyd changed the title feat: ContainerService 2021-10-01 for dual-stack clusters {AKS} ContainerService 2021-10-01 for dual-stack clusters Nov 30, 2021
@tyler-lloyd tyler-lloyd changed the title {AKS} ContainerService 2021-10-01 for dual-stack clusters [AKS] ACS dual-stack cluster support Nov 30, 2021
@tyler-lloyd tyler-lloyd marked this pull request as ready for review November 30, 2021 14:23
@tyler-lloyd tyler-lloyd changed the title [AKS] ACS dual-stack cluster support [WIP][AKS] ACS dual-stack cluster support Nov 30, 2021
@tyler-lloyd
Copy link
Contributor Author

PR for upgrading API and pypi package here: #20560

That PR can be completed first and this one will be for new functionality and parameters.

@palma21
Copy link
Member

palma21 commented Nov 30, 2021

#hold this feature is not GA yet.

@palma21 palma21 closed this Nov 30, 2021
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.

4 participants