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

clusters/aaa: minor cleanup #2450

Merged

Conversation

spiffxp
Copy link
Member

@spiffxp spiffxp commented Aug 3, 2021

moved bucket creation for prowjobs into its own .tf file

rather than manually reformatting the resulting comments, I ran terraform fmt which updated a few more files in here as well

EDIT: also snuck in a change to add 90d lifecycle deletion to the scalability logs bucket

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 3, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: spiffxp

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. wg/k8s-infra size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 3, 2021
Comment on lines 27 to 32
resource "google_storage_bucket" "scalability_tests_logs" {
project = data.google_project.project.project_id
name = local.scalability_tests_logs_bucket_name

uniform_bucket_level_access = true
}
Copy link
Member

Choose a reason for hiding this comment

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

@spiffxp Can you add a lifecycle policy of 90 days of retention as suggested here : #1310 (comment)? 🙏🏾

Copy link
Member Author

Choose a reason for hiding this comment

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

added in next commit

@ameukam
Copy link
Member

ameukam commented Aug 3, 2021

/lgtm
/hold
Remove hold when ready to apply.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 3, 2021
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 3, 2021
@spiffxp
Copy link
Member Author

spiffxp commented Aug 3, 2021

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 3, 2021
@k8s-ci-robot k8s-ci-robot merged commit 548dad4 into kubernetes:main Aug 3, 2021
@spiffxp spiffxp deleted the kubernetes-public-prowjob-buckets branch August 3, 2021 18:53
@k8s-ci-robot k8s-ci-robot added this to the v1.22 milestone Aug 3, 2021
@spiffxp
Copy link
Member Author

spiffxp commented Aug 3, 2021

Ran terraform apply

google_storage_bucket.scalability_tests_logs: Modifying... [id=k8s-infra-scalability-tests-logs]
google_storage_bucket.scalability_tests_logs: Modifications complete after 1s [id=k8s-infra-scalability-tests-logs]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants