Support for OS Disk Type in AKSNodeClass#1256
Support for OS Disk Type in AKSNodeClass#1256nandorKollar wants to merge 1 commit intoAzure:mainfrom
Conversation
|
@nandorKollar I think there might be some conflicts between this PR and my PR #1339, just because we both want to use the same field name in the AKSNodeClass. I think mine is less specific, and therefore would make more sense with the Can I ask you to change your field name to something more specific? Maybe something like In my proposal:
No one has offered to implement the third thing, but there is a ticket open for it, which my PR only partially addresses. |
Thanks @alex-hunt-materialize for noticing this name collision. Sure, I can rename the field. It seems that indeed we need two different configuration parameter: one is for selecting between Ephemeral (if available)/Managed, that's what your PR does, and maybe one to select a different manage instance type (this is |
Fixes #801
Description
This change adds a new option to AKSNodeClass to specify the required OS disk type.
How was this change tested?
make az-all, created an AKS with non-default OS disk type, which worked fine.Does this change impact docs?
Release Note