Etienne Champetier
Etienne Champetier
> Ah, ok. Thanks for the tip. I did not realize that was possible. I pushed the updates. Is it okay with you if I leave you as the author...
OpenAPI 3.1.1 is clearer: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#fixed-fields-22 > This property SHOULD be required in the payload schema, as the behavior when the property is absent is undefined.
Should we output a warning then ? As of 3.1, it's clearly called out as undefined behavior when missing.
Right now with mount or devices adjustments you can escape to the host, I understand people wanting something more fine grained than NRI on/off, but right now adding seccomp or...
> > Right now with mount or devices adjustments you can escape to the host, I understand people wanting something more fine grained than NRI on/off, but right now adding...
> These plugins extend and enhance the container runtime but are not to unsecure the pod security context. You would not run random build of containerd ? just don't run...
@samuelkarp I like the idea of validating NRI plugin, but not sure what would be the benefit of also having some config per type, either you trust the mutating plugins...
@loictro can you try: ``` until kubectl --kubeconfig=/etc/kubernetes/admin.conf -n kube-system get cm kubeadm-config &>/dev/null; do sleep 1; done ```
Hi @Kevinjil, I haven't had time to fully review your work, but as those stats are also implemented in the official node-exporter, can you confirm the naming is exactly the...
Did some small changes: ethtool-lua: - changed `PKG_SOURCE/PKG_SOURCE_URL` (file in `dl` folder was named v0.1.0.tar.gz) prometheus-node-exporter-lua: - squash commits - bump version - fix permission (not needed) - use untyped...