Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

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 #80
  • Loading branch information
ensonic committed Dec 5, 2017
1 parent 2cf2d16 commit 1fd1cbb
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` tool when executing the `run` action from
bazel. If GKE is used, also the `gcloud` sdk need to be installed.

## Examples

### Basic "deployment" objects
Expand Down

0 comments on commit 1fd1cbb

Please sign in to comment.