Commit Graph

12 Commits

Author SHA1 Message Date
Ha Hoang 9a45b0bf9e
Fix broken links to w3c-tracecontext (#777)
Co-authored-by: ha.hoangvan <ha.hoangvan@nashtechglobal.com>
2020-09-09 07:11:39 -07:00
Mukundan Sundararajan 04971ff167
Updated docs for zipkin init (#648)
* Updated docs for zipkin init

* Update README.md

* Update README.md

* Update environment-setup.md

* Update environment-setup.md

* Update README.md

* Update daprrun.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-06-22 09:25:51 -07:00
Mark Chmarny 83698e018e
deployment in stead of run for 1.15+ compatibility
Addresses #572 

Current instructions for deploying Zipkin do not create service which makes the following command fail because there is no service, as starting with 1.15 k8s no longer creates service under the `run` command.

Changing the `run` to `create deployment`

```shell
kubectl create deployment zipkin --image openzipkin/zipkin
```

Which creates will allow the following command to create a service and expose its port.

```shell
kubectl expose deployment zipkin --type ClusterIP --port 9411
```
2020-06-09 15:17:52 -07:00
Shalabh Mohan Shrivastava bef9178f2e Resolving doc review comments 2020-06-08 11:47:15 -07:00
Mark Chmarny d08e5a829c namespace in all yaml samples 2020-05-02 04:01:14 -07:00
Shalabh Mohan Shrivastava 995380263d typo edits 2020-05-01 10:08:34 -07:00
Mark Fussell 3a46c55596 Updated configuration docs 2020-04-24 21:35:26 -07:00
Haishi2016 c17ea3e84f
Update zipkin config for local mode 2020-03-04 10:14:45 -08:00
lolorol 35a7a4996c Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
David-Kunz 530cd7ec51
Update zipkin.md 2019-12-27 09:30:50 +01:00
LMWF 3eaf9b946c fix yaml name 2019-11-22 18:14:02 -08:00
Haishi2016 5d692d0da5 AppInsights doc (#235) 2019-11-12 14:41:35 -08:00