System Reboot Engineer System Reboot Engineer
首页
运维
编程

小布江

首页
运维
编程
  • Kubernetes

  • 日常

    • K8s-Minio集群迁移
    • Argocd-ingress 资源状态一直 Progressing
      • Jenkins job卡住导致页面提示Jenkins即将关闭
      • Docker构建多架构镜像
      • Minio备份及恢复
      • Jenkins构建消息webhook发送
      • cert-manager自动签发Lets Encrypt
      • Ansible批量发送密钥
      • ArgoCD 消息通知
      • Containerd配置私有Harbor镜像仓库
      • kvm虚拟机修改密码
      • Nexus
      • Nginx之tcp转发
      • Arthas
      • 开启telnet登录
      • CPU亲和
      • Harbor复制镜像
      • KVM虚拟机根目录扩容
    • Prometheus

    • Ci

    • 运维
    • 日常
    小布江
    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
    上次更新: 2025/04/25, 03:40:17
    K8s-Minio集群迁移
    Jenkins job卡住导致页面提示Jenkins即将关闭

    ← K8s-Minio集群迁移 Jenkins job卡住导致页面提示Jenkins即将关闭→

    最近更新
    01
    Harbor复制镜像
    04-15
    02
    CPU亲和
    04-10
    03
    开启telnet登录
    04-09
    更多文章>
    Theme by Vdoing
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式