Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split image push into multiple tunnels #1364

Open
jeff-mccoy opened this issue Feb 16, 2023 · 0 comments
Open

Split image push into multiple tunnels #1364

jeff-mccoy opened this issue Feb 16, 2023 · 0 comments

Comments

@jeff-mccoy
Copy link
Contributor

Although the zarf registry leverages HPA, if a single component (Big Bang in this case) has a large amount of images, there is no opportunity to take advantage of the multiple replicas since a single connection to the original pod will be reused. This dramatically reduces the value of HPA with a large set of images in one component.

Screenshot 2023-02-16 at 3 07 40 AM

@github-project-automation github-project-automation bot moved this to New Requests in Zarf Project Board Feb 16, 2023
@Racer159 Racer159 assigned Racer159 and unassigned Racer159 Apr 18, 2023
Racer159 added a commit that referenced this issue Apr 18, 2023
…ushes (#1590)

## Description

This PR creates a tunnel per image push (making it easier to implement
concurrency - may do that in this PR if we can confirm that issues are
mitigated) moves the CRC from the image name to the tag and changes the
UI to use a progressbar instead of a spinner for better user feedback.

## Related Issue

Relates to #1568 , #1433, #1218, #1364

This also will make #1594 slightly easier.

(See aws/containers-roadmap#853)

Fixes: #1541

## Type of change

- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
@salaxander salaxander added this to Zarf Jul 22, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Zarf Jul 22, 2024
@salaxander salaxander removed the status in Zarf Jul 22, 2024
@salaxander salaxander moved this to Triage in Zarf Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

2 participants