linkerd2/viz/cmd
Alejandro Pedraza a14f3f4eec
Add the 'tapInjector.logLevel' value. (#5713)
Fixes #5686

Test:
```bash
$ linkerd viz install --set tapInjector.logLevel=debug | k apply -f -

// and then when creating a pod we can see debug log entries such as:

time="2021-02-10T16:19:28Z" level=debug msg="admission request: &AdmissionRequest{UID:c5e95e8d-...
```
2021-02-11 09:21:41 -05:00
..
testdata Add the 'tapInjector.logLevel' value. (#5713) 2021-02-11 09:21:41 -05:00
check.go viz: add data-plane and prometheus healthchecks (#5602) 2021-02-01 23:01:13 +05:30
dashboard.go extensions: make subcmds check/wait for respective extensions (#5566) 2021-01-26 23:01:25 +05:30
edges.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
edges_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
install.go extensions: make subcmds check/wait for respective extensions (#5566) 2021-01-26 23:01:25 +05:30
install_test.go viz: cleanup helm values.yaml (#5546) 2021-01-22 00:48:16 +05:30
main_test.go viz: add render golden tests (#5433) 2021-01-12 11:59:16 +05:30
profile.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
profile_test.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
root.go viz: add viz profile command (#5621) 2021-02-01 19:02:46 -05:00
routes.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
routes_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
stat.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
stat_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
tap.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
tap_test.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
top.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
uninstall.go cli: make `linkerd uninstall` fail when injected pods are present (#5642) 2021-02-03 12:31:30 +05:30