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

Managed Service for Prometheus, CrashLoopBackOff on t2a-standard-2 node #1067

Closed
jo-gre opened this issue Jul 12, 2024 · 2 comments
Closed
Assignees

Comments

@jo-gre
Copy link

jo-gre commented Jul 12, 2024

We have enabled Google Managed Prometheus in our new cluster with control plane version 1.29.5-gke.1091002 on regular channel.

This cluster currently runs with a single t2a-standard-2 node and a few pods on there. After checking the box in the GCP console UI to test gmp 4 new pods got spawned in gmp-system:

❯ kubectl get pods -n gmp-system
NAME                              READY   STATUS             RESTARTS        AGE
alertmanager-0                    0/2     Init:0/1           0               92m
collector-zb5sq                   0/2     Init:0/1           0               92m
gmp-operator-547565645b-vgtcp     0/1     CrashLoopBackOff   9 (2m34s ago)   23m
rule-evaluator-69dcb4446c-cbt7k   0/2     Init:0/1           0               92m

While the 3 are stuck in init the gmp-operator crashes with

❯ kubectl logs -n gmp-system -p gmp-operator-547565645b-vgtcp
exec /bin/operator: exec format error
@TheSpiritXIII
Copy link
Member

We accidentally broke ARM builds. The fix is available in #992 and is available today in the GKE rapid release channel on the latest minor version. At some point we'll backport it to old GKE minor versions and other release channels but we don't have a timeline yet.

Sorry for the inconvenience!

@bernot-dev
Copy link
Collaborator

Closing this for now. Feel free to follow up if you have additional questions.

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

3 participants