Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit aa3b33b

Browse files
authored
Merge pull request #51 from triggermesh/readme-update
Readme update
2 parents ae651b0 + 295f758 commit aa3b33b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,22 @@ The `_HANDLER` variable in most cases consists of the filename without the file
326326
docker stop python-klr-container
327327
```
328328

329+
The image can be pushed to the container registry and used to create Knative Service:
330+
331+
```
332+
kubectl apply -f - <<EOF
333+
apiVersion: serving.knative.dev/v1
334+
kind: Service
335+
metadata:
336+
name: python-klr-service
337+
spec:
338+
template:
339+
spec:
340+
containers:
341+
- image: <python-klr-image>
342+
EOF
343+
```
344+
329345
### Support
330346

331347
We would love your feedback on this tool so don't hesitate to let us know what is wrong and how we could improve it, just file an [issue](https://github.com/triggermesh/knative-lambda-runtime/issues/new)

0 commit comments

Comments
 (0)