Sylvain Rabot
Sylvain Rabot
@ripienaar any chance someone could look into that ? it's pretty annoying.
I have generated one for myself: quay.io/sylr/prometheus:v2.9.2_sylr.2 based on https://github.com/sylr/prometheus/releases/tag/v2.9.2%2Bsylr.2 Use it at your own risks ;)
Yeaaaaah! I can't tell you how relieved I am to find people that are as disappointed as I am by the choices that can be made by some members of...
Are you considering a hard fork or just a branch with **`unaccepted patches`** that you would rebase onto prometheus release branches and make `v2.x.z+free.z` tags ? I think the latter...
@roidelapluie ? :)
I've encountered this twice this morning.
Each time I get this is when the reboot can not occur because a Pod Disruption Budget does not allow pods to be killed on the node kured is trying...
I do have the `redhat.vscode-yaml` extension installed.
I'd suggest to add systemd to the configure config: ``` yum install systemd-devel ./configure --with-systemd --with-openssl ```
I think Marshal/Unmarshal are too generic terms to be employed by any library in a language like Go that heavily relies on interfaces. `encoding/json` uses [MarshalJSON](https://github.com/golang/go/blob/071b8d51c1a70fa6b12f0bed2e93370e193333fd/src/encoding/json/encode.go#L192), `gopkg.in/yaml.v3` uses [MarshalYAML](https://github.com/go-yaml/yaml/blob/f6f7691b1fdeb513f56608cd2c32c51f8194bf51/yaml.go#L51) ......