diff --git a/api/v1alpha1/macvlannetwork_types.go b/api/v1alpha1/macvlannetwork_types.go index ba2b0f74b..3bca3b545 100644 --- a/api/v1alpha1/macvlannetwork_types.go +++ b/api/v1alpha1/macvlannetwork_types.go @@ -21,7 +21,7 @@ import ( ) const ( - // MacvlanNetworkCRDName is used for the CRD Kind. + // XXX MacvlanNetworkCRDName is used for the CRD Kind. MacvlanNetworkCRDName = "MacvlanNetwork" ) diff --git a/deployment/network-operator/values.yaml b/deployment/network-operator/values.yaml index faef49365..5fd9ff818 100644 --- a/deployment/network-operator/values.yaml +++ b/deployment/network-operator/values.yaml @@ -15,7 +15,7 @@ # Default values for network-operator. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -# TODO: For test 40 + nfd: # -- Deploy Node Feature Discovery operator. enabled: true @@ -31,7 +31,7 @@ sriovNetworkOperator: nicConfigurationOperator: # -- Deploy NIC Configuration Operator. - enabled: true + enabled: false # Set both enableNodeFeatureApi and NodeFeatureAPI feature gate to false to disable. node-feature-discovery: