1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 16:57:10 +00:00
node-feature-discovery/master/usage/features.html

2 lines
39 KiB
HTML
Raw Normal View History

<!DOCTYPE html> <html lang="en" dir="auto"> <head><meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=no"> <meta name="description" content="Feature labels Table of contents Built-in labels CPU Kernel Memory Network PCI USB Storage System Custom User defined labels Extended resources Fea..."> <meta name="revised" content=""> <meta name="author" content="Kubernetes SIGs"> <meta name="generator" content="rundocs/jekyll-rtd-theme v2.0.10"><meta name="theme-color" content="#2980b9"> <title>Feature labels · Node Feature Discovery</title> <meta name="twitter:title" content="Feature labels · Node Feature Discovery"> <meta name="twitter:description" content="Feature labels Table of contents Built-in labels CPU Kernel Memory Network PCI USB Storage System Custom User defined labels Extended resources Fea..."> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@Kubernetes SIGs"> <meta name="twitter:url" content="https://kubernetes-sigs.github.com/node-feature-discovery/master/usage/features.html"> <meta name="twitter:creator" content="@rundocs/jekyll-rtd-theme v2.0.10"> <meta property="og:title" content="Feature labels · Node Feature Discovery"> <meta property="og:description" content="Feature labels Table of contents Built-in labels CPU Kernel Memory Network PCI USB Storage System Custom User defined labels Extended resources Fea..."> <meta property="og:locale" content="en"> <meta property="og:url" content="https://kubernetes-sigs.github.com/node-feature-discovery/master/usage/features.html"> <meta property="og:type" content="article"> <meta property="article:author" content="Kubernetes SIGs"> <meta property="article:published_time" content="2016-07-23T05:07:52+00:00"> <meta property="article:modified_time" content="2024-07-22T12:36:52+00:00"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://kubernetes-sigs.github.com/node-feature-discovery/master/usage/features.html" }, "headline": "Feature labels · Node Feature Discovery", "image": [], "author": { "@type": "Person", "name": "Kubernetes SIGs" }, "datePublished": "2016-07-23T05:07:52+00:00", "dateModified": "2024-07-22T12:36:52+00:00", "publisher": { "@type": "Organization", "name": "Kubernetes SIGs", "logo": { "@type": "ImageObject", "url": "https://avatars.githubusercontent.com/u/36015203?v=4" } }, "description": "Feature labels Table of contents Built-in labels CPU Kernel Memory Network PCI USB Storage System Custom User defined labels Extended resources Fea..." } </script> <link rel="dns-prefetch" href="https://cdn.jsdelivr.net"><link rel="next" href="https://kubernetes-sigs.github.com/node-feature-discovery/master/usage/using-labels.html"><link rel="canonical" href="https://kubernetes-sigs.github.com/node-feature-discovery/master/usage/features.html"><link rel="icon" type="image/svg+xml" href="/node-feature-discovery/master/assets/images/favicon.svg"><link rel="icon" type="image/png" href="/node-feature-discovery/master/assets/images/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/node-feature-discovery/master/assets/images/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/node-feature-discovery/master/assets/images/favicon-96x96.png" sizes="96x96"><link rel="mask-icon" href="/node-feature-discovery/master/assets/images/favicon.svg" color="#2980b9"><link rel="apple-touch-icon" href="/node-feature-discovery/master/assets/images/apple-touch-icon-300x300.jpg"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme@2.0.10/assets/css/theme.min.css"><style>@media (min-width: 1280px){.content-wrap{max-width:1200px}}</style><script> window.ui = { title: "Node Feature Discovery", baseurl: "/node-feature-discovery/master", i18n: { search_results: "Search Results", search_results_found: "Search finished, found # page(s) matching the search query.", search_results_not_found: "Your search did not match any do
</code></pre> </div></div> <blockquote> <p><strong>NOTE:</strong> Consecutive runs of nfd-worker will update the labels on a given node. If features are not discovered on a consecutive run, the corresponding label will be removed. This includes any restrictions placed on the consecutive run, such as restricting discovered features with the <a href="/node-feature-discovery/master/reference/master-commandline-reference.html#-label-whitelist"><code class="language-plaintext highlighter-rouge notranslate">-label-whitelist</code></a> flag of nfd-master or <a href="/node-feature-discovery/master/reference/worker-configuration-reference.html#corelabelwhitelist"><code class="language-plaintext highlighter-rouge notranslate">core.labelWhiteList</code></a> option of nfd-worker.</p> </blockquote> <h3 id="cpu">CPU</h3> <table> <thead> <tr> <th>Feature name</th> <th>Value</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-cpuid.&lt;cpuid-flag&gt;</code></strong></td> <td>true</td> <td>CPU capability is supported. <strong>NOTE:</strong> the capability might be supported but not enabled.</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-cpuid.&lt;cpuid-attribute&gt;</code></strong></td> <td>string</td> <td>CPU attribute value</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-hardware_multithreading</code></strong></td> <td>true</td> <td>Hardware multithreading, such as Intel HTT, enabled (number of logical CPUs is greater than physical CPUs)</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-coprocessor.nx_gzip</code></strong></td> <td>true</td> <td>Nest Accelerator for GZIP is supported(Power).</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-power.sst_bf.enabled</code></strong></td> <td>true</td> <td>Intel SST-BF (<a href="https://www.intel.com/content/www/us/en/architecture-and-technology/speed-select-technology-article.html">Intel Speed Select Technology</a> - Base frequency) enabled</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-pstate.status</code></strong></td> <td>string</td> <td>The status of the <a href="https://www.kernel.org/doc/Documentation/cpu-freq/intel-pstate.txt">Intel pstate</a> driver when in use and enabled, either active' or passive'.</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-pstate.turbo</code></strong></td> <td>bool</td> <td>Set to true' if turbo frequencies are enabled in Intel pstate driver, set to false' if they have been disabled.</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-pstate.scaling_governor</code></strong></td> <td>string</td> <td>The value of the Intel pstate scaling_governor when in use, either powersave' or performance'.</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-cstate.enabled</code></strong></td> <td>bool</td> <td>Set to true' if cstates are set in the intel_idle driver, otherwise set to false'. Unset if intel_idle cpuidle driver is not active.</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-security.sgx.enabled</code></strong></td> <td>true</td> <td>Set to true' if Intel SGX is enabled in BIOS (based on a non-zero sum value of SGX EPC section sizes).</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-security.se.enabled</code></strong></td> <td>true</td> <td>Set to true' if IBM Secure Execution for Linux (IBM Z &amp; LinuxONE) is available and enabled (requires <code class="language-plaintext highlighter-rouge notranslate">/sys/firmware/uv/prot_virt_host</code> facility)</td> </tr> <tr> <td><strong><code class="language-plaintext highlighter-rouge notranslate">cpu-security.tdx.enabled</code></strong></td> <td>true</td