mirror of https://github.com/kubernetes/kops.git
Mention KOPS_ARCH in contributor documentation
This commit is contained in:
parent
727cdf73ad
commit
5400e9ac31
|
@ -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
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue