From 431539fd45e505abcdd0242f312e7f5de55ed2ad Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Fri, 4 Apr 2025 13:51:04 +0000 Subject: [PATCH] Collect stats from CRI --- init.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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