File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
docs/eventing/samples/container-source Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ git clone -b "{{< branch >}}" https://github.com/knative/eventing-contrib.git
3030And 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
6363kubectl 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
You can’t perform that action at this time.
0 commit comments