Jonathan Berkhahn
Jonathan Berkhahn
We discussed in meeting and think relaxing the check is OK.
There's no reason (that we're aware of) that the first command should be failing - our best guess is that your api package is generated incorrectly or otherwise missing something....
We discussed this at the triage meeting on 3/28 and we have some concerns. We could add a flag to pass the PROJECT file to `operator-sdk generate kustomize manifests`, and...
should probably go in this section: https://sdk.operatorframework.io/docs/best-practices/
/lifecycle frozen
>when a k8s resource is created outside of Operator process Don't really understand what you mean by this. If a resource is created outside the operator process, it should be...
This sounds like a great idea to add to the best practices section in the docs. Would you be interested in contributing this?
TODO: do we need to bump kubebuilder to get this?
This seems reasonable from a k8s perspective. We'd have to plumb this through to our controller, but most of these values already have corresponding values in our reconciliation logic that...
That would be difficult as service catalog doesn't inherently know where the kube cluster is running, and also the part issuing the requests (the service catalog controller) is an entirely...