docs updates

This commit is contained in:
marcel-dempers 2020-10-24 14:38:06 +11:00
parent 28a126dcf9
commit 4458691860

View File

@ -69,7 +69,7 @@ We should be able to access our site under `http://servicemesh.demo/home/`
# Getting Started with Linkerd # Getting Started with Linkerd
Firstly, I like to do most of my work in containers so everything is reproducable <br/> Firstly, I like to do most of my work in containers so everything is reproducible <br/>
and my machine remains clean. and my machine remains clean.
## Get a container to work in ## Get a container to work in
@ -89,7 +89,7 @@ export KUBE_EDITOR="nano"
#test cluster access: #test cluster access:
/work # kubectl get nodes /work # kubectl get nodes
NAME STATUS ROLES AGE VERSION NAME STATUS ROLES AGE VERSION
linkerd-control-plane Ready master 26m v1.18.4 linkerd-control-plane Ready master 26m v1.19.1
``` ```