logzio/logzio-helm

Logzio-monitoring does not support Windows 2022

Closed this issue · 5 comments

Just a note: We tried deploying this our EKS cluster that had Windows 2022 nodes and we were getting error:

The container operating system does not match the host operating system.: unknown

It looks like Docker image was built with Windows 2019:

https://hub.docker.com/layers/logzio/fluentd-windows/0.0.2/images/sha256-8a34285902f99f4141bef8e471fbcb8ca7e248658837fe0f7c907526d89b9091?context=explore

Install update ltsc2019-amd64

Once we moved our test nodes to Windows 2019 - logzio-monitoring pods started working and we got logs into logz.io

It would be great if logzio-monitoring helm also supported Windows 2022.

Thanks!

Hi @AGirin thanks for letting us know about this issue.
@tamir-michaeli can you have a look?

@AGirin We will add windows 2022 docker image for fluentd probably next week :)

@AGirin Added new docker image, please update if its working.

Thanks. Will try this out and let you know.

Looks to be working now. Thanks!