10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
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 &
|
|
|