Skip to content

Commit

Permalink
Set OS upgrade explicitly to Unmanaged (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba authored Aug 28, 2023
1 parent 5df5189 commit 769661e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- [#1024](https://github.com/XenitAB/terraform-modules/pull/1024) Update provider versions.

### Added

- [#1023](https://github.com/XenitAB/terraform-modules/pull/1023) Set OS upgrade explicitly to Unmanaged.

## 2023.08.1

### Added
Expand Down
2 changes: 2 additions & 0 deletions modules/azure/aks/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ resource "azurerm_kubernetes_cluster" "this" {
oidc_issuer_enabled = true
workload_identity_enabled = true

node_os_channel_upgrade = "Unmanaged"

auto_scaler_profile {
# Pods should not depend on local storage like EmptyDir or HostPath
skip_nodes_with_local_storage = false
Expand Down

0 comments on commit 769661e

Please sign in to comment.