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

GCP janitor failing when trying to clean up logging sinks #37

Closed
ixdy opened this issue Aug 19, 2020 · 1 comment · Fixed by #38
Closed

GCP janitor failing when trying to clean up logging sinks #37

ixdy opened this issue Aug 19, 2020 · 1 comment · Fixed by #38
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/testing Categorizes an issue or PR as relevant to SIG Testing.

Comments

@ixdy
Copy link
Contributor

ixdy commented Aug 19, 2020

At some point, it seems like GCP added two new Cloud Logging logs router sinks to projects:

  • _Default
  • _Required

These cannot be deleted, and this recently started causing cleanup of projects to fail, with error messages like the following:

ERROR: (gcloud.logging.sinks.delete) PERMISSION_DENIED: Sink _Default cannot be deleted. Consider disabling instead
ERROR: (gcloud.logging.sinks.delete) PERMISSION_DENIED: Sink _Required cannot be deleted
Error try to delete resources sinks: CalledProcessError()
Error try to delete resources sinks: CalledProcessError()
@ixdy
Copy link
Contributor Author

ixdy commented Aug 19, 2020

/kind bug
(also kind outage, but I don't think we have that)

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 19, 2020
dibyom added a commit to dibyom/plumbing that referenced this issue Aug 20, 2020
The current boskos janitor was failing to clean up projects which seems to be
due to GCP adding two new logging sinks that cannot be deleted. The new boskos
image fixes this. See kubernetes-sigs/boskos#37 for more details.

Fixes tektoncd#534

Signed-off-by: Dibyo Mukherjee <[email protected]>
tekton-robot pushed a commit to tektoncd/plumbing that referenced this issue Aug 20, 2020
The current boskos janitor was failing to clean up projects which seems to be
due to GCP adding two new logging sinks that cannot be deleted. The new boskos
image fixes this. See kubernetes-sigs/boskos#37 for more details.

Fixes #534

Signed-off-by: Dibyo Mukherjee <[email protected]>
@spiffxp spiffxp added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. sig/testing Categorizes an issue or PR as relevant to SIG Testing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants