From 9ea4ccf17e777631091aa12d23433109372ccee4 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 18 Apr 2026 12:33:37 +0000 Subject: [PATCH] [pvc-autoresizer] Import existing cluster state (bd-w97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Imported both resources for the pvc-autoresizer stack into the Tier 1 PG state. The stack was previously unmanaged — cluster had the running controller from a prior manual helm install (rev 1, 2026-04-03). Resources imported: - module.pvc_autoresizer.kubernetes_namespace.pvc_autoresizer (pvc-autoresizer) - module.pvc_autoresizer.helm_release.pvc_autoresizer (pvc-autoresizer/pvc-autoresizer) Pre-import plan: 2 to add, 0 to change, 0 to destroy Post-import plan: 0 to add, 2 to change, 0 to destroy (benign drift) Apply: 0 added, 2 changed, 0 destroyed Benign drift reconciled on apply: - Namespace goldilocks.fairwinds.com/vpa-update-mode=off label removed (Kyverno ClusterPolicy goldilocks-vpa-auto-mode re-adds it immediately) - Helm release metadata refresh only (atomic read-back, revision 1 -> 2; chart pvc-autoresizer-0.17.0 and app 0.20.0 unchanged — no upgrade) Controller pods pvc-autoresizer-controller-7dcc745f68-57bk6 and -n4bh9 stayed Running throughout (restart counts unchanged: 17 and 1, both pre-existing from pre-apply state). No PVCs entered non-Bound state. Updates: code-w97