From f14b2c1c111eb9c91c0d0a9dce4cb21d7d5c4d27 Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 10 Jun 2026 02:16:49 -0400 Subject: [PATCH] Add bf-4km notes: claude-print-ci WorkflowTemplate synced in ArgoCD Verified claude-print-ci WorkflowTemplate is present in iad-ci and shows Synced status in ArgoCD app argo-workflows-ns-iad-ci. Overall app is OutOfSync/Degraded due to pre-existing unrelated pdftract and ExternalSecret issues. Co-Authored-By: Claude Sonnet 4.6 --- notes/bf-4km.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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.