Hi All, I have configured ASM within a private GKE cluster using the docs:
https://cloud.google.com/architecture/exposing-service-mesh-apps-through-gke-ingress#install-service-mesh
At some point I ran:
gcloud container fleet mesh update \
--control-plane automatic \
--memberships ${CLUSTER_NAME}
And it got the AUTOMATIC state. After a deployment started crashing with failed healthcheks I decided to check the fleet status and got:
membershipStates:
projects/redacted/locations/global/memberships/redacted-membership:
servicemesh:
controlPlaneManagement:
state: DISABLED
dataPlaneManagement:
details:
- code: OK
details: Service is running.
state: ACTIVE
The actual status should be AUTOMATIC instead of DISABLED.
I don’t know if it related to the pod in CrashLoopBackOff status but this shouldn’t happen.
Does anyone have an idea of why this is happening?