mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
AWS: Support different docker storage mechanism by setting DOCKER_STORAGE
For parity with GCE, we really want to support aufs. But we previously supported btrfs, so we want to expose that. Most of the work here is required for aufs, and we let advanced users choose devicemapper/btrfs if they have a setup that works for those configurations.
This commit is contained in:
@@ -26,6 +26,9 @@ NUM_MINIONS=${NUM_MINIONS:-4}
|
||||
# Because regions are globally named, we want to create in a single region; default to us-east-1
|
||||
AWS_S3_REGION=${AWS_S3_REGION:-us-east-1}
|
||||
|
||||
# Which docker storage mechanism to use.
|
||||
DOCKER_STORAGE=${DOCKER_STORAGE:-aufs}
|
||||
|
||||
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
|
||||
CLUSTER_ID=${INSTANCE_PREFIX}
|
||||
AWS_SSH_KEY=${AWS_SSH_KEY:-$HOME/.ssh/kube_aws_rsa}
|
||||
|
Reference in New Issue
Block a user