mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Use EBS for Master Data
Signed-off-by: Adam Sunderland <iterion@gmail.com>
This commit is contained in:
committed by
Justin Santa Barbara
parent
712f303350
commit
66e0c5432f
@@ -37,6 +37,9 @@ IAM_PROFILE_MINION="kubernetes-minion"
|
||||
|
||||
LOG="/dev/null"
|
||||
|
||||
MASTER_DISK_TYPE="${MASTER_DISK_TYPE:-gp2}"
|
||||
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-20}
|
||||
|
||||
MASTER_NAME="${INSTANCE_PREFIX}-master"
|
||||
MASTER_TAG="${INSTANCE_PREFIX}-master"
|
||||
MINION_TAG="${INSTANCE_PREFIX}-minion"
|
||||
|
Reference in New Issue
Block a user