-
Notifications
You must be signed in to change notification settings - Fork 834
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/clusters: upgrade terraform to 0.15 for all but k8s-infra-public-pii #2210
Conversation
/cc @ameukam |
Read-only verify for k8s-infra-prow-build
Kinda nice that it warns about etag changes. Nothing looks objectionable here, so I'm going to apply |
|
For whatever reason when I ran `terraform plan` with terraform v0.15, it warned it was going to delete these external ips. I had a TODO about this anyway, so I guess now's as good a time as any
OK at this point I'm blocked on successful deployment of #2031 EDIT: so I've opted to split migrating that out to a followup PR, this is ready to merge |
Migration was performed by editing required versions, then running: terraform init -reconfigure terraform apply The following folders have been migrated - modules/gke-cluster - modules/gke-nodepool - modules/gke-project - projects/k8s-infra-ii-sandbox - projects/k8s-infra-prow-build - projects/k8s-infra-prow-build-trusted The one folder not migrated is projects/k8s-infra-public-pii since that's still being deployed. However, since it doesn't depend on modules/ it can be done as a followup
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, 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 |
/hold cancel |
Upgrading terraform ref: #2020 |
Migration was performed by editing required versions, then running:
The following folders have been migrated
The one folder not migrated is projects/k8s-infra-public-pii since
that's still being deployed. However, since it doesn't depend on
modules/ it can be done as a followup