<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Argo on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/argo/</link>
    <description>Recent content in Argo on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Sat, 05 Sep 2026 00:00:55 +1000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/argo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to manually force reconciliation of Argo CD ApplicationSet</title>
      <link>https://blog.khmersite.net/p/how-to-force-reconciliation-argo-cd-applicationset/</link>
      <pubDate>Sat, 05 Sep 2026 00:00:55 +1000</pubDate>
      <guid>https://blog.khmersite.net/p/how-to-force-reconciliation-argo-cd-applicationset/</guid>
      <description>&lt;p&gt;To immediately trigger a manual refresh and force reconciliation of an Argo CD ApplicationSet, we can apply a specific &lt;strong&gt;refresh annotation&lt;/strong&gt; directly to the &lt;code&gt;ApplicationSet&lt;/code&gt; resource.&lt;/p&gt;
&lt;p&gt;For example, the following command force reconcile the &lt;code&gt;awesome-appset&lt;/code&gt; immediately:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;➜ kubectl annotate applicationset awesome-appset -n argocd &lt;span style=&#34;color:#ae81ff&#34;&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;argocd.argoproj.io/application-set-refresh&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;true --overwrite
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Sample output:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;applicationset.argoproj.io/dokuwiki-appset annotated
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;what-this-does-behind-the-scenes&#34;&gt;What This Does Behind the Scenes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bypasses Caches&lt;/strong&gt;: Applying &lt;code&gt;argocd.argoproj.io/application-set-refresh: &amp;quot;true&amp;quot;&lt;/code&gt; tells the ApplicationSet controller to immediately reconcile and completely bypass the repo-server revision cache for Git generators. [1] (&lt;a href=&#34;https://github.com/argoproj/argo-cd/issues/27798&#34;&gt;https://github.com/argoproj/argo-cd/issues/27798&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Forces Re-evaluation&lt;/strong&gt;: The controller will instantly re-evaluate all template generators to create, update, or remove the underlying &lt;code&gt;Application&lt;/code&gt; resources as necessary&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
