You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
180
180
Open the log for event-display with the following command:
181
181
182
182
```bash
183
-
kubectl logs event-display-XXXXX -f
183
+
kubectl logs -l app=event-display -f
184
184
```
185
185
186
186
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