fix correct display (#5937)

This commit is contained in:
waitstory 2024-04-09 14:53:46 +08:00 committed by GitHub
parent 791daf51bb
commit 641b3ec7fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -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