mirror of https://github.com/linkerd/linkerd2.git
Update location of emojivoto kubernetes config (#1375)
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
parent
c362d5e114
commit
9bb4ecb071
2
BUILD.md
2
BUILD.md
|
@ -135,7 +135,7 @@ bin/linkerd check --expected-version $(bin/root-tag)
|
||||||
bin/linkerd dashboard
|
bin/linkerd dashboard
|
||||||
|
|
||||||
# install the demo app
|
# install the demo app
|
||||||
curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | bin/linkerd inject - | kubectl apply -f -
|
curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | bin/linkerd inject - | kubectl apply -f -
|
||||||
|
|
||||||
# view demo app
|
# view demo app
|
||||||
minikube -n emojivoto service web-svc
|
minikube -n emojivoto service web-svc
|
||||||
|
|
|
@ -196,7 +196,7 @@ Finally, it’s time to install a demo application and add it to the service mes
|
||||||
|
|
||||||
### To install a local version of this demo locally and add it to Linkerd, run:
|
### To install a local version of this demo locally and add it to Linkerd, run:
|
||||||
|
|
||||||
#### `curl https://raw.githubusercontent.com/runconduit/conduit-examples/master/emojivoto/emojivoto.yml | linkerd inject - | kubectl apply -f -`
|
#### `curl https://raw.githubusercontent.com/BuoyantIO/emojivoto/master/emojivoto.yml | linkerd inject - | kubectl apply -f -`
|
||||||
|
|
||||||
### Which should display:
|
### Which should display:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue