flow setup. not tested yet
parent
0f232626f2
commit
98583695c4
2
setup.sh
2
setup.sh
|
|
@ -45,7 +45,7 @@ install_sock_shop () {
|
||||||
kubectl create namespace sock-shop
|
kubectl create namespace sock-shop
|
||||||
kubectl apply -f complete-demo.yaml
|
kubectl apply -f complete-demo.yaml
|
||||||
echo "Getting Pods from sock-shop namespace"
|
echo "Getting Pods from sock-shop namespace"
|
||||||
k3s kubectl get pods -n sock-shop
|
kubectl get pods -n sock-shop
|
||||||
}
|
}
|
||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue