解决argocd ingress资源状态一直Progressing

警告
本文最后更新于 2021-09-28 14:47,文中内容可能已过时。

参考: https://argoproj.github.io/argo-cd/operator-manual/health/#custom-health-checks

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
k edit cm -n argocd argocd-cm


data:
  resource.customizations.health.extensions_Ingress: |
    hs = {}
    hs.status = "Healthy"
    hs.message = "SoulChild"
    return hs
  resource.customizations.useOpenLibs.extensions_Ingress: "true"

删除pod(没试过不删行不行),然后argocd重新sync。 k delete pod -n argocd argocd-application-controller-0

请我喝杯水
SoulChild 微信号 微信号
SoulChild 微信打赏 微信打赏
0%