10 2017 档案

摘要:Pod的liveness和readiness Kubelet使用liveness probe(存活探针)来确定何时重启容器。例如,当应用程序处于运行状态但无法做进一步操作,liveness探针将捕获到deadlock,重启处于该状态下的容器. Kubelet使用readiness probe(就绪探 阅读全文
posted @ 2017-10-31 18:48 fengjian1585 阅读(6681) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-30 11:27 fengjian1585 阅读(386) 评论(0) 推荐(0) 编辑
摘要:ansible-playbook - hosts: test remote_user: root vars: warpath: "/root/.jenkins/workspace/172.16.230.168/target/senyint-weixin-0.0.1-SNAPSHOT.war" codepath: "/data/code/" tomc... 阅读全文
posted @ 2017-10-30 10:42 fengjian1585 阅读(269) 评论(0) 推荐(0) 编辑
摘要:pipeline { agent any stages { stage('Checkout') { steps { echo 'Checkout' checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGen... 阅读全文
posted @ 2017-10-30 10:41 fengjian1585 阅读(531) 评论(0) 推荐(0) 编辑
摘要:pipeline { agent any stages { stage('Checkout') { steps { echo 'Checkout' checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmod 阅读全文
posted @ 2017-10-24 16:59 fengjian1585 阅读(301) 评论(0) 推荐(0) 编辑
摘要:docker容器导入导出有两种方法: 一种是使用save和load命令 使用例子如下: docker save ubuntu:load>/root/ubuntu.tar docker load<ubuntu.tar 一种是使用export和import命令 使用例子如下: docker export 阅读全文
posted @ 2017-10-18 11:16 fengjian1585 阅读(330) 评论(0) 推荐(0) 编辑
摘要:http://idea.shaofan.org http://shaofan.org:8080 http://23.105.214.239:10001 http://idea.liyang.io 阅读全文
posted @ 2017-10-17 22:22 fengjian1585 阅读(117) 评论(0) 推荐(0) 编辑