Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c3189657
Commit
c3189657
authored
Mar 20, 2015
by
Robert Bailey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the default boot disk size for GCE from 10GB to 100GB so that there is
more space to store containers and image layers.
parent
7f02e110
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config-default.sh
cluster/gce/config-default.sh
+1
-1
config-test.sh
cluster/gce/config-test.sh
+1
-1
No files found.
cluster/gce/config-default.sh
View file @
c3189657
...
@@ -22,7 +22,7 @@ MASTER_SIZE=n1-standard-1
...
@@ -22,7 +22,7 @@ MASTER_SIZE=n1-standard-1
MINION_SIZE
=
n1-standard-1
MINION_SIZE
=
n1-standard-1
NUM_MINIONS
=
${
NUM_MINIONS
:-
4
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
4
}
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_SIZE
=
10GB
MINION_DISK_SIZE
=
10
0
GB
# TODO(dchen1107): Filed an internal issue to create an alias
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# for containervm image, so that gcloud will expand this
# to the latest supported image.
# to the latest supported image.
...
...
cluster/gce/config-test.sh
View file @
c3189657
...
@@ -22,7 +22,7 @@ MASTER_SIZE=g1-small
...
@@ -22,7 +22,7 @@ MASTER_SIZE=g1-small
MINION_SIZE
=
g1-small
MINION_SIZE
=
g1-small
NUM_MINIONS
=
${
NUM_MINIONS
:-
2
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
2
}
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_SIZE
=
10GB
MINION_DISK_SIZE
=
10
0
GB
# TODO(dchen1107): Filed an internal issue to create an alias
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# for containervm image, so that gcloud will expand this
# to the latest supported image.
# to the latest supported image.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment