You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also means this could become a proper Kubernetes CRD?
I know that "CRD" means "Custom Resource Definition", but I don't immediately see why we would want that. If you get a chance, can you expand on that? I'd guess it would have to do with minimizing the amount of work that kbatch-proxy does? Currently it's responsible for taking this semi-valid Kubernetes Job and patching it to a state where it's valid, so that the only thing Kubernetes ever sees is a valid Job.
I really like what I consider the standard definition style for YAML objects in k8s, and it goes something like this:
It's a little more verbose, but I think the familiarity + extensibility is worth it. It also means this could become a proper Kubernetes CRD?
The text was updated successfully, but these errors were encountered: