我现在正在尝试按照以下过程在具有 12CPU(内核)32G RAM 和 300G 磁盘空间的 Ubuntu Quemu/KVM VM 上安装 Acumos Boreas:
0) git clone https://gerrit.acumos.org/r/system-integration
1) bash setup_docker.sh
将用户添加到 docker 组: sudo usermod -aG docker $USER 并再次注销/登录
2) bash 系统集成/AIO/acumos_k8s_prep.sh $USER acumos 2>&1 | 三通 aio_prep.log
3) cd 系统集成/AIO
4) bash oneclick_deploy.sh
在安装过程尝试安装 docker-proxy 之前,一切看起来都很好(但是 pod 需要很长时间才能退出挂起状态)。docker-proxy pod 没有及时退出挂起状态:
.
.
.
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
有任何想法吗?对我来说,鉴于 VM 有 12 个内核,pod 需要这么多时间才能启动(待定)似乎很奇怪,我想知道 kubernetes 安装是否正在设法利用所有可用的 CPU 内核?