摘要:
## 集群环境准备 ### 主机规划 | 主机IP地址 | 主机名 | 主机角色 | 主机配置 | 软件列表 | | | | | | | | 10.58.32.31 | k8s-master01 | master,LB | 2C4G | kube-apiserver、kube-controller- 阅读全文
摘要:
安装过程非常简单。 docker-compose的github地址:https://github.com/docker/compose/releases 1 登陆到你的虚拟机(自己电脑上的或者阿里云华为云等。) 2 使用命令下载 我现在的是最新版。 wget https://github.com/d 阅读全文
摘要:
启用代理 端口可以自己指定 添加节点 参数说明: Name(名称):即节点名称 Description(描述):介绍该节点的作用,如Docker构建 of executors(并发构建数):定义该节点可以执行多少并发构建作业 Remote root directory(远程工作目录):节点用来运行构 阅读全文
摘要:
python,pyinotify 阅读全文
摘要:
supervisor,后台运行 阅读全文
摘要:
我使用的selenium grid版本如下: 启动命令如下: docker network create grid docker run -d --restart=always -p 4442-4444:4442-4444 --net grid --name selenium-hub seleniu 阅读全文
摘要:
import paramiko,time def verification_ssh(host, username, passwd, port, root_pwd, cmd): s=paramiko.SSHClient() s.set_missing_host_key_policy(paramiko. 阅读全文
摘要:
... ... <div class="container"> <div id="myAlert" class="alert alert-success alert-dismissible" role="alert" style="display: none"> <button type="butt 阅读全文
摘要:
shell脚本,vbox虚拟机的启动停止 阅读全文
摘要:
基于python发送邮件 阅读全文