Elias Koromilas

Results 12 comments of Elias Koromilas

@wasserth You may find the following project useful: https://github.com/pypa/cibuildwheel It allows you to build multiple Cython wheels, targeting diverse platforms, and publish them on PyPI.

I think that, as of NFD v0.11.1, there is no "real" need for parallel deployments. Even custom feature sources can be applied with a simple `NodeFeatureRule`. A cluster-scoped NFD deployment...

FYI we test KubeSphere deployments on Minikube/MicroK8s all the time!

Q: Rancher cloud-provider is not yet supported in the [Helm chart](https://artifacthub.io/packages/helm/cluster-autoscaler/cluster-autoscaler) right?

Makes sense. It looks like the `Diff`/`Apply` interface can be used for common `Tar`/`Untar` purposes, too. Feel free to close this. Thanks.

FYI This is how we deploy our MLflow extension, for Privacy-Preserving ML, on Kubernetes: https://github.com/inaccel/heflow/tree/master/charts/heflow For sure, there are similarities with your chart and we might consider using it (as...

I think [here](https://github.com/inaccel/helm/commit/71b1408864cf45a47c6db171a8e6e7dc64b08aba)'s the simplest workaround for this issue.

> how do you find all these env variables ? https://github.com/helm/chart-releaser/blob/v1.6.1/pkg/config/config.go#L40-L65 ```go v.AutomaticEnv() v.SetEnvKeyReplacer(strings.NewReplacer("-", "_")) v.SetEnvPrefix("CR") ```

I've seen this too upgrading from v10.15.1 to v10.15.2. https://github.com/go-playground/validator/compare/v10.15.1...v10.15.2

Support for inspecting **extended resources** (GPUs, FPGAs, ...) available on a node or assigned to a container would be very useful for us too. https://kubernetes.io/docs/tasks/administer-cluster/extended-resource-node/#discussion https://kubernetes.io/docs/tasks/configure-pod-container/extended-resource