Skip to content

Commit 6ebfdf7

Browse files
feat: correct grammar and spelling in Access Operator README (#78)
Signed-off-by: Aswin A <[email protected]>
1 parent 33a2493 commit 6ebfdf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
This project provides a Kubernetes operator to help applications bind to an [Apache Kafka®](https://kafka.apache.org) cluster that is managed by the [Strimzi](https://strimzi.io) cluster operator.
88

99
The operator creates a single Kubernetes `Secret` resource containing all the connection details for the Kafka cluster.
10-
The removes the need for applications to query multiple Kubernetes resources to get connection information.
10+
This removes the need for applications to query multiple Kubernetes resources to get connection information.
1111
The `Secret` follows the conventions laid out in the [Service Binding Specification for Kubernetes v1.0.0](https://servicebinding.io/spec/core/1.0.0/).
1212

1313
The operator is built using the [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk).
1414

1515
## Running the Access Operator
1616

17-
The latest release of the Access Operator can be started using the manifests in the `install` directory.
17+
The latest release of the Access Operator can be deployed using the manifests in the `install` directory.
1818
The [dev guide](https://github.com/strimzi/kafka-access-operator/blob/main/development-docs/DEV_GUIDE.md) describes how to build and run the Access Operator from source.
1919

20-
For the operator to start successfully you need the Strimzi `Kafka` and `KafkaUser` custom resource definitions installed in your Kubernetes cluster.
20+
For the operator to start successfully, you need the Strimzi `Kafka` and `KafkaUser` custom resource definitions installed in your Kubernetes cluster.
2121
You can get these from the Strimzi [GitHub repository](https://github.com/strimzi/strimzi-kafka-operator/tree/main/install/cluster-operator),
2222
or use the [Strimzi quickstart guide](https://strimzi.io/quickstarts/) to also deploy the Strimzi cluster operator and a Kafka instance at the same time.
2323

@@ -39,7 +39,7 @@ To delete the `strimzi-access-operator` deployment:
3939
kubectl delete -f install
4040
```
4141

42-
The command removes all the Kubernetes components associated with the Strimzi Access Operator utility and deletes the deployment.
42+
This command removes all Kubernetes components associated with the Strimzi Access Operator and deletes the deployment.
4343

4444
## Using the Access Operator
4545

0 commit comments

Comments
 (0)