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
2a925711
Commit
2a925711
authored
Nov 24, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17428 from azr/master
Auto commit by PR queue bot
parents
60b628a6
f64024e2
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 @
2a925711
...
...
@@ -23,7 +23,7 @@ MINION_SIZE=${MINION_SIZE:-n1-standard-2}
NUM_MINIONS
=
${
NUM_MINIONS
:-
3
}
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_TYPE
=
${
MINION_DISK_TYPE
:-
pd
-standard
}
MINION_DISK_SIZE
=
${
MINION_DISK_SIZE
:-
100GB
}
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
true
}
PREEMPTIBLE_MINION
=
${
PREEMPTIBLE_MINION
:-
false
}
...
...
cluster/gce/config-test.sh
View file @
2a925711
...
...
@@ -23,7 +23,7 @@ MINION_SIZE=${MINION_SIZE:-n1-standard-2}
NUM_MINIONS
=
${
NUM_MINIONS
:-
3
}
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
MINION_DISK_TYPE
=
pd-standard
MINION_DISK_TYPE
=
${
MINION_DISK_TYPE
:-
pd
-standard
}
MINION_DISK_SIZE
=
${
MINION_DISK_SIZE
:-
100GB
}
KUBELET_PORT
=
10250
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
false
}
...
...
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