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

Provisioned GKE cluster NUM_NODES is not matching the nodeCount spec #42

Open
ytsarev opened this issue Apr 10, 2024 · 0 comments
Open
Labels
bug Something isn't working needs-epic-link Needs a link to an epic needs-points-label Needs a story point label needs-project Needs a project

Comments

@ytsarev
Copy link
Member

ytsarev commented Apr 10, 2024

What happened?

Encountered via higher level upbound/platform-ref-gcp#91 platform ref testing

I was debugging the issue with clean deletion and noticed that NUM_NODES of provisioned GKE is not matching the spec

$ gcloud container clusters list --region=us-west2 --project=official-provider-testing
NAME                          LOCATION  MASTER_VERSION      MASTER_IP     MACHINE_TYPE  NODE_VERSION        NUM_NODES  STATUS
platform-ref-gcp-bngsf-6wqpt  us-west2  1.29.1-gke.1589018  34.94.11.113  e2-medium     1.29.1-gke.1589018  3          PROVISIONING

$ gcloud container clusters list --region=us-west2 --project=official-provider-testing
NAME                          LOCATION  MASTER_VERSION      MASTER_IP     MACHINE_TYPE  NODE_VERSION        NUM_NODES  STATUS
platform-ref-gcp-bngsf-6wqpt  us-west2  1.29.1-gke.1589018  34.94.11.113  e2-medium     1.29.1-gke.1589018  6          RUNNING

In addition, it also dynamically growing, apparently by some condition on the cloud provider side.

MACHINE_TYPE is also something to double check

How can we reproduce it?

Provision this configuration or platform-ref-gcp, run gcloud commands above

What environment did it happen in?

UXP 1.15.1-up.1
xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.4.0
xpkg.upbound.io/upbound/provider-gcp-container:v1.0.1

@ytsarev ytsarev added bug Something isn't working needs-epic-link Needs a link to an epic needs-points-label Needs a story point label needs-project Needs a project labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-epic-link Needs a link to an epic needs-points-label Needs a story point label needs-project Needs a project
Projects
None yet
Development

No branches or pull requests

1 participant