<div dir="ltr"><div>I've attempted multiple times to install airship-in-a-bottle following the instructions at <a href="https://opendev.org/airship/treasuremap/src/branch/master/tools/deployment/aiab">https://opendev.org/airship/treasuremap/src/branch/master/tools/deployment/aiab</a>. I'm running on a 64 GB, 6 core Ubuntu 16.04 VM.</div><div><br></div><div>During installation, I consistently hit issues with the ucp namespace postgresql-0 and mariadb-server-0 going into CrashLoopBack due to permission issues. I worked around this using a thin wrapper to keep the expected permissions intact on the db data folders.</div><div><br></div><div>#!/bin/sh<br>while true; do<br>        kubectl exec --namespace ucp postgresql-0 -- chown postgres:postgres /var/lib/postgresql/pgdata<br>        kubectl exec --namespace ucp mariadb-server-0 -- chown mysql:mysql /var/lib/mysql<br>        sleep 30<br>done</div><div><br></div><div>I have attached the final pod state and installer status. <br></div><div><br></div><div>Any ideas on debugging this issue?<br></div></div>