Mention KOPS_ARCH in contributor documentation

This commit is contained in:
John Gardiner Myers 2021-10-23 10:07:40 -07:00
parent 727cdf73ad
commit 5400e9ac31
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ make kops-install dev-upload UPLOAD_DEST=s3://${S3_BUCKET_NAME}
KOPS_VERSION=`bazelisk run //cmd/kops version -- --short`
export KOPS_BASE_URL=https://${S3_BUCKET_NAME}.s3.amazonaws.com/kops/${KOPS_VERSION}/
export KOPS_ARCH=amd64
kops create cluster <clustername> --zones us-east-1b
...
```