上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页
摘要: 查看集群信息 kubectl cluster-info [root@master ~]# kubectl cluster-info Kubernetes master is running at https://10.2.30.171:6443 KubeDNS is running at https 阅读全文
posted @ 2020-08-11 23:26 LeoShi2020 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: kubeadm token create --print-join-command [root@master ~]# kubeadm token create --print-join-command W0811 11:13:51.716068 18508 configset.go:202] WAR 阅读全文
posted @ 2020-08-11 23:15 LeoShi2020 阅读(3685) 评论(0) 推荐(0) 编辑
摘要: k8s命令补全 yum install -y bash-* \cp /etc/profile /etc/profile.bak sed -i '2a source <(kubectl completion bash)' /etc/profile source /etc/profile END 阅读全文
posted @ 2020-08-11 23:11 LeoShi2020 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 安装k8s时报错 [root@master ~]# cat /etc/docker/daemon.json { "registry-mirrors": [ "https://kfwkfulq.mirror.aliyuncs.com", "https://2lqq34jg.mirror.aliyunc 阅读全文
posted @ 2020-08-11 00:05 LeoShi2020 阅读(1781) 评论(0) 推荐(0) 编辑
摘要: 虚拟接口 IKE IKE 对等体 IPSec 协议 IPSec 安全策略 IDS关闭ping 添加对端路由 查看隧道状态 END 阅读全文
posted @ 2020-08-10 15:00 LeoShi2020 阅读(2) 评论(0) 推荐(0) 编辑
摘要: END 阅读全文
posted @ 2020-08-10 10:09 LeoShi2020 阅读(589) 评论(0) 推荐(0) 编辑
摘要: [root@docker1 ~]# yum whatprovides */killall psmisc-22.20-16.el7.x86_64 : Utilities for managing processes on your system 源 :base 匹配来源: 文件名 :/usr/bin/ 阅读全文
posted @ 2020-08-07 19:41 LeoShi2020 阅读(511) 评论(0) 推荐(0) 编辑
摘要: \cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak sed -i '/UseDNS/cUseDNS no' /etc/ssh/sshd_config sed -i 's/GSSAPIAuthentication yes/GSSAPIAuthentica 阅读全文
posted @ 2020-08-05 07:47 LeoShi2020 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 程序版本管理 Pycharm中git分为Local和Remote Local 为本地硬盘仓库 Remote 为远程仓库(Github Gitlab等) 版本控制流程 初始化时本地会默认启用一个Master分支,这个一般是我们默认的生产版本 为了不影响生产版本,我们需要在该版本之上建立一个分支,无论如 阅读全文
posted @ 2020-07-29 09:45 LeoShi2020 阅读(350) 评论(0) 推荐(0) 编辑
摘要: vi config/config.php # 添加如下这行 'allow_local_remote_servers' => true, END 阅读全文
posted @ 2020-07-27 16:24 LeoShi2020 阅读(2625) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页