摘要:
Kubernetes上安装KubeSphere 安装步骤 选择4核8G(master)、8核16G(node1)、8核16G(node2) 三台机器,按量付费进行实验,CentOS7.9 安装Docker 安装Kubernetes 安装KubeSphere前置环境 安装KubeSphere 1、安装 阅读全文
摘要:
1.创建服务实例 centos 7.9.4 版本 配置服务hostname hostnamectl set-hostname k8s-master hostnamectl set-hostname k8s-worker1 hostnamectl set-hostname k8s-worker2 2. 阅读全文
摘要:
Linux命令 查看当前路径 pwd 光标移动快捷键 control + A : 光标移至行首 control + E : 光标移至行尾 grep命令 grep 搜索内容(文本/正则表达式/……) -o 只输出文件中匹配到的部分 -n 输出行号:行 -A n 输出该行,并列出后边的n行 awk命令 阅读全文