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

Nightly release #1577

Merged
merged 17 commits into from
Mar 25, 2022
Merged

Nightly release #1577

merged 17 commits into from
Mar 25, 2022

Conversation

spring1843
Copy link
Contributor

@spring1843 spring1843 commented Mar 25, 2022

1. Issue, if available:

2. Description of changes:
Runs everyday half an hour after other scheduled daily crons (#1576)
Releases an image into the karpenter-nightly repository.

Remaining things to do:
1- Add a "Latest" tag
2- Add usage and about docs to the repo
3- Upload a logo to the registry
4- Add an alias in the registry for a friendlier repo name
5- Possibly publish helm charts as well
6- Add the version tag if possible as well

3. How was this change tested?

4. Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: link to issue
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@netlify
Copy link

netlify bot commented Mar 25, 2022

Deploy Preview for karpenter-docs-prod ready!

Name Link
🔨 Latest commit b9f42f0
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/623e358ab960740008ffe3e6
😎 Deploy Preview https://deploy-preview-1577--karpenter-docs-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Makefile Show resolved Hide resolved
Copy link
Contributor

@njtran njtran left a comment

Choose a reason for hiding this comment

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

Nice work!

.github/workflows/nightly.yaml Show resolved Hide resolved
.github/workflows/nightly.yaml Show resolved Hide resolved
- uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::112855948879:role/nightly
aws-region: us-east-1
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this your role and region? Can we do us-west-2? Should we have builds for different regions? Or is this because of ecr-public?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's the default region, the role is made through the infra piece.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't need to have ECRs in each region, what's the reason for using us-west-2? this is already made and tested it's not super easy to change it. us-east-1 as the default region has a lot of capacity and is arguably better geographically positioned to serve the world although the outcome is most likely cached.

Copy link
Contributor

Choose a reason for hiding this comment

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

just to note, us-east-1 is the only region where ecr-public is available anyways, but ecr-public replicates out the images to its CDN.

hack/nightly.sh Show resolved Hide resolved
@spring1843 spring1843 merged commit 08bc77e into aws:main Mar 25, 2022
@spring1843
Copy link
Contributor Author

@njtran thank you for your comments lets continue the conversation on these concerns, I'm gonna incorporate them in the following PRs I'm working on.

@spring1843 spring1843 deleted the rm/nightly-releases branch March 25, 2022 21:57
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.

4 participants