Skip to content

Commit

Permalink
Support version for ilbgateway (#17177)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored and istio-testing committed Sep 23, 2019
1 parent 22bd7e3 commit 18c24b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions istioctl/pkg/kubernetes/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ func (client *Client) GetIstioVersions(namespace string) (*version.MeshInfo, err
"egressgateway": {"/usr/local/bin/pilot-agent", "istio-proxy"},
"galley": {"/usr/local/bin/galley", "galley"},
"ingressgateway": {"/usr/local/bin/pilot-agent", "istio-proxy"},
"ilbgateway": {"/usr/local/bin/pilot-agent", "istio-proxy"},
"telemetry": {"/usr/local/bin/mixs", "mixer"},
"policy": {"/usr/local/bin/mixs", "mixer"},
"sidecar-injector": {"/usr/local/bin/sidecar-injector", "sidecar-injector-webhook"},
Expand Down

0 comments on commit 18c24b5

Please sign in to comment.