mirror of https://github.com/kubernetes/kops.git
Update docs referencing the push-aws-run target
This commit is contained in:
parent
03fe5fc8b2
commit
73c7b56600
|
|
@ -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
|
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:
|
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
|
For more complete testing though, you will likely want to do a private build of
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ make
|
||||||
|
|
||||||
## Cross Compiling
|
## 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
|
## Debugging
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue