node-feature-discovery
node-feature-discovery copied to clipboard
Node feature discovery for Kubernetes
Silence a irrelevant error that was printed in case /sys/fs/selinux/ directory exists but selinuxfs is not mounted (i.e. the dir is empty).
This patch changes the handling of NodeFeatureRules so that one feature name (say "cpu.cpuid") can hold different types of features (flags, attributes and/or instances). Requiring features to choose one single...
Closes #1071
Add new cpuid label "feature.node.kubernetes.io/cpu-cpuid.AVX10_VERSION" that advertises the supported version of AVX10 vector ISA. Correspondingly, the patch adds AVX10_VERSION to the "cpu.cpuid" feature for NodeFeatureRules to consume. This makes cpu.cpuid...
**What would you like to be added**: Depart away from Helm 3 way to install CRDs and use a subchart for it. **Why is this needed**: Moving CRDs to a...
Remove stale NRT objects whose creator pod does not exist anymore. Closes #1586
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.63.2. Release notes Sourced from google.golang.org/grpc's releases. Release 1.63.2 Bugs Fix the user agent string Release 1.63.1 Bugs grpc: fixed subchannel log messages to properly...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.1. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.1 What's Changed Security patches for golang.org/x/sys and google.golang.org/protobuf New Contributors @lukasauk made their first contribution in prometheus/client_golang#1494...
Bumps [github.com/k8stopologyawareschedwg/podfingerprint](https://github.com/k8stopologyawareschedwg/podfingerprint) from 0.1.2 to 0.2.2. Commits 6917d96 Merge pull request #11 from k8stopologyawareschedwg/completion-handler b06dc45 tracing: add notification support a546d77 Merge pull request #10 from k8stopologyawareschedwg/pfp-method 12313ce pfp: add constants...