-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[kube-prometheus-stack] ARM Support #373
Comments
prometheus-community/helm-charts#373 Signed-off-by: anthr76 <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
/remove-lifecycle stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
still waiting for kube-state-metrics 2.0 to be GA, which will require an update for something as |
Some work in progress here kubernetes/kube-state-metrics#1358 |
Kube-state-metrics 1.9.8 has been released which now has multi-arch builds. I'll raise a PR. :) https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.9.8 |
Opened this PR on kube-state-metrics helm chart first: kubernetes/kube-state-metrics#1391 |
@cablespaghetti it looks like the
|
Simple workaround for anyone that is stuck: the docker hub images are still multiarch.
|
You're correct. Sorry, this must have been changed on the grafana side, probably to avoid Docker hub rate limiting. I'll raise some more PRs... |
Raised a PR to fix this in the kiwigrid/k8s-sidecar side: kiwigrid/k8s-sidecar#112 |
Hi there, thanks for making us aware, we fixed to quay.io mirroring to be multi-arch as well and updated the existing tags accordingly. This means |
After digging in deep I'm opening this as tracking for anyone that comes here looking to deploy kube-prometheus-stack on an ARM or ARM64 device like a Raspberry Pi.
With #280 merged the last thing remaining is for kube-state-metrics to merge kubernetes/kube-state-metrics#1237 - that's being tracked here at #111.
The default image in the old kube-state-metrics chart was from quay.io and did not have multi-arch support. The new chart mentioned above will use the new multi-arch gcr image and it will switch to v2 of kube-state-metrics which has some breaking changes.
For now you can override the kube-state-metrics image in your
values.yml
with:If you need v1.9.7 you can use the image that I built here. See kubernetes/kube-state-metrics#1037 (comment).
The text was updated successfully, but these errors were encountered: