-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add aks-node-viewer * fix: update make az-node-viewer target --------- Co-authored-by: Charlie McBride <[email protected]>
- Loading branch information
1 parent
025fb78
commit 4b1ebfb
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ tools() { | |
go install github.com/mattn/[email protected] | ||
go install github.com/google/go-containerregistry/cmd/[email protected] | ||
go install github.com/go-swagger/go-swagger/cmd/[email protected] | ||
go install github.com/Azure/aks-node-viewer/cmd/aks-node-viewer@latest | ||
|
||
if ! echo "$PATH" | grep -q "${GOPATH:-undefined}/bin\|$HOME/go/bin"; then | ||
echo "Go workspace's \"bin\" directory is not in PATH. Run 'export PATH=\"\$PATH:\${GOPATH:-\$HOME/go}/bin\"'." | ||
|