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 121345472d nfd-master: add DisableAutoPrefix feature gate
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
2024-05-15 17:01:16 +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 #1651 from cmontemuino/doc-resource-limits 2024-04-25 06:41:29 -07:00
developer-guide Remove references to -enable-nodefeature-api flag 2024-03-18 16:06:25 +02:00
get-started docs: document all tracking annotations 2023-12-21 18:15:00 +02:00
reference nfd-master: add DisableAutoPrefix feature gate 2024-05-15 17:01:16 +03:00
usage Remove references to -enable-nodefeature-api flag 2024-03-18 16:06:25 +02: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 docs build dependencies 2023-08-30 19:31:35 +03:00
Gemfile.lock build(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /docs 2024-05-13 23:37:53 +00:00
index.html docs: add landing page and quick-start guide 2020-10-29 13:29:10 +02:00
mdl-style.rb Make mdlint v0.13 happy 2023-10-25 21:21:11 +02:00