首页
运维
编程

小布江

首页
运维
编程
  • Kubernetes

  • 日常

  • Prometheus

  • Cl

    • Jenkins-ci
    • Argocd
    • Argocd-ingress 资源状态一直 Progressing
      • Jenkins job卡住导致页面提示Jenkins即将关闭
      • Jenkins构建消息webhook发送
      • ArgoCD 消息通知
    • 运维
    • Cl
    小布江
    2024-07-18
    目录

    Argocd-ingress 资源状态一直 Progressing

    # 1. 参考 官网 (opens new window)


    # 2. 修改argocd-cm

    [root@k8s-master01 ~]# kubectl edit cm -n argocd
    # Please edit the object below. Lines beginning with a '#' will be ignored,
    # and an empty file will abort the edit. If an error occurs while saving this file will be
    # reopened with the relevant failures.
    #
    apiVersion: v1
    items:
    - apiVersion: v1
      data:
        repositories: |
          - passwordSecret:
              key: password
              name: repo-3061508596
            type: git
            url: http://xxxxx:8900/devops/cloud-workloads.git
            usernameSecret:
              key: username
              name: repo-3061508596
        resource.customizations: |
          extensions/Ingress: # Ingress apiverison
              health.lua: |
                hs = {}
                hs.status = "Healthy"
                return hs
          networking.k8s.io/Ingress: 
              health.lua: |
                hs = {}
                hs.status = "Healthy"
                return hs
      kind: ConfigMap
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30

    # 3. 重启argocd-application-controller-0

    [root@k8s-master01 ~]# kubectl rollout restart statefulset -n argocd argocd-application-controller 
    
    1
    #Argocd
    上次更新: 2026/05/31, 03:30:34
    Argocd
    Jenkins job卡住导致页面提示Jenkins即将关闭

    ← Argocd Jenkins job卡住导致页面提示Jenkins即将关闭→

    最近更新
    01
    Coredns自定义参数
    05-18
    02
    Docker Mirrors
    04-24
    03
    SSL自签证书管理
    02-10
    更多文章>
    Theme by Vdoing
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式