linkerd2/cli/cmd
Alex Leong 652ca161ef
Add linkerd profile --template command (#1773)
Add a new CLI command: `linkerd profile --template` which outputs a sample service profile yaml.  Users can edit this sample and then `kubectl apply` it to add a service profile.  The sample serves as "documentation by example" of what service profiles may contain.

Example usage:
```bash
linkerd profile -n emojivoto --template web-svc > web-svc-profile.yaml
# edit web-svc-profile.yaml in your favorite editor
kubectl apply -f web-svc-profile.yaml
```

Signed-off-by: Alex Leong <alex@buoyant.io>
2018-10-19 13:34:54 -07:00
..
testdata Implement getProfiles method in destination service (#1759) 2018-10-16 15:39:12 -07:00
check.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
check_test.go Refactor healthcheck init and observe setup (#1502) 2018-08-22 12:30:45 -07:00
completion.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
completion_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
dashboard.go Added --context flag to specify the context to use to talk to the Kubernetes apiserver (#1743) 2018-10-08 12:37:35 -07:00
get.go Make wait flag configurable for check and dashboard (#1654) 2018-09-19 10:42:29 -07:00
get_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
inject.go Proxy init and sidecar containers auto-injection (#1714) 2018-10-10 12:09:22 -07:00
inject_test.go Added ability to configure sidecar CPU + Memory requests (#1731) 2018-10-08 10:51:29 -07:00
install.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
install_test.go Add --single-namespace install flag for restricted permissions (#1721) 2018-10-11 10:55:57 -07:00
profile.go Add linkerd profile --template command (#1773) 2018-10-19 13:34:54 -07:00
root.go Add linkerd profile --template command (#1773) 2018-10-19 13:34:54 -07:00
stat.go Added support for json output in `linkerd stat` (#1749) 2018-10-15 14:10:48 -07:00
stat_test.go Added support for json output in `linkerd stat` (#1749) 2018-10-15 14:10:48 -07:00
tap.go Make wait flag configurable for check and dashboard (#1654) 2018-09-19 10:42:29 -07:00
tap_test.go Add resource metadata to Tap CLI output (#1437) 2018-08-20 14:25:26 -07:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
top.go Make room for columns in `linkerd top` (#1750) 2018-10-11 13:08:46 -07:00
version.go Added --context flag to specify the context to use to talk to the Kubernetes apiserver (#1743) 2018-10-08 12:37:35 -07:00
version_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00