摘要:
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" 阅读全文
摘要:
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 阅读全文
摘要:
1. nginx 404 页面跳转 没有在nginx家目录里面的指定一个固定 url ;没有的地址也就是 404 ,让404 指定地址跳转; error_page 404 = https://www.g.com.cn/$1; 2. nginx refer 增加 http://name.renren. 阅读全文
摘要:
一、部署jenkins省略 二、部署flutter 1.环境: Flutter (Channel stable, v1.12.13+hotfix.5, locale zh-Hans-CN) 下载地址:https://storage.googleapis.com/flutter_infra/relea 阅读全文
摘要:
由于集群崩溃,需要恢复之前链接 ceph 的数据,操作步骤如下 + 列出所有pvc rbd list kube kubernetes-dynamic-pvc-0364140f-1c92-11ea-9600-cef7a4533627 kubernetes-dynamic-pvc-2549266c-1c 阅读全文
摘要:
检查证书有限期 kubeadm 部署集群默认证书有效期为一年 cd /etc/kubernetes/pki openssl x509 -in apiserver.crt -text -noout Validity Not Before: Jun 12 04:41:18 2019 GMT Not Af 阅读全文
摘要:
kubernetes 状态 $ kubectl get node NAME STATUS ROLES AGE VERSION k8s-master01.gdfsxxds.rjyun Ready master 105d v1.14.0 k8s-master02.gdfsxxds.rjyun Ready 阅读全文
摘要:
部署环境 $ 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 阅读全文
摘要:
部署 kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml # 获取 token 登陆 kubectl -n kubernete 阅读全文
摘要:
yum install sshpass -y sshpass -p'12345' ssh -o StrictHostKeyChecking=no root@172.18.0.59 "hostname" 阅读全文