Skip to content

fix: remove bot-mat pvc#63

Merged
toto04 merged 1 commit intostablefrom
bot-mat-pvc
Apr 2, 2025
Merged

fix: remove bot-mat pvc#63
toto04 merged 1 commit intostablefrom
bot-mat-pvc

Conversation

@lorenzocorallo
Copy link
Copy Markdown
Member

No description provided.

@lorenzocorallo lorenzocorallo requested a review from toto04 April 2, 2025 15:20
@infracost
Copy link
Copy Markdown

infracost bot commented Apr 2, 2025

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2025

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2025

Terraform Plan Output

Click to expand
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  - destroy

Terraform will perform the following actions:

  # module.bot_mat_migration.kubernetes_persistent_volume.storage[0] will be destroyed
  # (because kubernetes_persistent_volume.storage is not in configuration)
  - resource "kubernetes_persistent_volume" "storage" {
      - id = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null

      - metadata {
          - annotations      = {} -> null
          - generation       = 0 -> null
          - labels           = {} -> null
          - name             = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null
          - resource_version = "184795543" -> null
          - uid              = "f50cef5b-fec6-41cd-a24b-05d3921bbc79" -> null
        }

      - spec {
          - access_modes                     = [
              - "ReadWriteOnce",
            ] -> null
          - capacity                         = {
              - "storage" = "250Gi"
            } -> null
          - mount_options                    = [] -> null
          - persistent_volume_reclaim_policy = "Retain" -> null
          - storage_class_name               = "managed-csi" -> null
          - volume_mode                      = "Filesystem" -> null

          - claim_ref {
              - name      = "bot-pvc" -> null
              - namespace = "bot-mat" -> null
            }

          - persistent_volume_source {
              - csi {
                  - driver            = "disk.csi.azure.com" -> null
                  - read_only         = false -> null
                  - volume_attributes = {} -> null
                  - volume_handle     = "/subscriptions/dcd88855-70df-49a0-9f15-a91941bba034/resourceGroups/rg-polinetwork/providers/Microsoft.Compute/disks/md-polinetwork-eb9fad63-bb4e-4ec6-e410-82367c04646d" -> null
                    # (1 unchanged attribute hidden)
                }
            }
        }
    }

  # module.bot_mat_migration.kubernetes_persistent_volume_claim.storage_pvc[0] will be destroyed
  # (because kubernetes_persistent_volume_claim.storage_pvc is not in configuration)
  - resource "kubernetes_persistent_volume_claim" "storage_pvc" {
      - id               = "bot-mat/bot-pvc" -> null
      - wait_until_bound = true -> null

      - metadata {
          - annotations      = {} -> null
          - generation       = 0 -> null
          - labels           = {} -> null
          - name             = "bot-pvc" -> null
          - namespace        = "bot-mat" -> null
          - resource_version = "184569431" -> null
          - uid              = "a7d37417-21e9-451c-87e8-1f5c914a0687" -> null
            # (1 unchanged attribute hidden)
        }

      - spec {
          - access_modes       = [
              - "ReadWriteOnce",
            ] -> null
          - storage_class_name = "managed-csi" -> null
          - volume_name        = "eb9fad63-bb4e-4ec6-e410-82367c04646d-bot-pv" -> null

          - resources {
              - limits   = {} -> null
              - requests = {
                  - "storage" = "250Gi"
                } -> null
            }
        }
    }

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

@toto04 toto04 merged commit ea2cdf2 into stable Apr 2, 2025
6 checks passed
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.

2 participants