wip
This commit is contained in:
parent
e31b9ca74a
commit
c2628ac470
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ function main()
|
||||||
kubectl exec -t $POD -- bash -c "echo \"$ENDPOINT k3stesthost cloudhost\" >> /etc/hosts"
|
kubectl exec -t $POD -- bash -c "echo \"$ENDPOINT k3stesthost cloudhost\" >> /etc/hosts"
|
||||||
kubectl exec -t $POD -- /usr/local/bin/init.sh
|
kubectl exec -t $POD -- /usr/local/bin/init.sh
|
||||||
|
|
||||||
|
echo ================= DEBUG =================
|
||||||
|
ls -la /var/cloud
|
||||||
|
|
||||||
date
|
date
|
||||||
echo ================= BACKUP =================
|
echo ================= BACKUP =================
|
||||||
kubectl exec -t $POD -- ls -l /var/backups/config
|
kubectl exec -t $POD -- ls -l /var/backups/config
|
||||||
|
|
Loading…
Reference in a new issue