1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/docs
Markus Lehtonen cc6c20ff5f nfd-master: disallow unprefixed and kubernetes taints
Disallow taints having a key with "kubernetes.io/" or "*.kubernetes.io/"
prefix. This is a precaution to protect the user from messing up with
the "official" well-known taints from Kubernetes itself. The only
exception is that the "nfd.node.kubernetes.io/" prefix is allowed.

However, there is one allowed NFD-specific namespace (and its
sub-namespaces) i.e. "feature.node.kubernetes.io" under the
kubernetes.io domain that can be used for NFD-managed taints.

Also disallow unprefixed taint keys. We don't add a default prefix to
unprefixed taints (like we do for labels) from NodeFeatureRules. This is
to prevent unpleasant surprises to users that need to manage matching
tolerations for their workloads.
2023-04-06 16:12:37 +03:00
..
_includes/templates docs: update jekyll-rdt-theme to v2.0.10 2021-10-11 11:26:37 +03:00
contributing docs: restructure docs 2022-11-03 10:26:56 +02:00
deployment Merge pull request #1084 from AhmedGrati/feat-add-master-config-file 2023-04-04 10:41:40 -07:00
developer-guide Fix some typos 2023-02-16 22:08:00 +08:00
get-started docs: describe nfd-topology-gc in introduction.md 2023-02-18 06:12:35 +08:00
reference Merge pull request #1084 from AhmedGrati/feat-add-master-config-file 2023-04-04 10:41:40 -07:00
usage nfd-master: disallow unprefixed and kubernetes taints 2023-04-06 16:12:37 +03:00
.gitignore docs: initial site setup 2020-10-08 10:50:04 +03:00
404.html docs: initial site setup 2020-10-08 10:50:04 +03:00
_config.yml docs: update github-pages gem to v227 2022-11-16 21:08:13 +02:00
Gemfile docs: update github-pages gem to v227 2022-11-16 21:08:13 +02:00
Gemfile.lock docs: update github-pages gem to v227 2022-11-16 21:08:13 +02:00
index.html docs: add landing page and quick-start guide 2020-10-29 13:29:10 +02:00
mdl-style.rb scripts/mdlint: update mdlint to v0.12.0 2022-12-01 20:57:21 +02:00