common
common copied to clipboard
Common APIs and libraries shared by other Kubeflow operator repositories.
According to https://github.com/kubeflow/common/issues/218, we will archive this repo two weeks from now, please feel free to comment here if you have a different opinion.
Since kubeflow/common is merged into training-operator repo (https://github.com/kubeflow/training-operator/pull/1813), Can we archive Kubeflow/common repo so that no more changes are merged into this repo? I will create a PR for adding...
To support job suspend semantics like Kubernetes batch job: https://kubernetes.io/docs/concepts/workloads/controllers/job/#suspending-a-job
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
add MaxConcurrentReconciles to JobControllerConfiguration fixes: https://github.com/kubeflow/training-operator/pull/1707#discussion_r1057075176
The common repo offers a `controller.v1` package which is designed for low-level controller mode in kubebuilder. As we are working on a unified controller, it seems a `reconciler.v1` package will...
### Problem 1.Currently in kube-batch,it has PodGroupSpec that it includes some status about scheduling policy,for example MinAvailable,Queue,PriorityClassName.But kubeflow operators don't provide the parameters for kube-batch now. 2.MPI-operator and tf-operator don't...
While the comment for `CleanPodPolicy` and `RestartPolicy` defines what these policies mean, there is no explanation for `CleanPodPolicyAll`, `CleanPodPolicyRunning`, `CleanPodPolicyNone`, `RestartPolicyAlways`, `RestartPolicyOnFailure` and `RestartPolicyNever`