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

Migrate k8s-gubernator:builds dataset to wg-k8s-infra #1307

Closed
spiffxp opened this issue Oct 6, 2020 · 18 comments
Closed

Migrate k8s-gubernator:builds dataset to wg-k8s-infra #1307

spiffxp opened this issue Oct 6, 2020 · 18 comments
Assignees
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/backlog Higher priority than priority/awaiting-more-evidence. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/testing Categorizes an issue or PR as relevant to SIG Testing.

Comments

@spiffxp
Copy link
Member

spiffxp commented Oct 6, 2020

Part of migrating away from gcp-project k8s-gubernator: #1308

This dataset: https://console.cloud.google.com/bigquery?p=k8s-gubernator

It's used by:

It's publicly readable (though compute time for queries will be charged to their own GCP account), but not publicly writable

It's not quite clear to me what strategies are available to us:

  • stop-the-world: stop writing data, copy to new dataset, point everything at new dataset
  • sync-the-world: replicate data from old dataset to new dataset, point reporting tools to replicated dataset, then point kettle at new dataset
  • backfill-the-world: cut everything over to the new dataset, then backfill (day, then week, then all)

Given that this is a public artifact I'm inclined to suggest we home this under the kubernetes-public gcp project. We should examine billing briefly to understand if there are associated network/compute costs we would want billed elsewhere.

@spiffxp spiffxp added wg/k8s-infra sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Oct 6, 2020
@spiffxp spiffxp added this to Needs Triage in sig-k8s-infra via automation Oct 6, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 4, 2021
@ameukam
Copy link
Member

ameukam commented Jan 8, 2021

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 8, 2021
@spiffxp spiffxp moved this from Needs Triage to Backlog in sig-k8s-infra Jan 20, 2021
@spiffxp spiffxp moved this from Backlog to Backlog (infra to migrate) in sig-k8s-infra Jan 20, 2021
@spiffxp
Copy link
Member Author

spiffxp commented Jan 21, 2021

/milestone v1.21
/assign @spiffxp @MushuEE
to investigate possible approaches

@k8s-ci-robot k8s-ci-robot added this to the v1.21 milestone Jan 21, 2021
@spiffxp spiffxp added the priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. label Jan 22, 2021
@spiffxp spiffxp added this to To Triage in sig-testing issues Feb 9, 2021
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 22, 2021
@ameukam
Copy link
Member

ameukam commented Apr 22, 2021

/remove-lifecycle stale
/milestone clear

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 22, 2021
@k8s-ci-robot k8s-ci-robot removed this from the v1.21 milestone Apr 22, 2021
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 21, 2021
@spiffxp
Copy link
Member Author

spiffxp commented Jul 21, 2021

/remove lifecycle-stale
/milestone v1.23

@k8s-ci-robot k8s-ci-robot added this to the v1.23 milestone Jul 21, 2021
@ameukam ameukam removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 21, 2021
@spiffxp spiffxp moved this from To Triage to Backlog in sig-testing issues Jul 27, 2021
@ameukam
Copy link
Member

ameukam commented Aug 30, 2021

@spiffxp With kettle currently down, we can go with

stop-the-world: stop writing data, copy to new dataset, point everything at new dataset

I can add a BQ dataset in kubernetes-public and data transfer job.

@spiffxp
Copy link
Member Author

spiffxp commented Sep 2, 2021

/remove-priority important-longterm
/priority important-soon

@k8s-ci-robot k8s-ci-robot added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels Sep 2, 2021
@k8s-ci-robot k8s-ci-robot added sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. and removed wg/k8s-infra labels Sep 29, 2021
@spiffxp
Copy link
Member Author

spiffxp commented Oct 1, 2021

@ameukam
Copy link
Member

ameukam commented Oct 5, 2021

Pretty sure I've seen activity on this in PRs related to kettle:

* [kubernetes-public: Add BigQuery dataset for kettle #2737](https://github.com/kubernetes/k8s.io/pull/2737)

* [kubernetes-public: BigQuery Data transfer to k8s-infra-kettle #2747](https://github.com/kubernetes/k8s.io/pull/2747)

* [kubernetes-public: Enable BigQuery Data Transfer #2749](https://github.com/kubernetes/k8s.io/pull/2749)

Next steps are :

@ameukam
Copy link
Member

ameukam commented Dec 6, 2021

/milestone v1.24

@k8s-ci-robot k8s-ci-robot modified the milestones: v1.23, v1.24 Dec 6, 2021
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 6, 2022
@ameukam
Copy link
Member

ameukam commented Mar 7, 2022

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 7, 2022
@ameukam
Copy link
Member

ameukam commented May 12, 2022

/milestone clear
/priority backlog
/lifecycle frozen

@k8s-ci-robot k8s-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/backlog Higher priority than priority/awaiting-more-evidence. labels May 12, 2022
@k8s-ci-robot k8s-ci-robot removed this from the v1.24 milestone May 12, 2022
@ameukam
Copy link
Member

ameukam commented Aug 14, 2024

We can close this. From: #789.

All the datasets are gone.

cc @BenTheElder

/close

@k8s-ci-robot
Copy link
Contributor

@ameukam: Closing this issue.

In response to this:

We can close this. From: #789.

All the datasets are gone.

cc @BenTheElder

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

sig-k8s-infra automation moved this from Backlog (infra to migrate) to Done Aug 14, 2024
sig-testing issues automation moved this from Backlog to Done Aug 14, 2024
@BenTheElder
Copy link
Member

Yeah, this should be in k8s-infra already. Thanks for closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/backlog Higher priority than priority/awaiting-more-evidence. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. sig/testing Categorizes an issue or PR as relevant to SIG Testing.
Projects
Status: Done
Status: Reporting, Audit & Logging
sig-k8s-infra
  
Done
Development

No branches or pull requests

7 participants