linkerd2/cli/cmd
Andrew Seigner 8a1a3b31d4
Fix non-default proxy-api port (#979)
Running `conduit install --api-port xxx` where xxx != 8086 would yield a
broken install.

Fix the install command to correctly propagate the `api-port` flag,
setting it as the serve address in the proxy-api container.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-05-22 10:34:25 -07:00
..
testdata Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
check.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
completion_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
dashboard_test.go add check and friendly error if conduit dashboard is not installed (#289) 2018-02-19 09:28:56 -08:00
get.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
inject_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
install.go Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
install_test.go Fix non-default proxy-api port (#979) 2018-05-22 10:34:25 -07:00
root.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
stat.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
tap.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
tap_test.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go Remove package-scoped vars in cmd package (#975) 2018-05-21 18:15:39 -07:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00