Skip to content

Commit dedccef

Browse files
committed
fix indentation and kubectl log line
1 parent 90a345d commit dedccef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/versioned/bookstore/page-4/create-sequence-to-streamline-ML-workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ trigger.eventing.knative.dev/sequence-trigger created
164164
165165
```
166166
NAME BROKER SUBSCRIBER_URI AGE READY REASON
167-
sequence-trigger bookstore-broker http://sequence-kn-sequence-0-kn-channel.default.svc.cluster.local 162m True
168-
log-trigger bookstore-broker http://event-display.default.svc.cluster.local 164m True
167+
sequence-trigger bookstore-broker http://sequence-kn-sequence-0-kn-channel.default.svc.cluster.local 162m True
168+
log-trigger bookstore-broker http://event-display.default.svc.cluster.local 164m True
169169
```
170170
171171
And until this point, **your cluster should have the following Triggers** that are created by you.
@@ -180,7 +180,7 @@ trigger.eventing.knative.dev/sequence-trigger created
180180
Open the log for event-display with the following command:
181181
182182
```bash
183-
kubectl logs event-display-XXXXX -f
183+
kubectl logs -l app=event-display -f
184184
```
185185

186186
Type something in the comment box in the UI and click the submit button. All the events that the bookstore-broker received will be displayed in the event-display.

0 commit comments

Comments
 (0)