You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wip because:
- still verifying all works as expected
specifically:
- refactored by:
- grouping blocks of code into functions
- parameterizing those functions on PROJECT
- adding ensure_workload_identity_serviceaccount to handle the sundry
single-role service accounts intended for use by GKE clusters
- prune main_project_services down to just what we directly use
- drop compute: direct dep of container
- drop oslogin: direct dep of compute
- swap bigquery-json for biquery: the former doesn't exist
- add comments explaning each of the services we do use
- fix a bunch of shellcheck nits
0 commit comments