Roland Huß

Results 91 issues of Roland Huß

Since Twitter IDs as unsigned 64-bit integer values that [cannot be handled fully by JavaScript](https://github.com/Twitter4J/Twitter4J/pull/276#issuecomment-1125688911), the exposed `id` field as integer can not be sealed with JavaScript. [Twitter has a...

``` kn func run -h Run the function locally Runs the function locally in the current directory or in the directory specified by --path flag. The function must already have...

lifecycle/stale

## In what area(s)? /area API ## Describe the feature Kubernetes 1.31 introduces a new volume type "image" which allows the direct mount of OCI container images into a Pod....

kind/feature
area/API

/kind feature **Describe the solution you'd like** In the [KServe documentation](https://kserve.github.io/website/master/modelserving/storage/oci/#using-modelcars), we are still referring my private sample image that packs `gs://kfserving-examples/models/sklearn/1.0/model` into an image. It would be awesome if...

/kind feature **Describe the solution you'd like** Since Kubernetes 1.31 it is possible to mount an OCI image directly to access e.g. model data. Currently, KServe supports such OCI model...

When no registry is set, and then doing a `kn func deploy` I am asked for the registry name. However, I see the following error there: ``` 9:02 ➜ kn...

When stopping a Quarkus function with CTRL-C on `kn func run` I always get a memory dump, that is quite disturbing and noisy. I think it would be ok to...

You can deploy Knative Services so that they are not exposed to the outside of the cluster: https://knative.dev/docs/serving/services/private-services/ This is especially useful when building up an event mesh where the...

[_This PR implements #2139 but generalizes to separate runtime environments/contexts from specific provider configuration_] This PR introduces a new `ProviderContext` object that decouples execution environment concerns from provider configuration. In...

CLA Signed

Our current provider configurations in templates use absolute paths (e.g., `~/.llama/distributions/...`) for storage locations, creating a tight coupling between configuration and deployment environment. This makes e.g. containerized deployments, particularly in...