You can verify that the feature gates are enabled by looking at the kubelet.conf file on a node after the nodes return to the ready state.
-
From the Administrator perspective in the web console, navigate to Compute → Nodes.
-
Select a node.
-
In the Node details page, click Terminal.
-
In the terminal window, change your root directory to
/host:sh-4.2# chroot /host -
View the
kubelet.conffile:sh-4.2# cat /etc/kubernetes/kubelet.confSample output# ... featureGates: InsightsOperatorPullingSCA: true, LegacyNodeRoleBehavior: false # ...The features that are listed as
trueare enabled on your cluster.NoteThe features listed vary depending upon the {product-title} version.