You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the AKS is deployed with a default or spezific Version and then redeploy with a newer Version,
the module updates only the Kubernetes control plane not the node pools.
As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version.
Solution:
The Operational version will be set to the Kubernetes version if it's set in parameters.
Update API version
Pipeline references
Pipeline
Type of Change
Please delete options that are not relevant.
New feature (non-breaking change which adds functionality)
Checklist
I'm sure there are no other open Pull Requests for the same update/change
My corresponding pipelines / checks run clean and green without any errors or warnings
My code follows the style guidelines of this project
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation (readme)
I take a deeper look into the deployment locally.
The deployment fails at the provisioning of the VMSS for nodePools.
in the dependencies we using a keyVault for diskEncryptionSet and this one needs Purge Protection activated.
Message
The key vault 'dep-jpe-kv-csmazure' used for disk encryption set 'dep-jpe-des-csmazure' must have purge protection enabled. Target: 'VM: '/subscriptions/b688a246-149f-4e7b-9ac4-15a993403b69/resourceGroups/ms.containerservice.managedclusters-csmazure-rg_aks_jpecsmazure001_nodes/providers/Microsoft.Compute/virtualMachineScaleSets/aks-systempool-16738708-vmss/virtualMachines/aks-systempool-16738708-vmss_9', disk: 'OSDisk''.
As a KeyVault with purge protection for the deploy and throw away approach is not posible due to the retaition time
schould we remove this from the module?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Problem:
When the AKS is deployed with a default or spezific Version and then redeploy with a newer Version,

the module updates only the Kubernetes control plane not the node pools.
As a best practice, you should upgrade all node pools in an AKS cluster to the same Kubernetes version.
Solution:
The Operational version will be set to the Kubernetes version if it's set in parameters.
Pipeline references
Type of Change
Please delete options that are not relevant.
Checklist