mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
121345472d
Now that we have support for feature gates deprecate the autoDefaultNs config option of nfd-master and replace it with a new alpha feature gate DisableAutoPrefix (defaults to false). Using a feature gate to handle and communicate these kind of changes, where the default behavior is intended to be changed in a future release, feels much more natural than using random flags/options. The combined logic of the feature gate and the config option is a logical OR over disabling auto-prefixing. That is, auto-prefixing is disabled if either the feature gate or the config options is used set to disable it: | DisableAutoPrefix (feature gate) | false | true -------------------- | -------------------------------- autoDefaultNs true | ON | OFF (config opt) false | OFF | OFF |
||
---|---|---|
.. | ||
architecture.md | ||
e2e-configuration-reference.md | ||
feature-gates.md | ||
gc-commandline-reference.md | ||
index.md | ||
master-commandline-reference.md | ||
master-configuration-reference.md | ||
plugin-commandline-reference.md | ||
topology-updater-commandline-reference.md | ||
topology-updater-configuration-reference.md | ||
versions.md | ||
worker-commandline-reference.md | ||
worker-configuration-reference.md |