摘要: 配置ssh免密钥登陆多台从机 在布置集群时常常需要通过ssh来登陆多台从机,如果用手动配置的办法去配置多台主机就会比较费时费力,本文通过简单的脚本来配置ssh登陆多台主机 主节点kube1的配置 配置主机名 在/etc/hosts 文件中输入各个机子的ip与主机名,随后将这份文件复制到各个主机的/e 阅读全文
posted @ 2017-09-22 14:26 ethan2lee 阅读(511) 评论(0) 推荐(0) 编辑
摘要: "developer guide" Nifi install nifi config At a minimum, we recommend editing the nifi.properties file and entering a password for the nifi.sensitive. 阅读全文
posted @ 2017-09-19 00:00 ethan2lee 阅读(569) 评论(0) 推荐(0) 编辑
摘要: Configure Access to Multiple Clusters Install and Set Up kubectl Configure Access to Multiple Clusters Create a directory named config exercise. In yo 阅读全文
posted @ 2017-09-18 23:58 ethan2lee 阅读(214) 评论(0) 推荐(0) 编辑
摘要: kubernetes集群搭建(kubeadm,kubelet) Installing kubeadm on your hosts "Install and Set Up kubectl" To add kubectl autocompletion to your current shell, run 阅读全文
posted @ 2017-09-18 23:55 ethan2lee 阅读(241) 评论(0) 推荐(0) 编辑
摘要: shell 编程 判断 判断23是否大于22 判断23 是否小于22 多重条件判断 判断1 a 判断2 : 逻辑与 判断1 o 判断2 : 逻辑或 !判断 : 逻辑非 流程控制 单分支if条件语句 判断登陆用户是否为root用户 判断分区使用率 双分支if条件语句 [格式]: 判断是否为一个目录 判 阅读全文
posted @ 2017-09-17 14:09 ethan2lee 阅读(169) 评论(1) 推荐(0) 编辑
摘要: 系统管理 进程管理 显示当前进程数 重启进程 强制停止进程 强制停止某一类进程 清除远程登陆的用户 更改进程优先级 工作管理 将运行的进程放入后台 command & top 按下 快捷键 ,放在后台暂停 查看后台工作 将后台暂停的工作恢复至前台 将工作恢复到后台运行 脱离终端后,后台程序不停止 系 阅读全文
posted @ 2017-09-15 01:41 ethan2lee 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 下载java wget no check certificate no cookies header "Cookie: oraclelicense=accept securebackup cookie" http://download.oracle.com/otn pub/java/jdk/8u14 阅读全文
posted @ 2017-09-14 21:44 ethan2lee 阅读(307) 评论(0) 推荐(0) 编辑
摘要: web appication server install apache install Apache using your package manager with the following command : use your browser to visiting http://localh 阅读全文
posted @ 2017-09-14 21:43 ethan2lee 阅读(88) 评论(0) 推荐(0) 编辑
摘要: "Designing Scalable, Portable Docker Container Networks" [toc] Docker host Network Driver Docker Bridge Network Driver 1. bridge is the name of the Do 阅读全文
posted @ 2017-09-13 19:44 ethan2lee 阅读(372) 评论(0) 推荐(0) 编辑
摘要: create a swarm 创建一个新的集群 Run docker info to view the current state of the swarm: run the following command on a manager node to retrieve the join comma 阅读全文
posted @ 2017-09-13 00:10 ethan2lee 阅读(177) 评论(0) 推荐(0) 编辑