
Application deletion were supported on DSH/Pod but not exposed in DockerApplication. Once it became exposed number of bugs in KubernetesPod and DSH became visible. Change-Id: I33650936a73994668f72348a909b7a51bae2b98c Closes-Bug: #1446582 (cherry picked from commit a74293e2b4ed5695737066d9154d51a4170b8a80)
4 lines
121 B
Bash
4 lines
121 B
Bash
#!/bin/bash
|
|
echo "Deleting a Service" >> /tmp/murano-kube.log
|
|
/opt/bin/kubectl delete service $1 >> /tmp/murano-kube.log
|