-
Notifications
You must be signed in to change notification settings - Fork 827
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
infra/gcp: Add bucket for kOps #2678
Conversation
Ref: kubernetes#2625 Add GCS bucket for kOps CI prowjobs results as replacement of `gs://kops-ci`. Signed-off-by: Arnaud Meukam <[email protected]>
ba53da3
to
9acdbf1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, 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 |
Ran Plan: 2 to add, 0 to change, 0 to destroy.
google_storage_bucket.kops_ci_bucket: Creating...
google_storage_bucket.kops_ci_bucket: Creation complete after 1s [id=k8s-infra-kops-ci-results]
google_storage_bucket_iam_policy.kops_ci_bucket_bindings: Creating...
google_storage_bucket_iam_policy.kops_ci_bucket_bindings: Creation complete after 1s [id=b/k8s-infra-kops-ci-results]
Apply complete! Resources: 2 added, 0 changed, 0 destroyed. |
cc @justinsb |
Ref: kubernetes/k8s.io#2625 Followup of : kubernetes/k8s.io#2678 Add canary jobs that publish kops version markers to gs://k8s-infra-kops-ci-results. Signed-off-by: Arnaud Meukam <[email protected]>
Ref: kubernetes/k8s.io#2625 Followup of : kubernetes/k8s.io#2678 Add canary jobs that publish kops version markers to gs://k8s-infra-kops-ci-results. Signed-off-by: Arnaud Meukam <[email protected]>
Ref: #2625
Add GCS bucket for kOps CI prowjobs results as replacement of
gs://kops-ci
.Signed-off-by: Arnaud Meukam [email protected]