-
Hi Strimzi team,
This is a proposal to support namespaced Kafka topics as part of a Kubernetes application's lifecycle. I tried to think of a way that was both simple and would not break backwards…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Upgraded Kong from v3.5.0 to v.3.7.1 and KIC from 3.0.2 to 3.2.3. Before upgrade we are able …
-
### What happened?
- [ ] ✋ I have searched the open/closed issues and my issue is not listed.
I've kubeflow/spark-operator:2.0.0-rc.0 installed on GKE, and it is working fine
When i create a ne…
-
**Describe the bug**
Instead of providing an ARN, the Distribution CRD should support a namespace & name reference to the cloudfront function associated with the origin.
**Steps to reproduce**
Cr…
-
A request for a new workspace can come from different sources:
- One common way is through the operator’s website when a user purchases a subscription plan or resource hours.
- Another possibility …
-
### What would you like to be added?
As of now, Kubernetes api server provides a mechanism to push events to a separate etcd cluster using the --etcd-servers-overrides="/events#" flag. This issue is …
-
Hello, I've recently tried converting external-dns to use the Traefik CRD (IngressRoute) instead of Ingress as sources, and my pod is crashlooping as a result.
**What happened**:
```
time="202…
-
There are a lot of constants related to the `Condition` object that are a part of the Go API, but they're not reflected in the CRD since the `Condition` API is imported from upstream (`kubernetes/clie…
-
take an example crd with x-kubernetes-preserve-unknown-fields: true
```
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: examples.core.example.com
spec:
…
-
### What happened?
I have a CRD with the following property within the top level spec schema:
```
config:
type: object
x-kubernetes-validations:
- messageExpression: '''invalid attempt…