搜索

4.2. 监控 Kepler 状态

download PDF

您可以使用 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

1
Kepler 资源的健康状态。在本例中,Kepler 已被成功协调并就绪。
2
当前运行 Kepler pod 的节点数是 2。
3
运行 Kepler pod 需要的节点数量为 2。
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.