Use owner references to enable automatic garbage collection of child resources in an operator

domain: kubernetes.io · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. After creating the owner CR, set `controllerutil.SetControllerReference(owner, child, scheme)` on each child object before creating it
  2. Ensure the owner and child are in the same namespace for namespaced resources; cross-namespace owner references are not supported for garbage collection
  3. Verify the `ownerReferences` field on a child with `kubectl get <child> -o yaml` after creation
  4. Test deletion propagation by deleting the owner CR and confirming child resources are removed automatically
  5. Use `metav1.DeletePropagationForeground` in integration tests to wait for children before the owner is fully removed

Known gotchas

Related routes

Use _include and _revinclude to retrieve referenced resources in a single search request
hl7.org/fhir/R4 · 5 steps · unrated
Scaffold an Operator SDK operator in Go and handle CRD reconciliation with controller-runtime
sdk.operatorframework.io · 6 steps · unrated
Implement finalizers in a Kubernetes operator for clean external resource deletion
kubernetes.io · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp