mirror of https://github.com/k3s-io/k3s
![]() md5sum prints out the hash, followed by the filename. When piped in from stdin, this equates to a '-' character. cluster/aws/util.sh was incorrect including this '-' character as part of the S3 bucket name, causing the script to fail on Linux machines with the md5sum binary. i.e. "s3://kubernetes-staging-0ac68d8c77915cc1069a9e2f5e1f1d2d -" Fixed by using `awk` to return only the first column (up to the space) |
||
---|---|---|
.. | ||
templates | ||
config-default.sh | ||
util.sh |