diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·18+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·18+0100 |
commit | 640b49795063d1e5e85e59e12da0a06dcac4177b (patch) | |
tree | 065db7dd66c9210b348bdbe7b554453057eebcc6 /tools | |
parent | 4881a84eaafc1e5ea5d5d76f14cfe8c5b233791f (diff) |
feat(tools): Add stern, a k8s log watcher
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bin/__dispatch.sh | 3 | ||||
l--------- | tools/bin/stern | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh index 63f941935e59..25fb621c01f2 100755 --- a/tools/bin/__dispatch.sh +++ b/tools/bin/__dispatch.sh @@ -22,6 +22,9 @@ case "${TARGET_TOOL}" in blog_cli) attr="tazjin.blog_cli" ;; + stern) + attr="stern" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 diff --git a/tools/bin/stern b/tools/bin/stern new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/tools/bin/stern @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file |