tetratelabs / istio-cost-analyzer

Cluster Egress Cost Analysis
Apache License 2.0
10 stars 2 forks source link

[ERROR] command not found: istio-cost-analyzer #34

Open francis-jjk opened 1 year ago

francis-jjk commented 1 year ago

istio-cost-analyzer setup didn't work on AKS after ran go install github.com/tetratelabs/istio-cost-analyzer@latest

pmerrison commented 1 year ago

I'll take a look and get back to you

adiprerepa commented 1 year ago

@francis-jjk what's the error you get?

adiprerepa commented 1 year ago

also, azure isn't supported, just aws and gcp.

francis-jjk commented 1 year ago

➜ istio-1.14.1 go install github.com/tetratelabs/istio-cost-analyzer@latest ➜ istio-1.14.1 istio-cost-analyzer setup zsh: command not found: istio-cost-analyzer I test against EKS, stii doesn't work

adiprerepa commented 1 year ago

I think this means the location to which you go install-ed the binary is not in your path, this isn't a cost analyzer issue.

is your gopath set up correctly?