Miguel Elias dos Santos
Miguel Elias dos Santos
Hey all, I'm aware the idea of disabling the follow feature was mentioned a while ago in #34 but I don't think it was ever implemented. Just to clarify, I'm...
Browsing through the code I've found a function called `write_to_textfile` in the `exposition` module. This function signature looks like this: ```python def write_to_textfile(path, registry): """Write metrics to the given path....
TL;DR: 1. I'm building a WOL system and I need a WOL server accessible via http 2. Found this one: https://github.com/daBONDi/go-rest-wol but sadly the owner had to copy most of...
Hi oapi-codegen team, If we use `go install github.com/deepmap/oapi-codegen/cmd/[email protected]` instead of the current example `go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen`, Go doesn't add `oapi-codegen` as an indirect dependency of the repo. This makes...
Hi all, I stumbled across a small problem when restoring Velero backups. After the restore CRD is created, I've found that any `Kinds` (deployments, cronjobs, daemonsets, etc) that result in...
The purposed new structure looks like this: Changes: - Use go mod for reliable builds and ease of development - New packages - New overall structure that adheres closer to:...
I would like to make som improvements do this project like authentication, persistence encryption and also properly import stuff from https://github.com/sabhiram/go-wol. It would be great if you were using go...
Related to: https://github.com/kubernetes-sigs/descheduler/issues/970 - Added log information for pods skipping eviction due to namespace filtering (include or exclude). - Added unittests As mentioned in the #970 issue, there are at...
**What version of descheduler are you using?** descheduler version: v0.25.1 **Does this issue reproduce with the latest release?** Yes **Which descheduler CLI options are you using?** ``` - args: -...