Skip to content

Commit

Permalink
Increase default volume size to 80G
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeaumont committed Jun 12, 2020
1 parent 374b874 commit 3b45a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/eksctl.io/v1alpha5/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ var (
DefaultNodeVolumeType = NodeVolumeTypeGP2

// DefaultNodeVolumeSize defines the default root volume size
DefaultNodeVolumeSize = 0
DefaultNodeVolumeSize = 80
)

// Enabled return pointer to true value
Expand Down
8 changes: 4 additions & 4 deletions pkg/ctl/cmdutils/nodegroup_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ const expected = `
"withShared": true,
"withLocal": true
},
"volumeSize": 0,
"volumeSize": 80,
"volumeType": "gp2",
"labels": {
"alpha.eksctl.io/cluster-name": "test-3x3-ngs",
Expand Down Expand Up @@ -448,7 +448,7 @@ const expected = `
"withShared": true,
"withLocal": true
},
"volumeSize": 0,
"volumeSize": 80,
"volumeType": "gp2",
"labels": {
"alpha.eksctl.io/cluster-name": "test-3x3-ngs",
Expand Down Expand Up @@ -487,7 +487,7 @@ const expected = `
"withShared": true,
"withLocal": true
},
"volumeSize": 0,
"volumeSize": 80,
"volumeType": "gp2",
"labels": {
"alpha.eksctl.io/cluster-name": "test-3x3-ngs",
Expand Down Expand Up @@ -529,7 +529,7 @@ const expected = `
"withShared": true,
"withLocal": false
},
"volumeSize": 0,
"volumeSize": 80,
"volumeType": "gp2",
"labels": {
"alpha.eksctl.io/cluster-name": "test-3x3-ngs",
Expand Down

0 comments on commit 3b45a10

Please sign in to comment.