first upload
This commit is contained in:
16
0.deploy-ALL.sh
Executable file
16
0.deploy-ALL.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
./1.kind-cluster-create.sh
|
||||
./2.0.base.sh
|
||||
./2.5.istio-deploy.sh
|
||||
./3.helm-deploy-zabbix-monitoring.sh # <- kommenteld ki a sor elejét, ha nem használsz zabbixot
|
||||
|
||||
echo -ne "\nVárjuk meg, amíg elindul az összes pod... "
|
||||
n=1
|
||||
while [ $(kubectl get po -A | grep -v STATUS | grep -vc Running) -ne 1 ]
|
||||
do
|
||||
sleep 1
|
||||
echo -n "#"
|
||||
n=$((n+1))
|
||||
done
|
||||
echo " ...kész ($n sec)!"
|
Reference in New Issue
Block a user