Skip to content

Commit 641b3ec

Browse files
authored
fix correct display (#5937)
1 parent 791daf5 commit 641b3ec

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/eventing/sources/kafka-source/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ stored in the topic partitions. It does this by waiting for a successful respons
2424
by entering the following command:
2525

2626
```bash
27-
kubectl get deployments.apps -n knative-eventing
27+
kubectl get deployments.apps,statefulsets.apps -n knative-eventing
2828
```
2929

3030
Example output:
3131
```{ .bash .no-copy }
32-
NAME READY UP-TO-DATE AVAILABLE AGE
33-
kafka-controller 1/1 1 1 3s
34-
kafka-source-dispatcher 1/1 1 1 4s
32+
NAME READY UP-TO-DATE AVAILABLE AGE
33+
deployment.apps/kafka-controller 1/1 1 1 3s
34+
35+
NAME READY AGE
36+
statefulset.apps/kafka-source-dispatcher 1/1 3s
3537
```
3638

3739
## Optional: Create a Kafka topic

0 commit comments

Comments
 (0)