Commit 21474a74 by tingweiwang

Update deploy.sh

1 parent 3e27bcb1
Showing with 0 additions and 5 deletions
......@@ -9,11 +9,6 @@ if [ $? -eq 0 ]; then
else
echo "namespace not found, autocreate namespace volcano-system" && kubectl create namespace volcano-system
fi
#kubectl get configmaps -n kpl |grep kpl-ssl
#if [ $? -eq 0 ]; then
# echo "configmap kpl-ssl already exits,continue operation"
#else
# echo "configmaps kpl-ssl not found,autocreate" && kubectl apply -f k8s_yaml/kpl-ssl-configmap.yaml
#############################################
sed_image_name () {
echo "#sed image name##"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!