From 13689a987058ca5b3c50e752be8f155b480ad89b Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Fri, 1 Dec 2017 13:45:50 +0100 Subject: [PATCH] Mention the tools that the rules shell out to. This is useful to know for setting up a hermetic build environment. See #80 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f12954c7..559888c1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ for setting up authentication: gcloud container clusters get-credentials ``` +## Dependencies + +The rules will require the `kubectl` and `gcloud` tools when executing the `run` +action from bazel. + ## Examples ### Basic "deployment" objects