Stavros Kontopoulos
Stavros Kontopoulos
I tried to run the example with scala 2.12 and Spark 2.4 and got an error: ``` val spark = { AmmoniteSparkSession.builder() .master("local[*]") .getOrCreate() } Loading spark-stubs https://repo1.maven.org/maven2/sh/almond/spark-stubs_24_2.12/0.2.0/spark-stubs_24_2.12-0.2.0.pom 100.0% [##########]...
* What is the proper way to add multiple resource support? I am looking at the comment [here](https://github.com/open-telemetry/opentelemetry-go/blob/4beb70416e1272c578edfe1d5f88a3a2236da178/exporters/metric/prometheus/prometheus.go#L55) and that lock is used only to get the exporter's controller during...
## Bug Report **What did you do?** I am experimenting with the olm based operator shutdown/cleanup process. A [runnable ](https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#example-Manager-Add) is added to the controller runtime manager (used to implement...
## Describe the feature This is a placeholder for the feature track work described in the related [doc](https://docs.google.com/document/d/1M4ojQe_B-JXxFigJwjt80z6Rj_VlnBSv31oaekO0sXI/edit) and targets EmptyDir support only: Alpha (disabled by default): - [x] Add...
## In what area(s)? /area API > /area autoscale > /area build > /area monitoring > /area networking > /area test-and-release Other classifications: > /kind good-first-issue > /kind process /kind...
## Describe the feature This is a placeholder for the feature track work described in the related [doc](https://docs.google.com/document/d/1dba1JxwEr6ZWMHtrQI50Ht42aoqjbVNimChglaEKL9M): Alpha (disabled by default): - [x] Add rw pvc support in KService...
## Proposed Changes * As in https://github.com/knative/serving/pull/12937. * Based on https://github.com/knative-sandbox/net-kourier/pull/862
**Problem** There are cases where a sidecar container is required to run along with the source container, in my case its [rbac-proxy](https://github.com/brancz/kube-rbac-proxy) and the goal is to secure metric endpoints....
One common scenario requested by customers for on-premise setups is utilizing a Serverless solution and then try to separate costs based on some multi-tenancy story eg. distribute costs among teams,...
# Changes - Exposes the reporting period used by Prometheus and Opencensus backend destinations. - Required for fixing https://github.com/knative/serving/issues/12069 /kind api-change