diff --git a/init.yml b/init.yml index a91df39..187661e 100644 --- a/init.yml +++ b/init.yml @@ -8,15 +8,15 @@ kind: ClusterConfiguration apiServer: extraArgs: - name: 'feature-gates' - value: 'UserNamespacesSupport=true,NFTablesProxyMode=true' + value: 'UserNamespacesSupport=true,NFTablesProxyMode=true,PodAndContainerStatsFromCRI=true' controllerManager: extraArgs: - name: 'feature-gates' - value: 'UserNamespacesSupport=true,NFTablesProxyMode=true' + value: 'UserNamespacesSupport=true,NFTablesProxyMode=true,PodAndContainerStatsFromCRI=true' scheduler: extraArgs: - name: 'feature-gates' - value: 'UserNamespacesSupport=true,NFTablesProxyMode=true' + value: 'UserNamespacesSupport=true,NFTablesProxyMode=true,PodAndContainerStatsFromCRI=true' networking: dnsDomain: cluster.local podSubnet: fd08::/48,10.30.0.0/16 @@ -27,3 +27,4 @@ kind: KubeletConfiguration featureGates: NFTablesProxyMode: true UserNamespacesSupport: true + PodAndContainerStatsFromCRI: true