14.7. MetricsServerConfig
14.7.1. 描述
MetricsServerConfig
资源定义 Metrics Server 组件的设置。
出现在:ClusterMonitoringConfiguration
属性 | 类型 | 描述 |
---|---|---|
audit | *Audit |
定义 Metrics Server 实例使用的审计配置。可能的配置集值包括: |
nodeSelector | map[string]string | 定义在其上调度 pod 的节点。 |
容限(tolerations) | []v1.Toleration | 为 pod 定义容限。 |
资源 | *v1.ResourceRequirements | 为 Metrics Server 容器定义资源请求和限值。 |
topologySpreadConstraints | []v1.TopologySpreadConstraint | 定义 pod 的拓扑分布约束。 |