File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# How to build and run Gatling Operator
2
2
3
- This is the guide for how to build Gatling Operator from source code.
4
- And run sample in your local environment.
3
+ This guide explains how to build Gatling Operator from its source code and run a sample in your local environment.
5
4
In this guide, we use makefile to build and run Gatling Operator.
6
5
7
6
- [ How to build and run Gatling Operator] ( #how-to-build-and-run-gatling-operator )
@@ -153,7 +152,7 @@ kubectl config use-context kind-gatling-cluster
153
152
154
153
< /details>
155
154
156
- 5. Deploy Controller to Gatling Operator
155
+ 5. Deploy Controller to Cluster
157
156
158
157
- Deploy to Local Kind Cluster
159
158
@@ -183,7 +182,7 @@ kubectl config use-context kind-gatling-cluster
183
182
184
183
# # Create All in One manifest
185
184
186
- This command creates all in one manifest for Gatling Operator.
185
+ This command creates an all in one manifest for Gatling Operator.
187
186
All in One manifest create CRD and Gatling Operator Controller.
188
187
189
188
` ` ` bash
You can’t perform that action at this time.
0 commit comments