Sources
- ArtifactNotFound
The referenced ExternalArtifact could not be found (transient; the controller requeues).
- Defining a release
The core StageSet spec — ordered stages and their sources, typed actions, ready checks, conflict policies, and the inventory that tracks what was applied.
- Generating migrations with Jsonnet
Render a version-gated migration ladder with JaaS and consume it from a StageSet via migrationsSourceRef.
- MigrationArtifactInvalid
A migration ladder sourced via spec.migrationsSourceRef could not be parsed or failed content validation; the version is held back until the artifact is fixed.
- MigrationSourceNotPinned
A sourced migration ladder's source is pinned to a mutable tag/branch instead of an immutable digest/commit, and pinning is required.
- MigrationSourceNotVerified
A sourced migration ladder's source is not signature-verified; the destructive ladder is refused until verification passes.
- Producer watch engagement failing
A dynamic watch on a producer source kind failed to engage, so StageSets referencing that kind no longer re-trigger on the producer's upstream changes.
- Producer-aware sources
Reference a producer like JaaS and let the controller find its ExternalArtifact.
- ResolveFailed
A source reference could not be resolved to a ready ExternalArtifact.
- SourceNotReady
The source exists but has not published a ready artifact yet (transient).
- Stage sources — Git, OCI, Bucket
Point a stage straight at a Git/OCI/Bucket source, or render manifests first into an ExternalArtifact.
- Stages and sources
The core — ordered stages applying Flux sources, with path, prune, patches, and substitution.
- StageSet
Every field of the StageSet resource — the one you author.
- stagesetctl build
Render a StageSet's manifests to stdout, exactly as the controller would.
- stagesetctl lint-migrations
Validate a migration ladder file or directory before publishing it to a source.
- Versioned migrations
Run migrations once, when the deployed version crosses a release boundary — inline, or sourced from a Flux artifact and shared across StageSets.