Verified Commit 5a6f9d27 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

need go to install heptio-authenticator-aws

parent 4dd22005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ reload-scripts: ## cleanup and reload utility scripts

.PHONY: check-tools
check-tools: ## check if required tools are installed and accessible
	@for t in kubectl vault jq envsubst ; do \
	@for t in kubectl vault jq envsubst go; do \
		if ! type $$t > /dev/null 2>&1; then \
			echo ERROR: $$t command not found; \
		fi \