Skip to content
#

knative

Here are 230 public repositories matching this topic...

cardil
cardil commented May 11, 2022

/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

kind/bug area/API area/autoscale kind/cleanup
pierDipi
pierDipi commented Apr 14, 2022

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
kind/feature-request help wanted good first issue triage/accepted
g-chang
g-chang commented Apr 13, 2022

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

bug good first issue
vhive
ustiugov
ustiugov commented Jul 1, 2021

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
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the knative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knative topic, visit your repo's landing page and select "manage topics."

Learn more