Skip to content

v1.0.1

Choose a tag to compare

@gyuho gyuho released this 08 Apr 22:53

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=v1.0.1


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