Skip to content

Commit 82ba0af

Browse files
ScrapCodesknative-prow-robot
authored andcommitted
Fix the docs to point to correct 'ko publish' command (#1726)
1 parent ea29845 commit 82ba0af

File tree

1 file changed

+9
-1
lines changed
  • docs/eventing/samples/container-source

1 file changed

+9
-1
lines changed

docs/eventing/samples/container-source/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git
3030
And then build a heartbeats image and publish to your image repo with
3131

3232
```
33-
ko publish github.com/knative/eventing-contrib/cmd/heartbeats
33+
ko publish knative.dev/eventing-contrib/cmd/heartbeats
3434
```
3535

3636
**Note**: `ko publish` requires:
@@ -62,6 +62,14 @@ Use following command to create the service from `service.yaml`:
6262
```shell
6363
kubectl apply --filename service.yaml
6464
```
65+
The status of the created service can be seen using:
66+
67+
```shell
68+
kubectl get ksvc
69+
70+
NAME URL LATESTCREATED LATESTREADY READY REASON
71+
event-display http://event-display.default.example.com event-display-gqjbw event-display-gqjbw True
72+
```
6573

6674
### Create a ContainerSource using the heartbeats image
6775

0 commit comments

Comments
 (0)