We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de04740 commit acc94b9Copy full SHA for acc94b9
pkg/nfd-master/nfd-master.go
@@ -1295,6 +1295,7 @@ func (m *nfdMaster) startNfdApiController() error {
1295
ResyncPeriod: m.config.ResyncPeriod.Duration,
1296
K8sClient: m.k8sClient,
1297
NodeFeatureNamespaceSelector: m.config.Restrictions.NodeFeatureNamespaceSelector,
1298
+ DisableNodeFeatureGroup: !nfdfeatures.NFDFeatureGate.Enabled(nfdfeatures.NodeFeatureGroupAPI),
1299
})
1300
if err != nil {
1301
return fmt.Errorf("failed to initialize CRD controller: %w", err)
0 commit comments