diff --git a/pkg/start/start.go b/pkg/start/start.go index d45a45a07b..12f086c7fc 100644 --- a/pkg/start/start.go +++ b/pkg/start/start.go @@ -457,7 +457,7 @@ func (o *Options) NewControllerContext(cb *ClientBuilder, includeTechPreview boo o.ClusterProfile, ), - StopOnFeatureGateChange: featurechangestopper.New(includeTechPreview, cvInformer.Config().V1().FeatureGates()), + StopOnFeatureGateChange: featurechangestopper.New(includeTechPreview, sharedInformers.Config().V1().FeatureGates()), } if o.EnableAutoUpdate {