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

feat(doks,doks-public) enable HA for Kubernetes control-planes #117

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

dduportal
Copy link
Contributor

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the last "terraform apply":

  # digitalocean_kubernetes_cluster.doks_cluster has changed
  ~ resource "digitalocean_kubernetes_cluster" "doks_cluster" {
      ~ ha             = false -> true
        id             = "8f6e486f-86e9-45d0-a52b-d5554c70f4ec"
        name           = "jenkins-infra-doks-hkuxfyvb"
        tags           = [
            "managed-by:terraform",
        ]
      ~ updated_at     = "2023-06-21 13:24:07 +0000 UTC" -> "2023-06-22 15:22:50 +0000 UTC"
        # (13 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

  # digitalocean_kubernetes_cluster.doks_public_cluster has changed
  ~ resource "digitalocean_kubernetes_cluster" "doks_public_cluster" {
      ~ ha             = false -> true
        id             = "c2ac8f9f-55e0-44d7-9524-2848fd6e3747"
        name           = "jenkins-infra-doks-public-hkuxfyvb"
        tags           = [
            "managed-by:terraform",
        ]
      ~ updated_at     = "2023-06-21 13:06:27 +0000 UTC" -> "2023-06-22 15:24:17 +0000 UTC"
        # (12 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }


Unless you have made equivalent changes to your configuration, or ignored the relevant attributes using ignore_changes, the following plan may include actions to undo or respond to these changes.

──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

No changes. Your infrastructure matches the configuration.

we can merge and then re-enable the job

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
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.

1 participant