mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +00:00
Don't always use aws.conf
We don't usually need it, and it makes it harder to put apiserver into a container.
This commit is contained in:
@@ -38,11 +38,6 @@ if [[ -n "${DOCKER_ROOT}" ]]; then
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat <<EOF > /etc/aws.conf
|
||||
[Global]
|
||||
Zone = ${ZONE}
|
||||
EOF
|
||||
|
||||
# Auto accept all keys from minions that try to join
|
||||
mkdir -p /etc/salt/master.d
|
||||
cat <<EOF >/etc/salt/master.d/auto-accept.conf
|
||||
|
Reference in New Issue
Block a user