Steffen Windoffer

Results 10 comments of Steffen Windoffer

I had the same issue when updating from go 1.15 to 1.16 Looks like something with the allowed cflags changed. As a workaround I did the following: `CGO_CFLAGS_ALLOW="-I@/usr@/include" go get...

I like that the default configuration is working with `docker run -p 7396:7396 wind0r/folding-at-home` and `kubectl port-forward $POD_NAME 7396:7396` With this change everyone needs to overwrite the environment variables with...

Hi, Yes, that is an idea for the future. I first wanted to get this chart to the public and more mature before creating a PR to the public repo...

Wow! That's really cool to hear! https://github.com/wind0r/k8s-supporting-folding-at-home/issues/1 describes the changed needed to do to make it work at least with nVidia GPUs. I was able to successful test it with...

I need to think about this and read the GitHub issue you send me before merging this :) [Best Practices/Docs Question - Specify Namespace in Chart](https://github.com/helm/helm/issues/5465)

When using nvidia/cuda:10.2-base + docker>=19.03 GPU support does work on my workstation, but I don't own a cluster to test this on + I need to check NVIDIA License Agreements.

Added a new commit which also changes the Resources Settings. CoreDNS Helm Chart sets Resources Requests and Limits to the same Value. I think eksctl should do the same so...

We used this MR now for some weeks in Production without issues. Still, I just now dropped the CPU Change. The Deployment uses priorityClassName system-node-critical, so QoS Guaranteed isn't really...

@Himangini anything I need to do? Is something missing?

I think the current docs already describe the update process. [Users just need to run `eksctl utils update-coredns --cluster=` ](https://eksctl.io/usage/addon-upgrade/) I ticked the checkbox because I think no update is...