From 04f4ae58eec7352f96444f8796d4d75e89dc547a Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sat, 1 Aug 2020 22:27:21 +0900 Subject: [PATCH] Fix broker URL to broker-ingress.knative-eventin.svc --- docs/eventing/getting-started.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/eventing/getting-started.md b/docs/eventing/getting-started.md index 6e2772925a3..43ce12e9ad8 100644 --- a/docs/eventing/getting-started.md +++ b/docs/eventing/getting-started.md @@ -47,8 +47,8 @@ The [broker](./broker/README.md#broker) allows you to route events to different This shows information about your broker. If the broker is working correctly, it shows a `READY` status of `True`: ``` - NAME READY REASON URL AGE - default True http://default-broker.event-example.svc.cluster.local 1m + NAME READY REASON URL AGE + default True http://broker-ingress.knative-eventing.svc.cluster.local/event-example/default 31m ``` If `READY` is `False`, wait a few moments and then run the command again. @@ -266,7 +266,7 @@ EOF - To make the first request, which creates an event that has the `type` `greeting`, run the following in the SSH terminal: ``` - curl -v "http://default-broker.event-example.svc.cluster.local" \ + curl -v "http://broker-ingress.knative-eventing.svc.cluster.local/event-example/default" \ -X POST \ -H "Ce-Id: say-hello" \ -H "Ce-Specversion: 1.0" \ @@ -289,7 +289,7 @@ EOF `sendoff`, run the following in the SSH terminal: ``` - curl -v "http://default-broker.event-example.svc.cluster.local" \ + curl -v "http://broker-ingress.knative-eventing.svc.cluster.local/event-example/default" \ -X POST \ -H "Ce-Id: say-goodbye" \ -H "Ce-Specversion: 1.0" \ @@ -310,7 +310,7 @@ EOF - To make the third request, which creates an event that has the `type` `greeting` and the`source` `sendoff`, run the following in the SSH terminal: ``` - curl -v "http://default-broker.event-example.svc.cluster.local" \ + curl -v "http://broker-ingress.knative-eventing.svc.cluster.local/event-example/default" \ -X POST \ -H "Ce-Id: say-hello-goodbye" \ -H "Ce-Specversion: 1.0" \ @@ -358,7 +358,7 @@ After you send the events, verify that the events were received by the correct s time: 2019-05-20T17:59:43.81718488Z contenttype: application/json Extensions, - knativehistory: default-broker-srk54-channel-24gls.event-example.svc.cluster.local + knativehistory: default-kne-trigger-kn-channel.event-example.svc.cluster.local Data, { "msg": "Hello Knative!" @@ -373,7 +373,7 @@ After you send the events, verify that the events were received by the correct s time: 2019-05-20T17:59:54.211866425Z contenttype: application/json Extensions, - knativehistory: default-broker-srk54-channel-24gls.event-example.svc.cluster.local + knativehistory: default-kne-trigger-kn-channel.event-example.svc.cluster.local Data, { "msg": "Hello Knative! Goodbye Knative!" @@ -397,7 +397,7 @@ After you send the events, verify that the events were received by the correct s time: 2019-05-20T17:59:49.044926148Z contenttype: application/json Extensions, - knativehistory: default-broker-srk54-channel-24gls.event-example.svc.cluster.local + knativehistory: default-kne-trigger-kn-channel.event-example.svc.cluster.local Data, { "msg": "Goodbye Knative!" @@ -412,7 +412,7 @@ After you send the events, verify that the events were received by the correct s time: 2019-05-20T17:59:54.211866425Z contenttype: application/json Extensions, - knativehistory: default-broker-srk54-channel-24gls.event-example.svc.cluster.local + knativehistory: default-kne-trigger-kn-channel.event-example.svc.cluster.local Data, { "msg": "Hello Knative! Goodbye Knative!"