Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
configmap-kpl
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2faf302b
authored
Dec 23, 2020
by
ningfd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change comment
1 parent
240e9653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
kpl/cfg-kpl-backend.yaml
kpl/cfg-kpl-backend.yaml
View file @
2faf302
...
@@ -87,11 +87,12 @@ data:
...
@@ -87,11 +87,12 @@ data:
admin_password: admin_password_string #管理员密码 Kpl123456
admin_password: admin_password_string #管理员密码 Kpl123456
multi_storage_block_mode:
multi_storage_block_mode:
mode_type: mode_type_string # 存储款分布模式, 默认Random, Random (完全随机分配到所有存储块中), AutoDetectByBlockCapacity(根据存储块可用容量按比例分配), RandomOnSpecificBlock (手动分配)
mode_type: mode_type_string # 存储块分布模式, 默认Random, Random (完全随机分配到所有存储块中), AutoDetectByBlockCapacity(根据存储块可用容量按比例分配), RandomOnSpecificBlock (手动分配)
# 根据给定pvc_name的随机分配, 格式为 pvc_name, pvc_name 逗号为分隔符
# mode_type 为 RandomOnSpecificBlock时, 需要指定specific_block
# 没有出现的pvc_name会被忽略, 如果没有指定任何pvc_name, 系统会初始化错误, 服务无法正确运行
# 根据给定pvc_name列表随机分配, 格式为 pvc_name, pvc_name 逗号为分隔符
# kpl-pvc3 代表所有新建存储都位于kpl-pvc3上
# 没有出现的pvc_name会被忽略, 如果没有指定任何pvc_name, 系统会初始化错误, 服务无法正确运行
specific_block: kpl-pvc3
# kpl-pvc4 代表所有新建存储都位于kpl-pvc4上
specific_block: specific_block_string
kind
:
ConfigMap
kind
:
ConfigMap
metadata
:
metadata
:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment