08 2018 档案

摘要:pod中访问dns出现偶尔超时的问题现在定位原因是:[问题复现]若kube-dns的pod与访问dns的pod服务位于同一node节点中时无法通过service的vip访问到该podk8s中的issue中也有相同的描述:https://github.com/kubernetes/kubernetes 阅读全文
posted @ 2018-08-29 11:39 hao.ma 阅读(163) 评论(0) 推荐(0)
摘要:# cat curl-format.txt time_namelookup: %{time_namelookup} \n time_connect: %{time_connect} \n time_appconnect: %{time_appconnect} \n time_redirect: %{time_redirect} \n time_pretransfer: %{time_... 阅读全文
posted @ 2018-08-14 21:40 hao.ma 阅读(234) 评论(0) 推荐(0)
摘要:yum install net-tools yum install net-tools yum install telnet.* yum install telnet.* yum install telnet.* 阅读全文
posted @ 2018-08-06 10:30 hao.ma 阅读(127) 评论(0) 推荐(0)
摘要:nohup kubectl proxy --address=`hostname -i` --accept-hosts='.*' --port=8080 > /tmp/kube-proxy.log 2>&1 & 阅读全文
posted @ 2018-08-02 16:07 hao.ma 阅读(296) 评论(0) 推荐(0)