Chris Laprun
Chris Laprun
Yes, I tend to think that we should limit ourselves to the fixed case as a start and see how it goes and if we need to make it more...
Note that some of this is handled in the [Quarkus extension](https://github.com/quarkiverse/quarkus-operator-sdk), which provides support for MicroProfile Health support using https://github.com/smallrye/smallrye-health. There's also automated creation of RBACs.
> > There's also automated creation of RBACs. > > But RBAC is just for `dependent resources`, right? No, we try to generate as much as possible. Dependent resources help...
Problem with detecting access rights at startup is that it's equivalent to be able to generate the RBACs because you basically need to check that the operator has actually the...
The issue is that the fabric8 client cannot process certificates using elliptical curve encryption by default, which `k3d` uses. The fix is to include the following dependency to your project:...
Sorry but I'm not too familiar with gradle but it seems you might need to tell IDEA to refresh its dependencies because the BouncyCastle dependency doesn't appear to be put...
Yes, I was thinking about the FAQ, indeed.
I don't recall if we ever created a FAQ entry for this… If we did, we can close it. If we didn't, we need to create one then close it...
> Hi @andreaTP 1.the watched resource is accessible in multiple way, if you hold reference to the informer (variable), you can just pass read it using the resource id of...
> > No this isn't at the moment. > > Maybe we should create a separate issue for this, and discuss where this should be done, not sure if this...