knative
Here are 230 public repositories matching this topic...
/area API
/area autoscale
/kind cleanup
Actual Behavior
The max-scale and min-scale annotation has been introduced in knative/serving#12103 alignment. The client was using those names, but recently this changed to the inverse - knative/client#958. This leads to confusion on docs, and UX as seen in: https://github.com/knative/docs/iss
-
Updated
Jun 10, 2022 - HTML
-
Updated
Jun 10, 2022 - Go
Problem
I'm getting this warning on k8s 1.23:
Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
on
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z", GoVersion:"go1.1
-
Updated
Mar 11, 2022 - Scala
We don't have a direct way to fill the platform.Spec.Build.PublishStrategyOptions. It would be nice to include it in the kamel install as an option.
We should also transform the kaniko-build-cache option to fit into the new model.
Originally posted by @squakez in apache/camel-k#1238 (comment)
Description
https://openfunction.dev/docs/user-guide/use-events/use-event-bus-and-trigger/#create-an-eventbus-and-an-eventsource
Using EventBus to build EventSource according to the official documentation causes openfunction-controller-manager to exit with an exception.
Environmental
+------------------+---------+
| COMPONENT | VERSION |
+------------------+---------+
| Ope
-
Updated
Jun 8, 2022 - C++
-
Updated
Feb 11, 2022 - C#
-
Updated
Jun 9, 2022 - Java
-
Updated
Jun 10, 2022 - Java
-
Updated
Dec 14, 2021 - HTML
Currently, TriggerMesh has a webhook component up and running but it does almost nothing.
We need to start implementing validation and [defaulting](https://github.com/triggermesh/triggermesh/b
-
Updated
May 5, 2022 - Java
-
Updated
Jun 1, 2022 - Python
-
Updated
May 24, 2021 - Makefile
-
Updated
Jun 9, 2022 - Go
-
Updated
Jun 9, 2022 - Java
The javadocs for the Java API are missing. The API methods reflect the same logic as in the Python API, such that much text can be borrowed from there.
-
Updated
Jun 17, 2019 - Go
-
Updated
May 29, 2022 - Go
Currently, ctriface/ doesn't pick up environment variables from the knative manifests. Firecracker-containerd supports it at a the container creation time as a runtime argument to the corresponding API call.
Example:
container, err := o.client.NewContainer(
ctx,
vmID,
containerd.WithSnapshotter(o.snapshotter),
containerd.WithNewSnapshot(vmID, *vm.Image),
containerd.With
-
Updated
Jun 9, 2022 - Go
-
Updated
Aug 25, 2021 - Go
-
Updated
May 23, 2022 - Go
Improve this page
Add a description, image, and links to the knative topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knative topic, visit your repo's landing page and select "manage topics."
Checklist
Summary
Providing a lengthy argument to a container template, or a lengthy source to a script template, causes the provided argument/source to visually overflow in the UI.
I have observed this issue in multip