Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 5, 2024
1 parent 400baf4 commit b640fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1169,13 +1169,13 @@ create_ixia_c_k8s() {
&& wait_for_pods ${ns} \
&& kubectl get pods -A \
&& kubectl get services -A \
&& gen_config_k8s ${1} \
&& gen_config_k8s .${1}.yaml \
&& echo "Successfully deployed !"
}
rm_ixia_c_k8s() {
echo "Removing K8S ${1} topology ..."
ns=$(k8s_namespace ${1})
echo "Removing K8S .${1}.yaml topology ..."
ns=$(k8s_namespace .${1}.yaml
kubectl delete -f deployments/k8s/manifests/.${1}.yaml \
&& wait_for_no_namespace ${ns}
}
Expand Down

0 comments on commit b640fa3

Please sign in to comment.