func
func copied to clipboard
Knative Functions client API and CLI
Make sure standard functionality works even when HOME has different permissions - added new tests /kind enhancement
Looks like with the recent changes to `namespace`, there are issue? ``` Error: deploy error. timeout: service 's3-logger' not ready after 120 seconds ➜ s3-logger $GOPATH/src/knative.dev/func/func delete Error: namespace required...
# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
Running the `allocate` script, gets me this for the registry: ``` reg Creating Registry reg Error: creating container storage: the container name "func-registry" is already in use by 07506ff0de0c74f53cc26786815d874274b59b042e04dc083426fc172855bac9. You...
Function template: void Language: node There is possible return types in the docs https://github.com/knative/func/tree/main/templates/node/cloudevents#handle-signature: ``` type CloudEventFunctionReturn = Promise | CloudEvent | HTTPFunctionReturn; type HTTPFunctionReturn = Promise | StructuredReturn |...
Create a cluster services adapter which runs alongside functions, abstracting services offered by the cluster. At first this service should: - Start on a well-known port in loopback, thus reusing...
In order to support a new domain name (TLD+1) on the Kubernetes provider, the `config-domain` ConfigMap currentl has to be manually updated by the cluster administrator: ``` apiVersion: v1 kind:...
Currently there are two problems with the registry configuration. First, it is defaulted to an external registry (quay.io) and secondly the repositories created during the creation process are defaulted to...
https://github.com/boson-project/faas/blob/fbab8c09d05e0f08c5320c0d16b9508203e458d1/knative/deployer.go#L35-L42 When validating if the name is valid, we should consider the fact that 1) some DNS names have multiple levels. for example `.co.uk` and 2) the system supports multiple-level...
https://github.com/boson-project/faas/blob/fbab8c09d05e0f08c5320c0d16b9508203e458d1/knative/deployer.go#L61-L63 It is my understanding that the label and annotation referencing the domain and subdomain are not necessary for the system to function if the configuraiton of the cluster domains...