-
Notifications
You must be signed in to change notification settings - Fork 505
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
Switch production bucket #3749
Switch production bucket #3749
Conversation
Part of: - kubernetes#3729 Use a community-bucket for Kubernetes releases
cc @kubernetes/release-engineering |
@@ -103,7 +103,8 @@ const ( | |||
TestBucket = "kubernetes-release-gcb" | |||
|
|||
// ProductionBucket is the default bucket for Kubernetes releases. | |||
ProductionBucket = "kubernetes-release" | |||
// Owned by SIG k8s Infra: https://git.k8s.io/community/sig-k8s-infra | |||
ProductionBucket = "767373bbdcb8270361b96548387bf2a9ad0d48758c35" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where can we check this value?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible for us to view the contents of the bucket using a short URL?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. I will have a PR against https://git.k8s.io/k8s.io that will allow release managers to view the content of the bucket.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ameukam thank you for the PR, can we verify that it works? For example using:
export TOOL_ORG=… && export TOOL_REF=… && go run ./cmd/krel stage
@saschagrunert https://console.cloud.google.com/cloud-build/builds;region=global/e0a3ad16-5f05-49e0-b867-3ba15712a5ed;tab=detail?project=kubernetes-release-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
FYI, I didn't find a way to validate this with the no-mock steps. I intend to use the release of @saschagrunert Do we need to cut another release of the repo ? |
Yeah we can do that after this PR lands. |
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
late lgtm
What type of PR is this?
/kind feature
What this PR does / why we need it:
Use a community-bucket for Kubernetes releases
Which issue(s) this PR fixes:
Part of:
kubernetes-release
bucket #3729Special notes for your reviewer:
Does this PR introduce a user-facing change?