[881] [EPIC] Kubernetes Operator SDK Framework for Extensions - #946
Merged
OtowoSamuel merged 14 commits intoJun 24, 2026
Merged
Conversation
Restore backup CLI imports, kubectl-stellar DynamicObject support, data pipeline test fixtures, and ControllerState fields so the full test suite compiles and passes again.
Introduces registry management with Trivy/Grype scanning, Cosign signing policy, multi-region mirrors, garbage collection, and admission checks for vulnerable or unsigned images.
Registry PR should not reference modules that land in the follow-up secret epic.
Drop stellar-scaffold from Cargo.toml until the SDK lands, fix Helm DR feature-flag typing, trim trailing whitespace, and ignore new transitive audit advisories that have no patched releases in our dependency pins.
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 14:10
6267617 to
62cc318
Compare
Fix len/is_empty pairs, const assertions, gateway router regex caching, and a handful of test-only style warnings so make lint passes in CI.
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 14:22
62cc318 to
6e55ee6
Compare
Regenerate docs for the StellarRegistry CRD and close an unterminated string in pdb_test.yaml that broke helm-unittest parsing.
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 14:34
6e55ee6 to
d68fa3b
Compare
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 14:46
d68fa3b to
776629c
Compare
Align unittest document indices with the webhook manifest order, enable PDB tests against default values, fix RBAC label nesting, and correct CRD document selection so helm-unittest passes in CI.
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 15:09
776629c to
cbd9161
Compare
Supports dynamic database credentials with TTL, KMS-backed rotation, Vault/AWS/Azure backends, audit logging, and zero-downtime version history.
Exposes stellar_k8s::sdk with CRD-to-controller codegen, test harness, stellar-scaffold binary, and three example operator extensions.
yinkscss
force-pushed
the
fix/881-kubernetes-operator-sdk-framework-for-extensions
branch
from
June 24, 2026 15:30
cbd9161 to
de94410
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stellar_k8s::sdkmodule with codegen and testing helpersstellar-scaffoldCLI for CRD-to-controller boilerplate generationTest plan
cargo run --bin stellar-scaffold -- StellarSecret --printemits reconciler stubmake testpasses on branchCloses #881