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

Windows compatibility #1141

Closed
Azbesciak opened this issue May 9, 2021 · 3 comments
Closed

Windows compatibility #1141

Azbesciak opened this issue May 9, 2021 · 3 comments

Comments

@Azbesciak
Copy link

Azbesciak commented May 9, 2021

Hello, I wonder if it is possible to use these templates in docker for windows.
I ask because when applying code from quick start.
I added a comment in helm-charts because I have found a similar error there - but not sure if it is the right place.

The error I receive is right below
image

I suppose the issue is in node-exporter-deamonset. Maybe there should be a replacement for this exported, a special one for windows, or paths just should be changed?

Any help appreciated, I spent some time to find this issue - unfortunately, it 'kills'(these are working but not really) all my services.
Thanks!

@paulfantom
Copy link
Member

paulfantom commented May 10, 2021

node_exporter shouldn't be deployed to windows nodes as it has nodeSelector set to linux boxes only.

We do have an addon for windows machines available in addons/windows.libsonnet with short docs in https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/windows.md.

I added a comment in helm-charts because I have found a similar error there

We do not maintain helm charts.

@Azbesciak
Copy link
Author

Thanks. To sum up, I rather have no chance to test metrics on windows - I need to set up a Linux-based machine?

@paulfantom
Copy link
Member

At least one machine in a cluster needs to be linux one as most of the components run only on linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants