I am now trying to install Acumos Boreas on an Ubuntu Quemu/KVM VM with 12CPU's (cores) 32G RAM and 300G disk space following this procedure:
0) git clone https://gerrit.acumos.org/r/system-integration
1) bash setup_docker.sh
Add user to docker group: sudo usermod -aG docker $USER and logout/in again
2) bash system-integration/AIO/acumos_k8s_prep.sh $USER acumos 2>&1 | tee aio_prep.log
3) cd system-integration/AIO
4) bash oneclick_deploy.sh
It all looks good (pods are however taking very long to get out of pending state) until the install procedure tries to install the docker-proxy. The docker-proxy pod does not get out of pending state in time:
.
.
.
check_running:357 (Mon Jul 22 14:15:30 UTC 2019) docker-proxy status is Pending
+ [[ Pending != \R\u\n\n\i\n\g ]]
+ [[ 31 -le 30 ]]
+ [[ 31 -gt 30 ]]
+ [[ k8s == \d\o\c\k\e\r ]]
+ inspect_pods_for_app docker-proxy acumos
+ trap fail ERR
+ local app=docker-proxy
+ local namespace=acumos
++ kubectl get pods -n acumos -l app=docker-proxy -o json
.
.
.
+ name='"docker-proxy"'
+ kubectl logs -n acumos -l app=docker-proxy -c '"docker-proxy"'
Error from server (BadRequest): container "docker-proxy" is not valid for pod docker-proxy-595678b865-2qpg2
Any ideas? To me it seems strange that the pods takes so much time to get started (pending) given that the VM has 12 cores and I wonder if the kubernetes installation is managing to utilise the full range of available CPU cores?