Skip to content
#

knative

Here are 212 public repositories matching this topic...

mattmoor
mattmoor commented Aug 5, 2021

/area API
/kind good-first-issue

Describe the feature

For flagged fields like kubernetes.podspec-fieldref the validation should include the name of the feature flag to toggle in the error message it surfaces. The validation logic is roughly here: https://github.com/knative/serving/blob/644798277d9fe6715e4f638281141356df46d7e1/pkg/apis/serving/k8s_validation.go#L246

adamkgray
adamkgray commented May 4, 2021

/kind feature

Describe the solution you'd like

In pkg/apis/serving/v1beta1/inference_service_defaults.go the default InferenceService resource requests and limits are hard coded to be 1 cpu and 2Gi memory. These are reasonable defaults. However, the entire existence of these defaults should be disablable. Moreover, administrators should be able to quickly adjust defaults globally via t

nicolaferraro
nicolaferraro commented Jun 11, 2021

The operator prints periodically this info:

{"level":"info","ts":1623416979.434832,"logger":"camel-k","msg":"could not find any knative type in namespace camel, last error was: services.serving.knative.dev is forbidden: User \"system:serviceaccount:camel:camel-k-operator\" cannot list resource \"services\" in API group \"serving.knative.dev\" in the namespace \"camel\""}

It looks l

antoineco
antoineco commented Nov 4, 2021

Seen in the logs of the controller today (formatted for readability):

{
  "level": "info",
  "ts": "2021-11-04T01:31:07.943Z",
  "logger": "triggermesh-controller",
  "caller": "tektontarget/reaper.go:90",
  "msg": "event sending results: {error 26 0  200: }",
  "commit": "b2dcbf2"
}

Notice how the following line prints the value returned by [zap.Error()](https://pkg.g

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

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