1、devops8基础环境配置( 重要)(部署成功)
0-devops8基础环境配置(重要)
目录
[toc]
写在前面
本文档是devops8的基础实验环境文档,过程完整,已经过充分测试。
实验环境
- 老师环境
操作系统: CentOS8 Linux, 内存资源:32GB+
本地实验机器运行工具链,通过笔记本SSH到远程机器。
老师使用的是centos8系统,我使用的是centos7.6系统;
另外,记得给自己虚机扩容下/目录哦,否则后续拉取镜像会报错的。
命令汇总:
pvcreate /dev/sdb
vgextend centos /dev/sdb
lvextend -L +148G /dev/centos/root
xfs_growfs /dev/centos/root
pvcreate /dev/sdf
vgextend centos /dev/sdf
lvextend -L +48G /dev/centos/root
xfs_growfs /dev/centos/root