Skip to content

Commit cba9396

Browse files
authored
Merge pull request #87 from YANGMAO-ZHANG/docModified
Documentation bug fixing
2 parents 2557614 + f27dd5d commit cba9396

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Prerequisites.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,13 @@ You can refer to the [Installation Guide](https://github.com/OpenFunction/OpenFu
8181
strimzi-cluster-operator-687fdd6f77-cwmgm 1/1 Running 0 11m
8282
```
8383
84-
Run the following command to view the metadata for the Kafka cluster.
85-
84+
Run the following command to create a utils pod and use it to access services inside the cluster.
85+
```shell
86+
$ kubectl run --rm utils -it --image arunvelsriram/utils bash
87+
```
88+
89+
Run the following command in the utils pod to view the metadata for the Kafka cluster.
90+
8691
```shell
8792
$ kafkacat -L -b <kafka-server>-kafka-brokers:9092
8893
```

0 commit comments

Comments
 (0)