Burgs Del

Results 10 comments of Burgs Del

Upgrading go from 1.21.1 to 1.21.7 works for me

> My own problem, solved. Hi simon, could you describle how did you trigger this error and how did you resolved it?

Hey, can I get this issue? I have been looking into it the past few days and I think the UX with command `kubectl get clusterexternalsecrets` should be: ``` NAME...

> Hi, thank you for putting together the PR, @Hayden-Chang! Let me describe what I think below > > 1. As I commented [here](https://github.com/external-secrets/external-secrets/issues/2419#issuecomment-1608824667), ClusterExternalSecretController's responsibility is not making sure...

> For example, when I see `2/3` in the "SYNCED" column, that looks like 2 out of 3 ExternalSecrets are synced, but what it actually means is that 2 out...

Hi, @PeterStolz When reconcile failed, it returns an [empty result](https://github.com/external-secrets/external-secrets/blob/main/pkg/controllers/externalsecret/externalsecret_controller.go#L308), which has no `RequeueAfter`. It triggers the default [exponential backoff strategy](https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/reconcile/reconcile.go#L102) of k8s controller-runtime. If you wait for long enough...

> Hey @janpfischer did you try to `kubectl describe es ` ? Fetching a secret with a `-` in it isn't the problem 🤔. > > Wild guess: the problem...

> Oh damn, I think I just created a duplicate: #3150 > > What is the status here? It really is crazy that everything says all is fine and no...

I use Wireshark to capture tcp/udp traffic of [server.go](https://github.com/gorilla/websocket/blob/main/examples/echo/server.go) and find no data is received or sent by server except for heartbeat every 15 seconds. Please share you code for...