Lance Ball

Results 35 issues of Lance Ball

This is a work in progress to document the process for using pipelines as code with a function.

needs-rebase
approved
size/M
do-not-merge/work-in-progress
lifecycle/stale

Allow the user to set global configuration options, for example the image registry, with `func config --global`.

kind/enhancement
lifecycle/stale

lifecycle/stale
kind/feature-request
pipelines

[UPDATE] by @zroubalik : Reasoning behind this: if for some reasons the PVC created for a function is not ready/healthy and we would like to re-create the function (or one...

kind/feature-request
pipelines

`git-clone` supports credentials, auth: https://hub.tekton.dev/tekton/task/git-clone There should be a user friendly way how to add credentials that will be used by pipeline. Users shouldn't create additinonal resources themselves, all of...

kind/enhancement
pipelines

Hello, we would like to use the s2i golang library to build Go functions in Knative Functions. The function project looks like this: ``` ❯ tree . . ├── README.md...

Walking through the launcher to create a Node.js app with front and back ends works just fine. But when you have completed the process and are presented with the welcome...

component/frontend

When a CloudEvent function receives an incoming POST from a Knative event source, the CloudEvent's [distributed tracing extension](https://github.com/cloudevents/spec/blob/main/cloudevents/extensions/distributed-tracing.md) is not used (probably for good reason, as it's still a bit...

enhancement