Skip to content

Commit ab75f0f

Browse files
correct output alignment, column name, and minor typo in eventing getting started (#2507)
1 parent 7e82da3 commit ab75f0f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/eventing/getting-started.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,12 @@ Your event consumers receive the events sent by event producers. In this step, y
228228
This lists the `hello-display` and `goodbye-display` consumers that you deployed:
229229
230230
```sh
231-
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
232-
hello-display 1 1 1 1 26s
233-
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
234-
goodbye-display 1 1 1 1 16s
231+
NAME READY UP-TO-DATE AVAILABLE AGE
232+
hello-display 1/1 1 1 26s
233+
goodbye-display 1/1 1 1 16s
235234
```
236235
237-
The number of replicas in your **DESIRED** column should match the number of replicas in your **AVAILABLE** column, which might take a few minutes. If after two minutes the numbers do not match, then see the [Debugging Guide](./debugging/README.md) to help troubleshoot the issue.
236+
The number of replicas in your **READY** column should match the number of replicas in your **AVAILABLE** column, which might take a few minutes. If after two minutes the numbers do not match, then see the [Debugging Guide](./debugging/README.md) to help troubleshoot the issue.
238237
239238
### Creating `Triggers`
240239
@@ -344,7 +343,7 @@ Now that you've created the Pod, you can create an event by sending an HTTP requ
344343
kubectl --namespace event-example attach curl -it
345344
```
346345
347-
You have sshed into the Pod, and can now make a HTTP request. A prompt similar to the one below will appear:
346+
You have sshed into the Pod, and can now make an HTTP request. A prompt similar to the one below will appear:
348347
349348
```sh
350349
Defaulting container name to curl.

0 commit comments

Comments
 (0)