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
d9fddfef
Commit
d9fddfef
authored
Mar 24, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #451 from technosophos/doc/workflow-dm-to-server
doc(workflow): fix references to 'dm' commands
parents
5b3dd265
2ad2cee4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
developer-workflows.md
docs/workflow/developer-workflows.md
+9
-9
No files found.
docs/workflow/developer-workflows.md
View file @
d9fddfef
...
...
@@ -374,34 +374,34 @@ helm release [-u destination] PATH|FILE
### Helm Cluster Management Commands
#### Install
#### Install
a Helm server
```
$ helm
dm
install
$ helm
server
install
```
-
Client installs using the current kubectl configuration
General pattern:
```
helm
dm
install
helm
server [--dry-run]
install
```
#### Uninstall
```
$ helm
dm
uninstall
$ helm
server
uninstall
```
-
The client interacts with the Kubernetes API server
General pattern:
```
helm
dm
uninstall
helm
server [--dry-run]
uninstall
```
#### Check which cluster is the current target for helm
```
$ helm
dm
target
$ helm
server
target
API Endpoint: https://10.21.21.21/
```
...
...
@@ -409,13 +409,13 @@ API Endpoint: https://10.21.21.21/
General pattern:
```
helm se
arch PATTERN
helm se
rver target
```
#### View status of DM service
```
$ helm
dm
status
$ helm
server
status
OK
```
...
...
@@ -423,7 +423,7 @@ OK
General pattern:
```
helm
dm
status
helm
server
status
```
### Repository Configuration
...
...
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