File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ k8s_versions = {
11
11
notebook_nodes_version : " 1.27.4-gke.900" ,
12
12
}
13
13
14
+ # FIXME: Remove temp_opt_out_node_purpose_label_core_nodes when a node upgrade can be
15
+ # done. See https://github.com/2i2c-org/infrastructure/issues/3405.
16
+ temp_opt_out_node_purpose_label_core_nodes = true
17
+
14
18
core_node_machine_type = " n2-highmem-2"
15
19
enable_network_policy = true
16
20
@@ -27,10 +31,13 @@ user_buckets = {
27
31
}
28
32
29
33
notebook_nodes = {
34
+ # FIXME: Remove temp_opt_out_node_purpose_label when a node upgrade can be
35
+ # done. See https://github.com/2i2c-org/infrastructure/issues/3405.
30
36
" n2-highmem-4" : {
31
37
min : 0 ,
32
38
max : 100 ,
33
39
machine_type : " n2-highmem-4" ,
40
+ temp_opt_out_node_purpose_label : true ,
34
41
},
35
42
" n2-highmem-16" : {
36
43
min : 0 ,
You can’t perform that action at this time.
0 commit comments