Dmytro Kovalenko
Dmytro Kovalenko
Python 3.9.0 was released on October 5, 2020, and consulate doesn't work on it. I have opened a PR (#125) that fixes an issue with json.loads, but that might not...
**Is your feature request related to a problem? Please describe.** Safari in macOS Sonoma added support for Chrome-like profiles. It would be nice to support this within Finicky. **Describe the...
In `internal/partitioning/mps/partitioner.go`, in `ToPluginConfig` function, Config struct is used from `github.com/NVIDIA/k8s-device-plugin/api/config/v1` package. This struct, while containing nested structs, does not use struct pointers, which causes YAML/JSON Marshal function to render...
Nos is currently broken on systems where GPU drivers are pre-installed on hosts, for example on AKS. The symptom is `gpu-agent` Pod not starting due to missing `/run/nvidia` path on...
In my case, I need to set extra environment variables with Azure credentials to avoid attaching certain roles to the whole Kubernetes node. Also one might need to set labels,...
Hi, I wanted to use this project as I need Enum support for MongoEngine, but this repository doesn't seem to see much activity. Is it abandoned?
When installing KEDA using Argo CD, the application never ends up being synced. It's caused by empty `annotations` in APIService `v1beta1.external.metrics.k8s.io` defined in `keda/templates/24-metrics-apiservice.yaml`. Kubernetes API does not return null...