8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Stopping Kubernetes application..."
|
|
|
|
microk8s kubectl delete -f k8s/
|
|
|
|
echo "Application stopped!"
|