linkerd2/cli/cmd
Dennis Adjei-Baah 8aef9280dd
add namespace name to MWC (#2905)
When installing multiple control planes, the mutatingwebhookconfiguration of the first control plane gets overwritten by any subsequent control plane install. This is caused by the fixed name given to the mutatingwebhookconfiguration manifest at install time.

This commit adds in the namespace to the manifest so that there is a unique configuration for each control plane.

Fixes #2887
2019-06-13 12:15:43 -07:00
..
testdata add namespace name to MWC (#2905) 2019-06-13 12:15:43 -07:00
check.go Output check result as json (#2666) 2019-05-20 09:04:28 -07:00
check_test.go Output check result as json (#2666) 2019-05-20 09:04:28 -07:00
completion.go CLI help updates: non-experimental auto-inject; unhide install-cni (#2319) 2019-02-18 15:32:46 -08:00
completion_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
dashboard.go Use port-forwarding for linkerd CLIs (#2757) 2019-05-02 14:41:26 +02:00
doc.go Generate CLI docs for usage by the website (#2296) 2019-02-15 13:28:31 -08:00
edges.go Simplify logic for linkerd edges and output JSON in consistent order (#2858) 2019-05-29 11:31:58 -07:00
edges_test.go Adding unit test for CLI edges command (#2837) 2019-05-28 13:51:45 -07:00
endpoints.go cli: Consolidate the public API clients (#2527) 2019-03-19 20:52:39 -07:00
endpoints_test.go lint: Enable goconst (#2365) 2019-02-25 12:00:03 -08:00
get.go cli: Consolidate the public API clients (#2527) 2019-03-19 20:52:39 -07:00
get_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
inject.go Split proxy-init into separate repo (#2824) 2019-06-03 16:24:05 -05:00
inject_test.go Fall back to default built-in version if versions config are missing (#2745) 2019-04-24 19:49:18 -07:00
inject_util.go Check the cluster's config for install & inject (#2535) 2019-03-21 12:49:46 -07:00
install-cni-plugin.go proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00
install-cni-plugin_test.go proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00
install-sp.go Enable `unused` linter (#2357) 2019-02-23 11:05:39 -08:00
install-sp_test.go lint: Enable scopelint (#2364) 2019-02-24 08:59:51 -08:00
install.go Introduce Control Plane's PSP and RBAC resources into Helm templates (#2920) 2019-06-12 20:18:46 -07:00
install_test.go If HA, set the webhooks failure policy to 'Fail' (#2906) 2019-06-11 13:11:54 -05:00
logs.go Consolidate k8s APIs (#2747) 2019-04-25 11:31:38 -07:00
logs_test.go Introduce inject integration tests (#2616) 2019-04-05 11:42:49 -07:00
main_test.go Introduce inject integration tests (#2616) 2019-04-05 11:42:49 -07:00
metrics.go Consolidate k8s APIs (#2747) 2019-04-25 11:31:38 -07:00
profile.go cli: Consolidate the public API clients (#2527) 2019-03-19 20:52:39 -07:00
profile_test.go lint: Enable goconst (#2365) 2019-02-25 12:00:03 -08:00
public_api.go Consolidate k8s APIs (#2747) 2019-04-25 11:31:38 -07:00
root.go Split proxy-init into separate repo (#2824) 2019-06-03 16:24:05 -05:00
routes.go add service profile integration tests for service profile metrics (#2685) 2019-04-18 11:01:49 -07:00
routes_test.go lint: Enable goconst (#2365) 2019-02-25 12:00:03 -08:00
stat.go Fixes #2607: Remove TLS from stat (#2613) 2019-04-04 10:37:42 -07:00
stat_test.go Always show TCP open connections in the CLI (#2533) 2019-03-27 13:34:28 -07:00
tap.go cli: Consolidate the public API clients (#2527) 2019-03-19 20:52:39 -07:00
tap_test.go lint: Enable goconst (#2365) 2019-02-25 12:00:03 -08:00
top.go cli: Consolidate the public API clients (#2527) 2019-03-19 20:52:39 -07:00
uninject.go Promote the shared injection check to the CLI and webhook (#2555) 2019-03-27 14:51:05 -07:00
uninject_test.go Check the cluster's config for install & inject (#2535) 2019-03-21 12:49:46 -07:00
upgrade.go Fix HA during upgrade (#2900) 2019-06-06 17:27:27 -05:00
upgrade_test.go Fix HA during upgrade (#2900) 2019-06-06 17:27:27 -05:00
version.go Use port-forwarding for linkerd CLIs (#2757) 2019-05-02 14:41:26 +02:00
version_test.go Use port-forwarding for linkerd CLIs (#2757) 2019-05-02 14:41:26 +02:00