-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Migrate tooling off of gs://kubernetes-jenkins #33381
Comments
/assign |
Switch the gs bucket referenced from `kubernetes-jenkins` -> `kubernetes-ci-logs` updates #33381 Signed-off-by: jbpratt <[email protected]>
Other updates (copying from Slack):
|
Kettle has had recent issues (see Slack threads in testing-ops and sig-k8s-infra) Ref: #33628 kubernetes/k8s.io#7454 should hopefully fix this. (And I'll make the change in test-infra to match just in case, though it shouldn't change anything). |
https://cs.k8s.io/?q=kubernetes-jenkins&i=nope&files=&excludeFiles=&repos= there's a lot more of these than I hoped, but most of them are just links in docs. a few are pulling data. a few more don't need changing and are discussing the migration. |
I manually set a matching TTL on the new GCS bucket to match the old one (90d+ Age => delete) We still need to set this in the terraform but I wanted to make sure we started aging out those old logs now as it's already like 200 TB. |
@upodroid plans to migrate the TTL to terraform (thanks!) |
Existing lifecycle on gs://kubernetes-jenkins is also 90 days:
Migration happened August 21-ish, but log bucket migration happened later (largely early October) so things haven't hit TTL yet. We'll probably need to wait until ~January. I don't have permissions to update gs://kubernetes-jenkins (just to view), so if we want to restrict permissions on it someone else will need to do it. |
Follow-up to the control plane migration (#33350).
Tools like Kettle, TestGrid, and others read from gs://kubernetes-jenkins, but should switch to using the new bucket (gs://kubernetes-ci-logs) or something else if needed.
/assign
/sig testing
The text was updated successfully, but these errors were encountered: