Antonin Stefanutti
Antonin Stefanutti
Using `kubectl apply --validate=false` as suggested by @davidfestal makes it work. Maybe a short-term option would be to improve the return the error message if that's possible, to something like...
> Do we have any plans to change the label name from `appwrapper.mcad.ibm.com` to something consistent with the group name, maybe `appwrapper.worload.codeflare.dev`? Yes, I agree it'll have to be changed,...
> > I think we would want to be exposing on port `8083` as done for the [original PR](https://github.com/project-codeflare/multi-cluster-app-dispatcher/pull/573/files#diff-174678c2570d5a4082d09fe7d7018cb3aa62ee91966537d28c5e5d5d20312c8eR86) > > IIUC, after the redesign, the exposing port is the...
One trivial, yet limited, way would be to mandate the `custompodresources` array to have at least one item. As the CRDs are generated from the APIs, this can be achieved...
Relates to project-codeflare/codeflare-operator#113. /cc @KPostOffice
This is generally achieved by multi-tenancy support, with namespace as the tenancy unit. Given the distributed and asynchronous nature of Kubernetes API / controllers, it's often intractable to implement an...
@asm582 these messages seem to be caused by an excessive usage of the discovery API, which are being client-side throttle, despite the QPS and maximum burst limits have already been...
@asm582 an additional printer column can be added to the AppWrapper CRD `additionalPrinterColumns` field, that points to the AppWrapper state field. Now that the CRDs are generated from the APIs,...