4.2. 监控 Kepler 状态
您可以使用 Kepler 资源的 status
字段监控 Kepler
导出器的状态。
status.exporter
字段包含信息,如下所示:
- 当前运行 Kepler pod 的节点数量
- 运行 Kepler pod 的节点数量
- 代表 Kepler 资源健康状况的条件
这可让您对通过 spec
字段所做的更改进行宝贵见解。
Kepler
资源的状态示例
apiVersion: kepler.system.sustainable.computing.io/v1alpha1 kind: Kepler metadata: name: kepler status: exporter: conditions: 1 - lastTransitionTime: '2024-01-11T11:07:39Z' message: Reconcile succeeded observedGeneration: 1 reason: ReconcileSuccess status: 'True' type: Reconciled - lastTransitionTime: '2024-01-11T11:07:39Z' message: >- Kepler daemonset "kepler-operator/kepler" is deployed to all nodes and available; ready 2/2 observedGeneration: 1 reason: DaemonSetReady status: 'True' type: Available currentNumberScheduled: 2 2 desiredNumberScheduled: 2 3