Skip to content

Commit

Permalink
Fix: Resolve IP error when creating NOAA cluster (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarge-google committed Jul 25, 2022
1 parent e1ac106 commit 82d53f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datasets/noaa/pipelines/noaa/noaa_dag.py
Expand Up @@ -38,6 +38,7 @@
body={
"name": "noaa",
"initial_node_count": 2,
"network": "{{ var.value.vpc_network }}",
"node_config": {
"machine_type": "e2-standard-16",
"oauth_scopes": [
Expand Down
1 change: 1 addition & 0 deletions datasets/noaa/pipelines/noaa/pipeline.yaml
Expand Up @@ -61,6 +61,7 @@ dag:
body:
name: noaa
initial_node_count: 2
network: "{{ var.value.vpc_network }}"
node_config:
machine_type: e2-standard-16
oauth_scopes:
Expand Down

0 comments on commit 82d53f4

Please sign in to comment.