Skip to content

v0.6.2

Compare
Choose a tag to compare
@gyuho gyuho released this 18 Feb 11:08

Please check out CHANGELOG for a full list of changes.

Signing key can be found at pgp.mit.edu/pks/lookup?search=leegyuho@amazon.com&op=index.

Install
AWS_K8S_TESTER_VERSION=v0.6.2


DOWNLOAD_URL=https://github.com/aws/aws-k8s-tester/releases/download
rm -rf /tmp/aws-k8s-tester
if [[ "${OSTYPE}" == "linux"* ]]; then
  curl \
    -L ${DOWNLOAD_URL}/${AWS_K8S_TESTER_VERSION}/aws-k8s-tester-${AWS_K8S_TESTER_VERSION}-linux-$(go env GOARCH) \
    -o /tmp/aws-k8s-tester
elif [[ "${OSTYPE}" == "darwin"* ]]; then
  curl \
    -L ${DOWNLOAD_URL}/${AWS_K8S_TESTER_VERSION}/aws-k8s-tester-${AWS_K8S_TESTER_VERSION}-darwin-$(go env GOARCH) \
    -o /tmp/aws-k8s-tester
fi

chmod +x /tmp/aws-k8s-tester
/tmp/aws-k8s-tester version