比尔萄堡

上帝说: “要有光” 于是,就有了光。


  • 首页

  • 归档

  • 关于我

  • 公益404

  • 搜索

ack ingress controller的奇特现象

时间: 2021-12-30 分类: 阿里云产品   字数: 137 字 阅读: 1分钟
在ack节点部署nginx,如果使用nginx ingress controller自动创建的SLB,会出现如下现象: * 集群外使用域名访问,自建nginx会
阅读全文 »

记一次 nginx error: host not found in upstream

时间: 2021-12-27 分类: 问题排查/日常问题   字数: 488 字 阅读: 1分钟
当时配置文件已精简如下: server { listen 80; server_name landing.dev.xxxnohackxxx.com landing.xxxnohackxxx.tech; location / { proxy_pass http://xxxnohackxxx-landing-dev.mosaic-dev.svc.cluster.local:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; } } server { listen 80; server_name dev.xxxnohackxxx.com xxxnohackxxx.tech; location / { proxy_pass http://xxxnohackxxx-frontend-site-dev.mosaic-dev.svc.cluster.local:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; } } 更新配置 nginx -s
阅读全文 »

gitlab fingerprint has already been taken

时间: 2021-12-06 分类: 问题排查/日常问题   字数: 227 字 阅读: 1分钟
一般出现该种情况,因为同一个id_rsa.pub(或其他密钥对类型的公钥)已经绑定到其他账号。 有两种解决方案: * 再生成ssh密钥对 * 是找到账
阅读全文 »

POD经常被驱逐

时间: 2021-12-03 分类: 问题排查/k8s   字数: 703 字 阅读: 2分钟
优先级 优先级对象 apiVersion: scheduling.k8s.io/v1beta1 kind: PriorityClass metadata: name: high-priority value: 1000000 globalDefault: false description: "This priority class should be used for high priority service pods only." 优先级是一个 32 bit 的整数,最大值不超过 1000000000(10 亿,1 bill
阅读全文 »

migration with k8s

时间: 2021-12-01 分类: 问题排查/k8s   字数: 842 字 阅读: 2分钟
migration三种方式 主程序开始时执行 存在的弊端: - 多个POD的情况下,migration执行多次 - 主程序最好有权限隔离,避免破坏性更新
阅读全文 »
3 4 5 6 7 8 9 10 11
训导主任林作栋

训导主任林作栋

戏谑的码农,北野武的拥趸,李安的迷弟,伍佰的Fans

55 日志
23 分类
62 标签
豆瓣
友情链接
  • Obsidian
  • V2EX
  • 关注黑客与极客
  • 廖雪峰
标签云
  • Linux 6
  • K8s 5
  • 数据库 5
  • Golang 4
  • Etcd 3
  • Mysql 3
  • Ai 2
  • Gitlab 2
  • Postgres 2
  • 前端 2
© 2010 - 2024 比尔萄堡
Powered by - Hugo v0.58.2 / Theme by - NexT
/
Storage by Vercel / 刘 ICP 备 18047355 号
0%