-
Notifications
You must be signed in to change notification settings - Fork 5
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
Deploy new gardener and k8s etl parser to prod #305
Comments
Based on info in README.md, added create-cluster.sh in new branch, which has all the gcloud commands to set up the network, subnet, firewall rules, cluster, and node-pools. |
Manually added cloud build trigger. Note that gcloud beta builds now supports creating triggers, too. gcloud beta builds triggers create github |
bq --project=mlab-oti mk tmp_ndt Need to add the table creation and schema updates to etl-schema. |
CREATE OR REPLACE TABLE |
CREATE OR REPLACE TABLE |
NOTE: bigquery does not store data in us-central. This may mean that we will get network egress charges for the BQ loads? Probably should specify the BQ dataset data_location=US to make it multi-regional. See https://cloud.google.com/bigquery/docs/locations#multi-regional-locations The documentation is not crystal clear, so we should probably just look for these charges in billing. |
Looks like prod mostly runs in us-central instead of east region. So the new k8s cluster should probably be there too.
There is some documentation in the README.md file from January.
Steps:
The text was updated successfully, but these errors were encountered: