Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Sep 17, 2024
1 parent 6fb8b14 commit 1ab3c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -3444,7 +3444,8 @@ resource "google_container_node_pool" "np" {
cluster = google_container_cluster.cluster.name
initial_node_count = 1
node_config {
image_type = "COS_CONTAINERD"
image_type = "COS_CONTAINERD"
machine_type = "c2d-standard-2" # This is required for hugepage_size_1g https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#huge-page-options
linux_node_config {
hugepages_config {
hugepage_size_2m = %d
Expand Down

0 comments on commit 1ab3c6a

Please sign in to comment.