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

tanzu kubernetes clusters status of pending #1201

Open
andrzej-dobrzynski-pushgaming opened this issue Jan 29, 2024 · 2 comments
Open

tanzu kubernetes clusters status of pending #1201

andrzej-dobrzynski-pushgaming opened this issue Jan 29, 2024 · 2 comments
Assignees

Comments

@andrzej-dobrzynski-pushgaming
Copy link

andrzej-dobrzynski-pushgaming commented Jan 29, 2024

Hello

Description

We have created tanzu kubernetes clusters based the example
https://github.com/vmware/terraform-provider-vcd/tree/main/examples/container-service-extension/v4.1

After the clusters are created the status is Available and The RDE has VCD-KE status section

    "status": {
      "vcdKe": {
        "state": "provisioned",

After the clusters are resized the status is Pending and The RDE has no VCD-KE status section and it never gets refreshed

    "status": {

why the status is Pending ?

Affected Resource(s)

vcd_rde

Expected Behavior

status is Available

Actual Behavior

status is Pending

Steps to Reproduce

1 create tanzu kubernetes cluster
2 resize tanzu kubernetes cluster

@adambarreiro
Copy link
Collaborator

Hi @andrzej-dobrzynski-pushgaming,

Thanks for reaching out. I believe it could be the same issue reported here:
#1139 (comment)

Let me know if these steps work, otherwise it could be a different one.

@andrzej-dobrzynski-pushgaming
Copy link
Author

andrzej-dobrzynski-pushgaming commented Jan 29, 2024

Hi @adambarreiro

Thanks for quick reply

We have added VCD-KE status section to The RDE input_entity

  "status": {
    "vcdKe": {
      "state": "provisioned",
      "defaultStorageClass": {
        "fileSystem": "${input_entity_fileSystem}",
        "k8sStorageClassName": "${input_entity_k8sStorageClassName}",
        "vcdStorageProfileName": "${input_entity_vcdStorageProfileName}",
        "useDeleteReclaimPolicy": ${input_entity_useDeleteReclaimPolicy}
      }
    }
  }

Now, the status is Available

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

No branches or pull requests

2 participants