当前位置: 首页 > 工具软件 > Hawkular > 使用案例 >

Hawkular metrics keep restarting due to the liveness probe failure

广瑞
2023-12-01

1. 背景

工作遇到的类似问题,参考官网进行收集归档,进行笔记形式的记录,便于后续查看。

2. 环境

OpenShift Container Platform (OCP) 3.4

3. 问题

Hawkular metrics pod status is not stable - 503 Service Unavailable

4. 参考解决方案

scaling up Hawkular and Cassandra to more pods could help to mitigate the issue.


oc scale rc <rc-name> --replicas=X
oc process hawkular-cassandra-node-pv -v PV_SIZE=<XGi> -v NODE=<number-of-node(2)> -v IMAGE_VERSION=<image-version-used(v1.4.1)>  > processed.yaml
oc apply -f processed.yaml
#Note: IMAGE_VERSION parameter should be the same as the one from the original hawkular-cassandra-1 replication controller. Image version can be obtained by:
oc describe rc hawkular-cassandra-1  | grep Image:

 类似资料:

相关阅读

相关文章

相关问答