AWS增加EIP配额
摘要:默认AWS只有5个EIP的配额,需要提工单或者手动增加 要修改EC2-VPC Elastic IPs项 23年后现在需要到Service Quota中增加
阅读全文
kubectl拷贝容器的文件到本地
摘要:kubectl cp -n ingress-nginx nginx-ingress-controller-vkvlh:/etc/nginx/nginx.conf ./nginx.tmpl
阅读全文
kubesphere集群ldap集成
摘要:kubesphere集群版本v3.1.1 kubectl edit configmaps -n kubesphere-system kubesphere-config apiVersion: v1 data: kubesphere.yaml: | authentication: authentica
阅读全文
k8s中kibana集成ldap和安装饼图插件
摘要:集成ldap和添加饼图插件都需要重启容器 1、创建configmap apiVersion: v1 kind: ConfigMap metadata: name: ldap-config namespace: monitoring data: ldap.toml: |- # To troublesh
阅读全文
haproxy日志格式
摘要:# "Tw" is the total time in milliseconds spent waiting in the various queues “Tw”是在各种队列中等待的总时间,以毫秒为单位 # "Tc" is the total time in milliseconds spent w
阅读全文