Oliver Reißig
Results
2
comments of
Oliver Reißig
> you should use `PatchUtils` This works as a workaround, but in fact this really is a bug in the client. Looks related to https://github.com/kubernetes-client/java/issues/3106
Still occurs with `github.com/prometheus/client_golang v1.22.0` and `go version go1.24.3 darwin/arm64` In addition I've found out that it only occurs with `CGO_ENABLED=1`, setting `CGO_ENABLED=0` makes the warnings go away.