k3s/cluster/aws/templates
Justin Santa Barbara 1c3f706383 AWS: Don't error if there are no ephemeral disks
format-disks used to run with non-strict bash semantics, but this changed in
1.2 as we now merge it into the GCE script, so pipefail and errexit are both
set.

However, the way we list the ephemeral disks, by piping to grep, would cause an
exit code of 2 if there were no ephemeral disks.

Tolerate failure here by add `|| true`.  The metadata service call is unlikely
to fail, so we continue to ignore that possibility.
2016-04-01 22:27:20 -04:00
..
iam ECR credential provider 2016-01-22 15:03:25 -05:00
configure-vm-aws.sh AWS: Add sha to download-or-bust 2016-03-02 10:12:39 -05:00
format-disks.sh AWS: Don't error if there are no ephemeral disks 2016-04-01 22:27:20 -04:00