David Fridrich
David Fridrich
# **STATUS** ready to be worked on [prerequisite PR merged](https://github.com/kedacore/keda/pull/4821). this PR is a follow up for [this](https://github.com/kedacore/keda/pull/4821). Both of these are part of the [Parent PR](https://github.com/kedacore/keda/pull/4583) that Ive separated...
This is a tracking issue of a bug for which a workaround has been implemented in number of places for this time until its resolved globally. ## What happens ScaledObject...
Could validations in `kedav1alpha1` package be in its separate file like `scaledobject_validation.go` instead of part of the webhooks so that its more clear and further as more validations are created...
## Problem Feature involving `ScalingModifiers` with explicitly `.Formula` doesnt currently support the use of CPU/MEM (resource) triggers as they are handled a bit differently than the external ones. ## idea...
# Changes Use func without the need for HOME definition or accessible ~/.config with slightly limited functionality (like docker creds or local templates/repos) TODO - [x] default credential provider -...
### Im writing this as a follow up to #1962 to separate the PRs. Currently, image sha is got after Push. (after image is pushed to registry) but a better...
gitlab test fails in PR actions for integration tests even when unrelated to the PR change at hand. fails with timeouts test is skipped here: https://github.com/knative/func/pull/2186 for now until its...
This is a followup for https://github.com/knative/func/pull/1962 when usign openshift cluster its useful to use its internal registry when deploying images. But you might want to use your own image in...
In order to match the `deploy` command, make it possible to `run` digested images as well when building into the container todo: - [x] integration tests? - make sure correct...
Make sure standard functionality works even when HOME has different permissions - added new tests /kind enhancement