上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: nginx 日志格式: 10.11.240.68 - - [10/Apr/2020:10:59:06 +0800] "POST /admin/hotkeywords HTTP/1.0" 200 2506 "https://tgbus-ums-xy.tgbus.com/app/search-word" 阅读全文
posted @ 2020-04-10 11:33 lixinliang 阅读(2783) 评论(0) 推荐(0) 编辑
摘要: git clone http:xxxxxxxxxxxx git branch new_master git checkout new_master git add . git commit -m "new-graphql" git push origin new_master git push 阅读全文
posted @ 2020-04-09 11:47 lixinliang 阅读(4877) 评论(0) 推荐(0) 编辑
摘要: 1. nginx 404 页面跳转 没有在nginx家目录里面的指定一个固定 url ;没有的地址也就是 404 ,让404 指定地址跳转; error_page 404 = https://www.g.com.cn/$1; 2. nginx refer 增加 http://name.renren. 阅读全文
posted @ 2020-04-04 10:44 lixinliang 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 一、部署jenkins省略 二、部署flutter 1.环境: Flutter (Channel stable, v1.12.13+hotfix.5, locale zh-Hans-CN) 下载地址:https://storage.googleapis.com/flutter_infra/relea 阅读全文
posted @ 2020-04-03 12:00 lixinliang 阅读(4373) 评论(0) 推荐(0) 编辑
摘要: 由于集群崩溃,需要恢复之前链接 ceph 的数据,操作步骤如下 + 列出所有pvc rbd list kube kubernetes-dynamic-pvc-0364140f-1c92-11ea-9600-cef7a4533627 kubernetes-dynamic-pvc-2549266c-1c 阅读全文
posted @ 2020-01-20 11:46 lixinliang 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 检查证书有限期 kubeadm 部署集群默认证书有效期为一年 cd /etc/kubernetes/pki openssl x509 -in apiserver.crt -text -noout Validity Not Before: Jun 12 04:41:18 2019 GMT Not Af 阅读全文
posted @ 2020-01-20 11:45 lixinliang 阅读(4241) 评论(0) 推荐(0) 编辑
摘要: kubernetes 状态 $ kubectl get node NAME STATUS ROLES AGE VERSION k8s-master01.gdfsxxds.rjyun Ready master 105d v1.14.0 k8s-master02.gdfsxxds.rjyun Ready 阅读全文
posted @ 2020-01-20 11:41 lixinliang 阅读(3822) 评论(0) 推荐(0) 编辑
摘要: 部署环境 $ kubectl get node NAME STATUS ROLES AGE VERSION master01 Ready master 13d v1.14.0 master02 Ready master 13d v1.14.0 master03 Ready master 13d v1 阅读全文
posted @ 2020-01-20 11:33 lixinliang 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 部署 kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml # 获取 token 登陆 kubectl -n kubernete 阅读全文
posted @ 2020-01-20 11:14 lixinliang 阅读(3425) 评论(0) 推荐(0) 编辑
摘要: yum install sshpass -y sshpass -p'12345' ssh -o StrictHostKeyChecking=no root@172.18.0.59 "hostname" 阅读全文
posted @ 2019-12-13 09:42 lixinliang 阅读(376) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页