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
cbe65701
Commit
cbe65701
authored
Oct 19, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Oct 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35104 from gmarek/root_disk
Automatic merge from submit-queue Allow setting master root disk size in kubemark
parents
bf0d3234
16d8e640
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
config-default.sh
cluster/kubemark/config-default.sh
+1
-0
start-kubemark.sh
test/kubemark/start-kubemark.sh
+1
-0
No files found.
cluster/kubemark/config-default.sh
View file @
cbe65701
...
...
@@ -28,6 +28,7 @@ NUM_NODES=${NUM_NODES:-100}
MASTER_SIZE
=
${
MASTER_SIZE
:-
n1
-standard-
$(
get-master-size
)}
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
MASTER_ROOT_DISK_SIZE
=
${
KUBEMARK_MASTER_ROOT_DISK_SIZE
:-
10GB
}
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
false
}
PREEMPTIBLE_NODE
=
${
PREEMPTIBLE_NODE
:-
false
}
...
...
test/kubemark/start-kubemark.sh
View file @
cbe65701
...
...
@@ -97,6 +97,7 @@ run-gcloud-compute-with-retries instances create "${MASTER_NAME}" \
--tags
"
${
MASTER_TAG
}
"
\
--network
"
${
NETWORK
}
"
\
--scopes
"storage-ro,compute-rw,logging-write"
\
--boot-disk-size
"
${
MASTER_ROOT_DISK_SIZE
}
"
\
--disk
"name=
${
MASTER_NAME
}
-pd,device-name=master-pd,mode=rw,boot=no,auto-delete=no"
run-gcloud-compute-with-retries firewall-rules create
"
${
INSTANCE_PREFIX
}
-kubemark-master-https"
\
...
...
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