func icon indicating copy to clipboard operation
func copied to clipboard

Knative Functions client API and CLI

Results 205 func issues
Sort by recently updated
recently updated
newest added

Any chance the function could provide a link to its own logs somehow on a GET? Probably not, but I thought it might be worth asking... _Originally posted by @evankanderson...

kind/enhancement
lifecycle/stale
kind/good-first-issue

# Lifecycle Hooks This issue tracks individual tasks furthering the Lifecycle Hooks initiative. For more information see [the related discussion](https://github.com/knative/func/discussions/2081). This issue is currently a work-in-progress, capturing references to any...

kind/enhancement
Epic

I'm trying to perform an on-cluster build for a brand new function using: `kn func deploy --remote --registry=harbor-core.harbor.svc.cluster.local/repository Username=admin Password=` The initial credential check of the registry succeeds. During the...

lifecycle/stale

If `HOME` is not set and/or is not writable the func CLI is not really usable. At least some basic functionality should work without `~/.config/func` existing.

kind/bug
kind/good-first-issue

Cron -knative-prow-robot /cc knative/func-approvers /assign knative/func-approvers Produced by: knative-extensions/knobots/actions/update-deps

size/M

In order to match the `deploy` command, make it possible to `run` digested images as well when building into the container todo: - [x] integration tests? - make sure correct...

kind/enhancement
approved
do-not-merge/work-in-progress
size/L

Problem with S2i build on latest binary with Openshift I used this function: https://github.com/keventmesh/llm-tool-provider/blob/main/tools/resource-cost-calculator/func.yaml and yes, I have removed quay.io lines and the `builder`, so it looks like: ```yaml specVersion:...

The generated test code invoke sthe function's `main()` entrypoint with an empty dictionary: ```python import unittest func = __import__("func") class TestFunc(unittest.TestCase): def test_func_empty_request(self): resp, code = func.main({}) self.assertEqual(resp, "{}") self.assertEqual(code,...

Func build fails on jetson with /cnb/lifecycle/creator: exec format error Environment: hardware: Jetson NX OS: Ubuntu Arch: arm64 Kernel: `Linux jetson 5.15.136-tegra #1 SMP PREEMPT Wed Jul 3 22:31:57 UTC...

lifecycle/stale

Trying to build a function fails with ```tls: failed to verify certificate: x509: certificate signed by unknown authority``` ``` end of output: ... paketo-buildpacks/pip-install 0.6.1 paketo-buildpacks/python-start 0.14.15 paketo-buildpacks/procfile 5.8.0 ===>...

lifecycle/stale