我尝试使用以下过程在单个 Ubuntu 18.04 虚拟机(具有 12 个 CPU、32 GB RAM 和 300 GB 磁盘空间)上设置 Acumos Boreas:
0) git clone https://gerrit.acumos.org/r/system-integration
1) cd 系统集成/工具
2) bash setup_docker.sh
将用户添加到 docker 组: sudo usermod -aG docker $USER 并再次注销/登录
3) bash 系统集成/AIO/acumos_k8s_prep.sh $USER acumos.tele.no 2>&1 | 三通 aio_prep.log
4) cd 系统集成/AIO
5) bash oneclick_deploy.sh 2>&1 | tee oneclick_deploy.log
安装失败。
查看 kubectl 命令的输出(以及 Kubernetes 仪表板中的信息),我观察到以下内容:
1) 我看到很多这样的:Pod The node was low on resource: [DiskPressure],这很奇怪,因为该节点有足够的可用磁盘空间和 inode。
2) docker-proxy 和 docker-dind 服务多次启动关联的 pod 失败,docker-proxy 最终“成功”运行但日志文件出错(见下文)。
3) docker-dind-xxxx pod 完全启动失败:State: Waiting, Reason: CrashLoopBackOff, Last State: Terminated, Reason: Error
在 docker 代理的日志文件中,我看到了这个:
Reading state information...
E: Unable to locate package python
E: Unable to locate package python-pip
Waiting for temporary DNS resolution issue to be fixed
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python
E: Unable to locate package python-pip
Waiting for temporary DNS resolution issue to be fixed
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python
E: Unable to locate package python-pip
Waiting for temporary DNS resolution issue to be fixed
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python
E: Unable to locate package python-pip
关于如何解决这个问题的任何想法?