集群划分 192.168.8.121 Rancher-Server、K8S(etcd、control)、Harbor、NFS-Server 192.168.8.122 Rancher-Agent、K8S(worker) 192.168.8.123 Rancher-Agent、K8S(worker) ...
分类:
Web程序 时间:
2021-02-03 11:04:33
阅读次数:
0
环境说明 系统:Centos7 版本:CentOS-7-x86_64-Minimal-1908 ISO下载链接:http://mirrors.aliyun.com/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1908.iso Centos7源中包含以下版 ...
分类:
其他好文 时间:
2021-02-03 11:00:30
阅读次数:
0
gitlab环境搭建,卸载,汉化 环境搭建 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl ena ...
分类:
其他好文 时间:
2021-02-03 10:36:52
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
1.查看sudo版本 sudo -V 或者 sudo --version 2.下载sudo最新安装文件 sudo官网地址:https://www.sudo.ws/ sudo-1.9.5p2.tar.gz 3.安装gcc命令 yum -y install gcc 4.解压 tar -xvf sudo- ...
分类:
其他好文 时间:
2021-02-02 11:35:15
阅读次数:
0
1.查看当前系统版本 cat /etc/redhat-release 2.查看端口使用 netstat -lnpt 3.检查端口被哪个进程占用 netstat -lnpt|grep 22 4.查看进程信息 ps 1091 5.终止进程 kill -9 1091 ...
分类:
系统相关 时间:
2021-02-02 11:04:47
阅读次数:
0
1、CentOS 6 ①、修改防火墙配置文件vi /etc/sysconfig/iptables ②、添加要开启的端口 例如开放端口2888,则添加如下代码到下图红色方框中-A INPUT -m state --state NEW -m tcp -p tcp --dport 2888 -j ACCE ...
分类:
系统相关 时间:
2021-02-02 11:02:39
阅读次数:
0
@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Wingdings"; } @font-face{ font-family:"Calibri"; ...
分类:
系统相关 时间:
2021-02-01 12:27:07
阅读次数:
0
解决:yum install mysql-devel ...
分类:
数据库 时间:
2021-02-01 12:20:17
阅读次数:
0
一、下载 地址:https://downloads.mysql.com/archives/community/ 选择如下: 二、安装 将下载后的rpm包上传到虚拟机/服务器上,我这里是放在了/usr/local/mysql/下,如果没有mysql文件夹新建一个即可。 1. 解压.tar文件 tar ...
分类:
数据库 时间:
2021-02-01 11:59:07
阅读次数:
0