Skip to content

Commit

Permalink
Mention the tools that the rules shell out to.
Browse files Browse the repository at this point in the history
This is useful to know for setting up a hermetic build environment.
See bazelbuild#80
  • Loading branch information
ensonic committed Dec 1, 2017
1 parent 2cf2d16 commit 13689a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ for setting up authentication:
gcloud container clusters get-credentials <CLUSTER NAME>
```

## Dependencies

The rules will require the `kubectl` and `gcloud` tools when executing the `run`
action from bazel.

## Examples

### Basic "deployment" objects
Expand Down

0 comments on commit 13689a9

Please sign in to comment.