12 2020 档案

摘要:一、 安装CENTOS7两台,一台做master,一台做node Mast :192.168.140.101 Node: 192.168.140.102 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/ 阅读全文
posted @ 2020-12-29 15:09 嗷嗷鹿鸣[VX|dshoub] 阅读(202) 评论(0) 推荐(0)
摘要:1 yum -y install nginx 2 vi /etc/nginx/conf.d/vhost.conf 3 server { 4 listen 80; 5 server_name 192.168.140.101; 6 location / { 7 proxy_pass http://127 阅读全文
posted @ 2020-12-28 17:22 嗷嗷鹿鸣[VX|dshoub] 阅读(820) 评论(0) 推荐(0)
摘要:https://www.ipoot.com/ https://apikey.net/?type=json&ip=8.8.8.8 阅读全文
posted @ 2020-12-28 15:01 嗷嗷鹿鸣[VX|dshoub] 阅读(325) 评论(0) 推荐(0)
摘要:测试KCPTUN+UDPRAW的加速效果 tinyfecvpn地址:https://github.com/wangyu-/tinyfecVPN KCPTUN地址:https://github.com/xtaci/kcptun.git UDPRAW地址:https://github.com/wangy 阅读全文
posted @ 2020-12-27 14:48 嗷嗷鹿鸣[VX|dshoub] 阅读(2074) 评论(0) 推荐(0)
摘要:一、 Kubectl create -f test.yaml遇到 No API token found for service account "default"错误 配置serviceaccounts openssl genrsa -out /etc/kubernetes/serviceaccou 阅读全文
posted @ 2020-12-26 16:53 嗷嗷鹿鸣[VX|dshoub] 阅读(207) 评论(0) 推荐(0)