Results 10 issues of Erik Brakkee

We have an elasticsearch database that contains documents with varying fields. I believe this sometimes can result in bind_rows() failing with an error like 'bind_rows column can't be converted from...

**What happened (please include outputs or screenshots)**: Trying to add an ephemeral container to a pod. The code executes successfully but no container is added. 'kubectl debug' on the other...

kind/bug

Hi, I was experimenting today with setting up Jenkins on a GKE autopilot cluster and had a lot of problems getting it to work. The deploy would take a very...

lifecycle/stale

### Keywords dict convert ### Problem The parameters passed into kopf are mostly typed (e.g. Body). But sometimes also plain dicts are passed in. It would be nice if there...

question

### Keywords kopf.event ### Problem I have created an operator with a kopf.on.create hook. At the end of creating the resouce in this hook, I am creating an event. No...

question

**What happened**: In installed v1.58.0 of cdi using ``` VERSION=v1.58.0 wget https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-operator.yaml wget https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-cr.yaml kubectl apply -f cdi-operator.yaml kubectl apply -f cdi-cr.yaml ``` Then I uninstalled the two files using...

kind/bug
lifecycle/stale

ordered the book years ago. Will this book ever be finished? Very disappointing to have to wait for years for this book to be published. I liked the content so...

**Which component**: sealed secret controller: docker.io/bitnami/sealed-secrets-controller:0.26.3 **Describe the bug** When creating a sealed secret with a setting of spec.template.metadata.name different from the name of the sealed secret, a secret is...

triage

### Testcontainers version 0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS Rocky linux 9.4 ### Host arch x86-64 ### Go version 1.23.0 ### Docker version ```shell Client:...

bug

I am running a simple test that spawns three containers where the second container connects to the first using a hostname. This does not work as the service is not...

enhancement