Dario Minonne
Dario Minonne
##### SUMMARY An handy way to connect to a private AKS is `az aks command invoke`. Since more and more corporate is moving to public cloud, and those company ask...
Long story short. One should be able to schedule a workflow like kube cronjob.
Testcase here: https://gist.github.com/davidc-donorschoose/79bb22c203000d4ecea702618923e709
Now that https://github.com/kubernetes/kubernetes/pull/55168 got merged we may want to add `status` subresources to Workflow (and CronWorkflow).
similarly to what is done by `job` in `kube`.
As reported [here](https://github.com/kubernetes/community/blob/master/contributors/devel/controllers.md) a controller should use `util.HandlError` to report error.
Since `workflow-controller` defines `Workflow` CR it should react to any changes. Ideas: 1. recreating CRD if deleted (logging errors) 2. restoring CRD if modified (logging errors)