Gabriel Schneider

Results 9 issues of Gabriel Schneider

**Describe the bug** After the update to version 4.0.11 the app crashes 99% of the time on start up. (One time the app actually managed to start without crashing directly.)...

bug

I have a Redpanda cluster, which is set up using the operator in a Kubernetes env. SASL auth is activated with SCRAM-SHA-512 as the mechanism. I do use flux, therefore...

I have a Redpanda cluster, which is set up using the operator in a Kubernetes env. SASL auth is activated with `SCRAM-SHA-512` as the mechanism. I do use flux, therefore...

Hi, I currently see some issues in relation to the CRDs which, if resolved, would improve the deployment and operational experience with Redpanda: - Automatic installation, updates and uninstallation of...

### Type of issue Other (describe below) ### Description I would like to suggest to use a console app instead of a service worker template as a sample project for...

dotnet-fundamentals/svc
:pushpin: seQUESTered

I created a simple topic: ```topic.yaml apiVersion: cluster.redpanda.com/v1alpha2 kind: Topic metadata: name: test namespace: redpanda spec: additionalConfig: cleanup.policy: compact cluster: clusterRef: name: redpanda ``` The events of the created topic...

Hi, when trying to use `setDataDirOwnership`: ```error.log Error: failed to start container "set-datadir-ownership": Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime...

Hi, I just activated the DNS extension in my SKE cluster without specifiying the **optional** `zones` filter: ```terraform resource "stackit_ske_cluster" "ske_cluster" { project_id = local.stackit_project_id kubernetes_version_min = "1.31.4" [...] extensions...

has internal tracking issue

Hi, trying to create a MongoDB Flex user with the resource ```terraform resource "stackit_mongodbflex_user" "user_service_dev" { project_id = local.stackit_project_id instance_id = stackit_mongodbflex_instance.mongodbflex_instance.instance_id username = "user_service_dev_user" roles = ["readWrite"] database =...

bug