Collect stats from CRI

This commit is contained in:
Alex D. 2025-04-04 13:51:04 +00:00
parent f53d34f650
commit 431539fd45
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -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