Markus Thömmes
Markus Thömmes
On Openshift, you might want to take a look at the Serverless operator that brings Knative pre-configured. See https://docs.openshift.com/container-platform/4.3/serverless/serverless-getting-started.html for more information. Knative Serving otherwise isn't regularly build and tested...
I feel strongly against merging the CRDs. We could in theory provide one top-level CRD that includes both the KnativeServing and the KnativeEventing CRD spec but I don't see a...
I'm not sure we should bring this back. Why would a user specify a different release manifest? That sounds like a backdoor to bypass options the operator doesn't expose today....
That should work ootb now. I've done the necessary changes there already.
fwiw: jumps by two are tested nowhere. Serving only tests upgrading from N-1.
Hmm, any reason why we'd build a specific Kotlin runtime vs. just using the Java one?
Hasn't there been a proposal by somebody to have "compiling-actions" where we an action is called on action creation and creates the binary outputs that we today "manually" create in...
@marschall thanks for the notification and analysis of the issue. Sounds like we should fix that. Got an alternative approach on your mind?
@jberstler thanks for having a look! To the first needed example: Couldn't every `return` path return an explicit `Promise.resolved`/`Promise.reject` instead of wrapping it? Dunno if that helps readability though. The...
Why not go modules? All other golang dependency management tools are afaik deprecated in favor of it.