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
{{ message }}
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,22 @@ The `_HANDLER` variable in most cases consists of the filename without the file
326
326
docker stop python-klr-container
327
327
```
328
328
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
+
329
345
### Support
330
346
331
347
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