Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
fdb3a7d2
Commit
fdb3a7d2
authored
Nov 09, 2015
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme fixes.
parent
f1d239f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+6
-5
No files found.
README.md
View file @
fdb3a7d2
...
@@ -20,11 +20,12 @@ that second example correctly. It uses DM to deploy itself.
...
@@ -20,11 +20,12 @@ that second example correctly. It uses DM to deploy itself.
See
[
examples/bootstrap/README.md
](
examples/bootstrap/README.md
)
for more information.)
See
[
examples/bootstrap/README.md
](
examples/bootstrap/README.md
)
for more information.)
DM runs server side, in your Kubernetes cluster, so it can tell you what types
DM runs server side, in your Kubernetes cluster, so it can tell you what types
you've instantiated there,
and even what instances you've created of a given type.
you've instantiated there,
what instances you've created of a given type, and even
So, you can ask questions like:
how the instances are organized.
So, you can ask questions like:
*
Show me all the Redis slaves running in this cluster.
*
What Redis instances are running in this cluster?
*
Show me all the resources used by Redis.
*
What Redis master and slave services are part of this Redis instance?
*
What pods are part of this Redis slave?
Because DM stores its state in the cluster, not on your workstation, you can ask
Because DM stores its state in the cluster, not on your workstation, you can ask
those questions from any client at any time.
those questions from any client at any time.
...
@@ -86,7 +87,7 @@ dm --properties workers=3 deploy redis/v1
...
@@ -86,7 +87,7 @@ dm --properties workers=3 deploy redis/v1
```
```
When you deploy a type,
`dm`
generates a template from the type and input
When you deploy a type,
`dm`
generates a template from the type and input
param
a
ters, and then deploys it.
param
e
ters, and then deploys it.
You can also deploy an existing template, or read one from
`stdin`
. This command
You can also deploy an existing template, or read one from
`stdin`
. This command
deploys the canonical Guestbook example from the examples directory:
deploys the canonical Guestbook example from the examples directory:
...
...
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