Commit d9fddfef authored by Matt Butcher's avatar Matt Butcher

Merge pull request #451 from technosophos/doc/workflow-dm-to-server

doc(workflow): fix references to 'dm' commands
parents 5b3dd265 2ad2cee4
......@@ -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 search PATTERN
helm server 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment