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
5bb53fbb
Commit
5bb53fbb
authored
Oct 07, 2015
by
Quinton Hoole
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15271 from quinton-hoole/2015-10-07-kubemark
Bring up a 4000 node kubemark cluster in Jenkins.
parents
aa307da5
1b7f8f54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
config-default.sh
cluster/kubemark/config-default.sh
+1
-1
e2e.sh
hack/jenkins/e2e.sh
+15
-0
No files found.
cluster/kubemark/config-default.sh
View file @
5bb53fbb
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
GCLOUD
=
gcloud
GCLOUD
=
gcloud
ZONE
=
${
KUBE_GCE_ZONE
:-
us
-central1-b
}
ZONE
=
${
KUBE_GCE_ZONE
:-
us
-central1-b
}
MASTER_SIZE
=
${
MASTER_SIZE
:-
n1
-standard-4
}
MASTER_SIZE
=
${
MASTER_SIZE
:-
n1
-standard-4
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
1
00
}
NUM_MINIONS
=
${
NUM_MINIONS
:-
40
00
}
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_TYPE
=
pd-ssd
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
MASTER_DISK_SIZE
=
${
MASTER_DISK_SIZE
:-
20GB
}
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
false
}
REGISTER_MASTER_KUBELET
=
${
REGISTER_MASTER
:-
false
}
...
...
hack/jenkins/e2e.sh
View file @
5bb53fbb
...
@@ -645,6 +645,21 @@ case ${JOB_NAME} in
...
@@ -645,6 +645,21 @@ case ${JOB_NAME} in
:
${
USE_KUBEMARK
:
=
"true"
}
:
${
USE_KUBEMARK
:
=
"true"
}
:
${
NUM_MINIONS
:
=
"10"
}
:
${
NUM_MINIONS
:
=
"10"
}
;;
;;
kubernetes-kubemark-gce-scale
)
:
${
E2E_CLUSTER_NAME
:
=
"kubernetes-kubemark-scale"
}
:
${
E2E_NETWORK
:
=
"kubernetes-kubemark-scale"
}
:
${
PROJECT
:
=
"kubernetes-scale"
}
:
${
E2E_UP
:
=
"true"
}
:
${
E2E_DOWN
:
=
"true"
}
:
${
E2E_TEST
:
=
"false"
}
:
${
USE_KUBEMARK
:
=
"true"
}
:
${
NUM_MINIONS
:
=
"40"
}
:
${
MASTER_SIZE
:
=
"n1-standard-32"
}
# Note: not available in all zones
:
${
MINION_SIZE
=
"n1-standard-16"
}
# Note: can fit about 17 hollow nodes per core
# so NUM_MINIONS x cores_per_minion should
# be set accordingly.
;;
esac
esac
# AWS variables
# AWS variables
...
...
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