Skip to content

Commit

Permalink
Merge pull request #356 from ioito/hotfix/qx-account-health-check
Browse files Browse the repository at this point in the history
fix: add account health check doc
  • Loading branch information
zexi authored Jul 5, 2021
2 parents daaca9a + 21c0585 commit d004d4b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/zh/docs/howto/multicloud/cloudaccounts/faq/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "常见问题"
date: 2021-07-05T08:22:33+08:00
weight: 70
---

32 changes: 32 additions & 0 deletions content/zh/docs/howto/multicloud/cloudaccounts/faq/health_check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "健康检查"
date: 2021-07-05T08:22:33+08:00
weight: 1
description: >
健康检查是通过余额信息判断云账号是否可以正常创建资源。
---


## 功能描述

- 部分公有云有消费限制,例如阿里云余额低于100则不能进行资源创建操作
- 为了尽可能的保证资源创建成功,系统默认会根据云账号余额信息, 自动设置云账号健康状态
- 云账号健康异常不会影响资源的同步,仅会限制资源创建操作,请尽快充值或关闭健康检查功能


## 特殊情况

- 由于部分企业可能与公有云签订协议,或者使用代金券,即使账号异常也依然可以创建资源,此项功能则极大限制了云平台的使用
- 用户可以根据需求自行开启关闭此功能

## 功能开关

```bash
# 此功能开关影响所有云账号

# 关闭云账号健康检查
$ climc service-config --config cloudaccount_health_status_check=false region

# 开启云账号健康检查
$ climc service-config --config cloudaccount_health_status_check=true region
```

0 comments on commit d004d4b

Please sign in to comment.