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

chore: 1. update bump k8s-version stable to 1.26.6 #11

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

FaGru3n
Copy link
Contributor

@FaGru3n FaGru3n commented Dec 12, 2023

Testing

  • checkout branch
  • terraform init (optional)
  • terraform plan
  • validate changes

Additional information Terraform output

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.stable_cluster.azurerm_kubernetes_cluster.aks_cluster will be updated in-place
  ~ resource "azurerm_kubernetes_cluster" "aks_cluster" {
        id                                  = "/subscriptions/899135fc-19c6-47cb-82f1-0230af7b99b5/resourceGroups/cx-stable-rg/providers/Microsoft.ContainerService/managedClusters/cx-stable-aks"
      ~ kubernetes_version                  = "1.25.6" -> "1.26.6"
        name                                = "cx-stable-aks"
        tags                                = {}
        # (23 unchanged attributes hidden)

      ~ default_node_pool {
            name                         = "default"
          ~ orchestrator_version         = "1.25.6" -> "1.26.6"
            tags                         = {}
            # (21 unchanged attributes hidden)
        }

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@FaGru3n FaGru3n requested a review from a team as a code owner December 12, 2023 09:22
Copy link
Contributor

@almadigabor almadigabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FaGru3n FaGru3n merged commit 9c10952 into main Dec 12, 2023
1 check passed
@FaGru3n FaGru3n deleted the chore/update-k8s-version-stable branch December 12, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants