Faixan
Faixan
I am deploying my client using Kubernetes and it kept failing with error: `time="2019-03-20T18:06:40Z" level=fatal msg="authentication required"` Made modifications based on this [SO](https://stackoverflow.com/questions/55234675/go-git-authentication-issue-when-using-github-tokens) post: ``` package main import ( "fmt"...
Hello there! Do we have to report CR deletion as an error? I created a stream object and deleted it but operator reported not found as an error. ``` 2022-05-12T22:52:23.152Z...
Hello! Thank you for this writing & maintaining this operator. Could we as a user of the operator bypass dependency on Operator-SDK & OLM? These tools are great and allow...
### Description **What problem are you trying to solve?** For [nodeclaim reconciler](https://github.com/kubernetes-sigs/karpenter/blob/main/pkg/controllers/nodeclaim/lifecycle/controller.go#L148-L154) we would like to have ability to customize rate limiting configuration. We have large clusters with a lot...