Update docs referencing the push-aws-run target

This commit is contained in:
Ciprian Hacman 2020-06-03 07:46:30 +03:00
parent 03fe5fc8b2
commit 73c7b56600
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ You can `make` and run `kops` locally. But `nodeup` is pulled from an S3 bucket
To rapidly test a nodeup change, you can build it, scp it to a running machine, and
run it over SSH with the output viewable locally:
`make push-aws-run TARGET=admin@<publicip>`
`make push-aws-run-amd64 TARGET=admin@<publicip>`
For more complete testing though, you will likely want to do a private build of

View File

@ -25,7 +25,7 @@ make
## Cross Compiling
Cross compiling for things like `nodeup` are now done automatically via `make nodeup`. `make push-aws-run TARGET=admin@$TARGET` will automatically choose the linux amd64 build from your `.build` directory.
Cross compiling for things like `nodeup` are now done automatically via `make nodeup`. `make push-aws-run-amd64 TARGET=admin@$TARGET` will automatically choose the linux amd64 build from your `.build` directory.
## Debugging