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
It would be useful to be able to target the specific architecture that prometheus will run on. I'm particularly interested in being able to target arm64, but this should be configurable. Here's the GKE guides on how to target different architectures.
My thought would be to expose a mixin withTolerations(arch) that would look like the following:
It would be useful to be able to target the specific architecture that
prometheus
will run on. I'm particularly interested in being able to targetarm64
, but this should be configurable. Here's the GKE guides on how to target different architectures.My thought would be to expose a mixin
withTolerations(arch)
that would look like the following:The text was updated successfully, but these errors were encountered: