摘要:
禁用TLS 1.0 使用 iisCrypto 禁用Server 和Client的TLS 1.0和 SSL 2.0、SSL 3.0 jumpserver 旧版本会导致远程桌面连接不上 解决版本:去掉RDP的加密 修改注册表HKLM\SYSTEM\CurrentControlSet\Control\Te 阅读全文
摘要:
- job_name: 'kubernetes-service-endpoints' kubernetes_sd_configs: - role: endpoints relabel_configs: - source_labels: [__meta_kubernetes_service_annot 阅读全文
摘要:
mysql部署在ACK上挂载PVC时报错 解决方法: 添加启动参数 name: mysql-master image: mysql:5.7 args: "--ignore-db-dir=lost+found" 镜像版本换成5.6 https://github.com/docker-library/m 阅读全文
摘要:
创建一个watcher,配置webhook "my_webhook": { "webhook": { "scheme": "https", "host": "oapi.dingtalk.com", "port": 443, "method": "post", "path": "/robot/send 阅读全文
摘要:
helm 安装cert-manager $ kubectl create namespace cert-manager $ helm repo add jetstack https://charts.jetstack.io $ helm repo update $ helm install cert 阅读全文
摘要:
geoip2 配置如下 用map获取http_x_forwarded_for里面的第一个IP地址 取$real_ip变量的值就可以了 阅读全文
摘要:
```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata: annotations: fabric8.io/iconUrl: https://raw.githubusercontent.com/docker-library/docs/81187b7b50f5af5bdb64d75882f4d9c782ad52c3/... 阅读全文
摘要:
http://gitbook.domeos.org/ 按照官方一键部署脚本完之后,发现监听的IP地址是在IPv6上面。 vim /etc/default/grubadd ipv6.disable=1 at line 6,like:GRUB_CMDLINE_LINUX="ipv6.disable=1 阅读全文
摘要:
I think that if u got a small /tmp like i had u cant upload big file…My /tmp = 462M so i can upload only file less or egal 500M. I input upload_tmp_di 阅读全文
摘要:
今天早上同事反应jenkins构建job发生异常,于是登录机器查看发现磁盘空间已满。进一步排查之后发现jenkins的catalina.out文件已占满磁盘空间。 用tail看了下日志后面都是关于DNS的。 [DNSQuestion@1398141921 type: TYPE_IGNORE inde 阅读全文