Added basic setup for master and certification material
This commit is contained in:
9
files/LFS258/SOLUTIONS/s_11/setupLinkerd.txt
Normal file
9
files/LFS258/SOLUTIONS/s_11/setupLinkerd.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
curl -sL run.linkerd.io/install | sh
|
||||
export PATH=$PATH:/home/student/.linkerd2/bin
|
||||
linkerd check --pre
|
||||
linkerd install | kubectl apply -f -
|
||||
linkerd check
|
||||
linkerd viz install | kubectl apply -f -
|
||||
linkerd viz check
|
||||
linkerd viz dashboard &
|
||||
|
||||
Reference in New Issue
Block a user