This commit is contained in:
D4rk4 2020-07-31 16:53:50 +02:00
parent bcca957c21
commit abc8d04f2f
2 changed files with 8 additions and 5 deletions

View file

@ -13,9 +13,9 @@ k8sDeploy () {
ansible-playbook bootstrap-node.yml && \
ansible-playbook init-cluster.yml
}
InstallIngress () {
}
#InstallIngress () {
#
#}
if [ ! -f ${bootflag} ]; then
touch ${bootflag}