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

approved
size/M
do-not-merge/work-in-progress

Hi, I got this issue when re-reploying a service: ```bash func deploy --remote ... arning: git settings are only applicable when running with --remote. Local source code will be used.deploy...

kind/good-first-issue

Hello all, I have a func.yaml which accesses secrets like so: ```yaml specVersion: 0.35.0 ... invoke: cloudevent build: builder: pack run: envs: - name: GITHUB_APP_ID value: "{{ secret:github-app-id:GITHUB_APP_ID }}" -...

kind/bug
lifecycle/stale

# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```

needs-rebase
approved
do-not-merge/work-in-progress
size/XXL

**Issue Summary:** When executing the commands `func deploy`, `func run`, and `func build` without first initializing a function (missing `func.yaml` file due to not running `func create` or `func init`),...

kind/good-first-issue

When I create a NodeJS HTTP func using the template, I see it is always created with the same package name: `http-handler`: https://github.com/knative/func/blob/main/templates/node/http/package.json#L2 ```shell kn func create -l node -t...

lifecycle/stale
kind/feature-request

Currently the `client.go` file contains a `Subscription`: ```go type Subscription struct { Source string `json:"source" yaml:"source"` Type string `json:"type" yaml:"type"` Broker string `json:"broker" yaml:"broker"` } ``` This `struct` is wrong,...

kind/good-first-issue

# Do not merge - Debugging

needs-rebase
approved
do-not-merge/work-in-progress
size/L

For several reasons, we need an environment variable specifically for func home named FUNC_HOME, which will take the place of all calls to the function `ConfigPath()`. It should exist only...

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

The current Python SDK has a number of shortcomings. It uses an outdated version of Python and it is cumbersome to add your own environment. Not many people use bare-bones...