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

Switch production bucket #3749

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

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?

Copy link
Member Author

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.


// ProductionBucketURL is the url for the ProductionBucket.
ProductionBucketURL = "https://dl.k8s.io"
Expand Down