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
1bd37f47
Commit
1bd37f47
authored
Aug 08, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #30226 from gmarek/guide
Automatic merge from submit-queue Small update to the kubemark guide Fix #29882 cc @wojtek-t
parents
5acf6fb0
2736d630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
kubemark-guide.md
docs/devel/kubemark-guide.md
+9
-7
No files found.
docs/devel/kubemark-guide.md
View file @
1bd37f47
...
@@ -61,9 +61,10 @@ resources from everything else.
...
@@ -61,9 +61,10 @@ resources from everything else.
## Requirements
## Requirements
To run Kubemark you need a Kubernetes cluster for running all your HollowNodes
To run Kubemark you need a Kubernetes cluster (called
`external cluster`
)
and a dedicated machine for a master. Master machine has to be directly routable
for running all your HollowNodes and a dedicated machine for a master.
from HollowNodes. You also need an access to some Docker repository.
Master machine has to be directly routable from HollowNodes. You also need an
access to some Docker repository.
Currently scripts are written to be easily usable by GCE, but it should be
Currently scripts are written to be easily usable by GCE, but it should be
relatively straightforward to port them to different providers or bare metal.
relatively straightforward to port them to different providers or bare metal.
...
@@ -81,10 +82,11 @@ port Kubemark to different providers.
...
@@ -81,10 +82,11 @@ port Kubemark to different providers.
### Starting a Kubemark cluster
### Starting a Kubemark cluster
To start a Kubemark cluster on GCE you need to create an external cluster (it
To start a Kubemark cluster on GCE you need to create an external kubernetes
can be GCE, GKE or any other cluster) by yourself, build a kubernetes release
cluster (it can be GCE, GKE or anything else) by yourself, make sure that kubeconfig
(e.g. by running
`make quick-release`
) and run
`test/kubemark/start-kubemark.sh`
points to it by default, build a kubernetes release (e.g. by running
script. This script will create a VM for master components, Pods for HollowNodes
`make quick-release`
) and run
`test/kubemark/start-kubemark.sh`
script.
This script will create a VM for master components, Pods for HollowNodes
and do all the setup necessary to let them talk to each other. It will use the
and do all the setup necessary to let them talk to each other. It will use the
configuration stored in
`cluster/kubemark/config-default.sh`
- you can tweak it
configuration stored in
`cluster/kubemark/config-default.sh`
- you can tweak it
however you want, but note that some features may not be implemented yet, as
however you want, but note that some features may not be implemented yet, as
...
...
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