@@ -44,13 +44,6 @@ resource "google_container_node_pool" "llvm_premerge_linux_service" {
44
44
workload_metadata_config {
45
45
mode = " GKE_METADATA"
46
46
}
47
- # Terraform wants to recreate the node pool everytime whe running
48
- # terraform apply unless we explicitly set this.
49
- # TODO(boomanaiden154): Look into why terraform is doing this so we do
50
- # not need this hack.
51
- resource_labels = {
52
- " goog-gke-node-pool-provisioning-model" = " on-demand"
53
- }
54
47
}
55
48
}
56
49
@@ -76,13 +69,6 @@ resource "google_container_node_pool" "llvm_premerge_linux" {
76
69
" premerge-platform" : " linux"
77
70
}
78
71
disk_size_gb = 200
79
- # Terraform wants to recreate the node pool everytime whe running
80
- # terraform apply unless we explicitly set this.
81
- # TODO(boomanaiden154): Look into why terraform is doing this so we do
82
- # not need this hack.
83
- resource_labels = {
84
- " goog-gke-node-pool-provisioning-model" = " on-demand"
85
- }
86
72
87
73
# Enable workload identity federation for this pool so that we can access
88
74
# GCS buckets.
@@ -114,13 +100,6 @@ resource "google_container_node_pool" "llvm_premerge_libcxx" {
114
100
" premerge-platform-libcxx" : " linux-libcxx"
115
101
}
116
102
disk_size_gb = 200
117
- # Terraform wants to recreate the node pool everytime whe running
118
- # terraform apply unless we explicitly set this.
119
- # TODO(boomanaiden154): Look into why terraform is doing this so we do
120
- # not need this hack.
121
- resource_labels = {
122
- " goog-gke-node-pool-provisioning-model" = " on-demand"
123
- }
124
103
}
125
104
}
126
105
@@ -159,13 +138,6 @@ resource "google_container_node_pool" "llvm_premerge_windows_2022" {
159
138
}
160
139
disk_size_gb = 200
161
140
disk_type = " pd-ssd"
162
- # Terraform wants to recreate the node pool everytime whe running
163
- # terraform apply unless we explicitly set this.
164
- # TODO(boomanaiden154): Look into why terraform is doing this so we do
165
- # not need this hack.
166
- resource_labels = {
167
- " goog-gke-node-pool-provisioning-model" = " on-demand"
168
- }
169
141
170
142
# Enable workload identity federation for this pool so that we can access
171
143
# GCS buckets.
0 commit comments