forked from rainzm/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Qu Xuan
committed
Jul 5, 2021
1 parent
daaca9a
commit 21c0585
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
32
content/zh/docs/howto/multicloud/cloudaccounts/faq/health_check.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |