Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
eos-test
4c9ed6-aliyun-alicloud-k8s
Commits
71c2f194
Commit
71c2f194
authored
1 year ago
by
admin
Browse files
Options
Download
Email Patches
Plain Diff
环境代码变更
parent
834ce377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.tf
+39
-39
variables.tf
with
39 additions
and
39 deletions
+39
-39
variables.tf
+
39
-
39
View file @
71c2f194
variable
"cpu"
{
type
=
number
description
=
"CPU核心数"
default
=
2
variable
"cpu"
{
type
=
number
description
=
"CPU核心数"
default
=
2
}
variable
"memory"
{
type
=
number
description
=
"内存大小"
default
=
2
variable
"memory"
{
type
=
number
description
=
"内存大小"
default
=
2
}
variable
"allocate_public_ip"
{
type
=
bool
description
=
"是否申请公网IP"
default
=
true
variable
"allocate_public_ip"
{
type
=
bool
description
=
"是否申请公网IP"
default
=
true
}
variable
"instance_work_name"
{
type
=
string
description
=
"实例名称"
default
=
"ydd.k8s.work.node"
variable
"instance_work_name"
{
type
=
string
description
=
"实例名称"
default
=
"ydd.k8s.work.node"
}
variable
"instance_manage_name"
{
type
=
string
description
=
"实例名称"
default
=
"ydd.k8s.manage.node"
variable
"instance_manage_name"
{
type
=
string
description
=
"实例名称"
default
=
"ydd.k8s.manage.node"
}
variable
"work_node_number"
{
type
=
number
default
=
1
}
variable
"
work_node_number"
{
type
=
number
default
=
1
variable
"
service_account_id"
{
type
=
number
default
=
2
1
}
variable
"service_account_id"
{
type
=
number
default
=
21
variable
"system_disk_type"
{
type
=
string
description
=
"系统盘类型"
default
=
"cloud_efficiency"
}
variable
"system_disk_
typ
e"
{
type
=
string
description
=
"系统盘
类型
"
default
=
"cloud_efficiency"
variable
"system_disk_
siz
e"
{
type
=
number
description
=
"系统盘
大小
"
default
=
40
}
variable
"
system_disk_size"
{
type
=
number
description
=
"
系统盘大小
"
default
=
40
variable
"
oss_endpoint"
{
type
=
string
description
=
"
oss终端路径
"
default
=
"https://idcos-ydd.oss-cn-hangzhou.aliyuncs.com/k8s"
}
variable
"oss_endpoint"
{
type
=
string
description
=
"oss终端路径"
default
=
"https://idcos-ydd.oss-cn-hangzhou.aliyuncs.com/k8s"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment