File tree 1 file changed +35
-2
lines changed
1 file changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,47 @@ Pre-requisites for Steward vary based on the mode with which steward is run. Ple
14
14
- Command: https://github.com/deis/steward/blob/master/doc/CMD_MODE.md
15
15
16
16
17
- ### Deploy Steward
17
+ ## Deploy Steward
18
18
19
19
With all configuration now set, Steward can be deployed as follows:
20
20
21
+ ### Cloud Foundry Mode
22
+
23
+ ```
24
+ $ make deploy-cf
25
+ ```
26
+
27
+ Or build and deploy from source using:
28
+
29
+ ```
30
+ $ make dev-deploy-cf
31
+ ```
32
+
33
+ ### Helm Mode
34
+
35
+ ```
36
+ $ make deploy-helm
37
+ ```
38
+
39
+ Or build and deploy from source using:
40
+
41
+ ```
42
+ $ make dev-deploy-helm
43
+ ```
44
+
45
+ ### CMD Mode
46
+
21
47
```
22
- $ make deploy
48
+ $ make deploy-cmd
23
49
```
24
50
51
+ Or build and deploy from source using:
52
+
53
+ ```
54
+ $ make dev-deploy-cmd
55
+ ```
56
+
57
+
25
58
For details on Steward's pure Kubernetes-based workflow, please refer to [ README.md] ( ./README.md ) .
26
59
27
60
[ cf-sample-broker ] : https://github.com/deis/cf-sample-broker
You can’t perform that action at this time.
0 commit comments