You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been testing a script to automate deployment of a cluster and anthos service mesh. This involved multiple deployments in the same project using the same cluster name. Today the register_cluster function failed. when I ran the command myself I found that I had exceeded the number of memberships allowed per project:
It looks like the script does check if the cluster is registered before creating a new membership, so I guess that since I was deleting and reusing the same cluster name the existing memberships became invalid.
I have been testing a script to automate deployment of a cluster and anthos service mesh. This involved multiple deployments in the same project using the same cluster name. Today the register_cluster function failed. when I ran the command myself I found that I had exceeded the number of memberships allowed per project:
All 15 memberships were for the same cluster name, but the cluster had been deleted and recreated:
anthos-service-mesh-packages/asmcli/asmcli
Line 3576 in 4753ebb
The text was updated successfully, but these errors were encountered: