• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






JarvanSi

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

10 2022 档案

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