|
|
@@ -2342,7 +2342,7 @@ This failure may cascade down to the controller or any other user of <code>kube-
|
|
|
<h4 id="controller-reconcile-error">Controller Reconcile Error</h4>
|
|
|
<p>The controller should be able to reconcile resources without errors. When errors occurr secret delivery may be impacted which could cascade down to the secret consuming applications.</p>
|
|
|
<div class="highlight"><pre><span></span><code>sum(increase(
|
|
|
- controller_runtime_reconcile_total{service=~"external-secrets.*",controller=~"$controller"}[1m])
|
|
|
+ controller_runtime_reconcile_total{service=~"external-secrets.*",controller=~"$controller",result="error"}[1m])
|
|
|
) by (result)
|
|
|
</code></pre></div>
|
|
|
|