fix: expose updated_replicas for deployment progress and add save feedback #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/deployment-progress-indicator"
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?
The progress indicator was never visible because the backend sets status
back to RUNNING immediately after the K8s API call. Now we expose
updated_replicas from K8s deployment status so the frontend can detect
in-progress rollouts (updated_replicas < replicas). Also adds
saving/saved state feedback to the edit slideout Save button.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com