<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CICD on 我的博客</title><link>https://hugo.kkun.top/tags/cicd/</link><description>Recent content from 我的博客</description><generator>Hugo</generator><language>zh-cn</language><managingEditor>your@email.com (你的名字)</managingEditor><webMaster>your@email.com (你的名字)</webMaster><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Thu, 12 Jan 2023 13:22:05 +0000</lastBuildDate><atom:link href="https://hugo.kkun.top/tags/cicd/index.xml" rel="self" type="application/rss+xml"/><item><title>解决ArgoCD Ingress资源一直处于Progressing状态</title><link>https://hugo.kkun.top/post/%E8%A7%A3%E5%86%B3argocd-ingress%E8%B5%84%E6%BA%90%E4%B8%80%E7%9B%B4%E5%A4%84%E4%BA%8Eprogressing%E7%8A%B6%E6%80%81/</link><pubDate>Thu, 12 Jan 2023 13:22:05 +0000</pubDate><author>your@email.com (你的名字)</author><guid>https://hugo.kkun.top/post/%E8%A7%A3%E5%86%B3argocd-ingress%E8%B5%84%E6%BA%90%E4%B8%80%E7%9B%B4%E5%A4%84%E4%BA%8Eprogressing%E7%8A%B6%E6%80%81/</guid><description>
<![CDATA[<h1>解决ArgoCD Ingress资源一直处于Progressing状态</h1><p>作者：你的名字（your@email.com）</p>
        
          <h2 id="解决argocd-ingress资源一直处于progressing状态">
<a class="header-anchor" href="#%e8%a7%a3%e5%86%b3argocd-ingress%e8%b5%84%e6%ba%90%e4%b8%80%e7%9b%b4%e5%a4%84%e4%ba%8eprogressing%e7%8a%b6%e6%80%81"></a>
解决ArgoCD Ingress资源一直处于Progressing状态
</h2><p>这个问题，其实需要分版本做不同的处理。
主要是通过ArgoCD健康检查的自定义的资源检查来排除对Ingress的检查，主要请参考这两篇文章：
<a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/health/#ingress">https://argo-cd.readthedocs.io/en/stable/operator-manual/health/#ingress</a>
<a href="https://github.com/argoproj/argo-cd/issues/1704">https://github.com/argoproj/argo-cd/issues/1704</a></p>
        
        <hr><p>本文2023-01-12首发于<a href='https://hugo.kkun.top/'>我的博客</a>，最后修改于2023-01-12</p>]]></description><category>kubernetes</category><category>CICD</category><category>ArgoCD</category></item><item><title>CI构建报错提示No such device or addres</title><link>https://hugo.kkun.top/post/ci%E6%9E%84%E5%BB%BA%E6%8A%A5%E9%94%99%E6%8F%90%E7%A4%BAno-such-device-or-addres/</link><pubDate>Wed, 04 Jan 2023 10:18:51 +0000</pubDate><author>your@email.com (你的名字)</author><guid>https://hugo.kkun.top/post/ci%E6%9E%84%E5%BB%BA%E6%8A%A5%E9%94%99%E6%8F%90%E7%A4%BAno-such-device-or-addres/</guid><description>
<![CDATA[<h1>CI构建报错提示No such device or addres</h1><p>作者：你的名字（your@email.com）</p>
        
          <h2 id="问题">
<a class="header-anchor" href="#%e9%97%ae%e9%a2%98"></a>
问题
</h2><p>CI构建报错，报错内容如下</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">fatal: could not <span class="nb">read</span> Username <span class="k">for</span> <span class="s1">&#39;https://gitee.com&#39;</span>: No such device or address
</span></span></code></pre></div><h2 id="原因">
<a class="header-anchor" href="#%e5%8e%9f%e5%9b%a0"></a>
原因
</h2><p>这是因为git config文件中没有用户身份信息。</p>
<h2 id="解决方法">
<a class="header-anchor" href="#%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95"></a>
解决方法
</h2><p>在请求串中加入身份信息即可： 格式</p>
        
        <hr><p>本文2023-01-04首发于<a href='https://hugo.kkun.top/'>我的博客</a>，最后修改于2023-01-04</p>]]></description><category>kubernetes</category><category>CICD</category></item></channel></rss>