mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
fix(aws): cloud provider wasn't set, corrected cloud config syntax
This commit is contained in:
@@ -26,11 +26,8 @@ grains:
|
||||
EOF
|
||||
|
||||
cat <<EOF > /etc/aws.conf
|
||||
{
|
||||
"Global": {
|
||||
"Region": "${AWS_ZONE}"
|
||||
}
|
||||
}
|
||||
[Global]
|
||||
Region:${AWS_ZONE}
|
||||
EOF
|
||||
|
||||
# Auto accept all keys from minions that try to join
|
||||
|
Reference in New Issue
Block a user