Collect stats from CRI
This commit is contained in:
parent
f53d34f650
commit
431539fd45
7
init.yml
7
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
|
||||
|
Loading…
Reference in New Issue
Block a user