Skip to content

Commit

Permalink
fix correct display (#5937)
Browse files Browse the repository at this point in the history
  • Loading branch information
waitstory committed Apr 9, 2024
1 parent 791daf5 commit 641b3ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/eventing/sources/kafka-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ stored in the topic partitions. It does this by waiting for a successful respons
by entering the following command:

```bash
kubectl get deployments.apps -n knative-eventing
kubectl get deployments.apps,statefulsets.apps -n knative-eventing
```

Example output:
```{ .bash .no-copy }
NAME READY UP-TO-DATE AVAILABLE AGE
kafka-controller 1/1 1 1 3s
kafka-source-dispatcher 1/1 1 1 4s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/kafka-controller 1/1 1 1 3s
NAME READY AGE
statefulset.apps/kafka-source-dispatcher 1/1 3s
```

## Optional: Create a Kafka topic
Expand Down

0 comments on commit 641b3ec

Please sign in to comment.