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

Local registry setup optimization #1511

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Mar 22, 2024

Before:

make deploy-full-local-setup  11.81s user 2.89s system 4% cpu 4:55.30 total

After:

make deploy-full-local-setup  11.68s user 3.18s system 11% cpu 2:06.20 total

..

HOW TO RUN CI ---

By default, all the checks will be run automatically. Furthermore, when changing website-related stuff, the preview will be generated by the netlify bot.

Heavy tests

Add the heavy-tests label on this PR if you want full-blown tests that include more than 2-cluster scenarios.

Debug tests

If the test suite is failing for you, you may want to try triggering Re-run all jobs (top right) with debug logging enabled. It will also make the print debug action more verbose.

* Mirror also `ghcr.io` and `k8s.gcr.io` as we are pulling from them
* Create separate registry per upstream one

Before:
```
make deploy-full-local-setup  11.81s user 2.89s system 4% cpu 4:55.30 total
```

After:
```
make deploy-full-local-setup  11.68s user 3.18s system 11% cpu 2:06.20 total
```

Signed-off-by: Yury Tsarev <[email protected]>
Copy link

@xnull xnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ytsarev ytsarev merged commit beb594b into k8gb-io:master Mar 23, 2024
9 checks passed
@ytsarev ytsarev deleted the local-registry-optimization branch March 23, 2024 09:55
infbase pushed a commit to infbase/k8gb that referenced this pull request Apr 2, 2024
* Mirror also `ghcr.io` and `k8s.gcr.io` as we are pulling from them
* Create separate registry per upstream one

Before:
```
make deploy-full-local-setup  11.81s user 2.89s system 4% cpu 4:55.30 total
```

After:
```
make deploy-full-local-setup  11.68s user 3.18s system 11% cpu 2:06.20 total
```

Signed-off-by: Yury Tsarev <[email protected]>
Signed-off-by: Nuno Guedes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants