-
## CI failure
- Link: https://github.com/cilium/cilium/actions/runs/12055059978/job/33614548723
```
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━…
-
Steps to Repro:
- usdk create, add discord feature to the agent
- usdk chat with the agent
- expect the following error:
```
usdk chat /Users/abdurrehmansubhani/Desktop/agents/discordAgent2 -g
np…
-
Every time I save I get this error: `TypeError: qo is not a function`
![image](https://github.com/user-attachments/assets/55022f66-e43b-475f-93af-e7a6c28a62a7)
Then I have to reload the page and…
-
Consider the reconciler operations interfaces (as of v0.2.x):
```go
type Operations[Obj any] interface {
Update(ctx context.Context, txn statedb.ReadTxn, obj Obj) error
Delete(context.Context,…
-
I am trying to use the latest druid operator version `v1.2.4` and it fails with the error
```
2024-10-21T16:59:40.813Z ERROR controller-runtime.source.EventHandler if kind is a CRD, it should be ins…
-
In a project using a recent JDK (e.g., 23) that is configured with `--release 19`, the reconciler will see class files from the most recent version (here 23), despite the `--release` option.
Classe…
-
**Description**
We used to rely on finalizers when generating a shared FluentBit configuration for multiple LogPipelines. The old approach looked as follows:
* When a new LogPipeline is added,…
-
When building the sample source controller from source & deploying with `ko`, the controller panics:
```
2024/11/03 19:27:05 Registering 3 clients
2024/11/03 19:27:05 Registering 4 informer factori…
-
### What problem are you facing?
For some time, upjet-based providers have been reconciling resources asynchronously. In order to do so, it "lies" to managed reconciler. Doing so causes lots of iss…
-
In writing a custom reconciler for a data type to use with `autosurgeon(with=...`, I want to call a method that returns a `Result`.
To return an error from that Result, I need an API to allow me to…
aran updated
2 months ago