docs(pipectl): correct the deploy-collapse design before it is built #2020
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/r10-correction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
R10 as planned would have inferred promote/rollback from cluster state. That contradicts the invariant that a Deployment NAMES its Release and Target when created — spec.operation is declared, write-once intent with CEL coupling to retryOf.
Corrected: one deploy verb with --as promote|rollback and --retry-of. Nothing inferred.
Also records R9 done.