diff --git a/notes/bf-4km.md b/notes/bf-4km.md index 21a0d9c..1998c11 100644 --- a/notes/bf-4km.md +++ b/notes/bf-4km.md @@ -11,22 +11,24 @@ Verified that ArgoCD successfully synced the `claude-print-ci` WorkflowTemplate ### WorkflowTemplate in iad-ci cluster ``` -WorkflowTemplate/claude-print-ci - Created: 2026-06-10T06:09:14Z - Namespace: argo-workflows +$ kubectl --kubeconfig=/home/coding/.kube/iad-ci.kubeconfig get workflowtemplate claude-print-ci -n argo-workflows +NAME AGE +claude-print-ci 6m29s ``` -Present and accessible via kubectl. +Labels confirm ArgoCD management: `argocd.argoproj.io/instance: argo-workflows-ns-iad-ci` -### ArgoCD Sync Status +### ArgoCD Sync Status (2026-06-10) - **App:** `argo-workflows-ns-iad-ci` -- **claude-print-ci resource:** `Sync: Synced | Health: None` ✓ +- **claude-print-ci resource:** `Sync: Synced` ✓ +- **Revision:** e2b4ed4c2985 The `claude-print-ci` WorkflowTemplate is fully synced. The overall app shows `OutOfSync / Degraded` due to pre-existing unrelated issues: -- Missing pdftract-related WorkflowTemplates and CronWorkflows -- Degraded ExternalSecrets (ghcr-registry, github-pdftract-release, pypi-token-pdftract) -- Several other unrelated WorkflowTemplates out of sync +- Missing pdftract-related WorkflowTemplates and CronWorkflows (pdftract-ci, pdftract-crates-publish, etc.) +- Degraded ExternalSecrets (ghcr-registry, github-pdftract-release, pypi-token-pdftract — provider errors) +- SharedResourceWarning for resources shared with adb-relay-ns-iad-ci and argo-workflows-iad-ci apps +- Several other unrelated WorkflowTemplates out of sync (drawrace-build, hoop-ci, spaxel-build, etc.) These are pre-existing issues unrelated to claude-print-ci.