common icon indicating copy to clipboard operation
common copied to clipboard

Common APIs and libraries shared by other Kubeflow operator repositories.

Results 40 common issues
Sort by recently updated
recently updated
newest added

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

size/S

modify comment error

lgtm
size/XS

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.3.1-0.20221206200815-1e63c2f08a10&new-version=0.7.0)](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...

size/S
dependencies

add MaxConcurrentReconciles to JobControllerConfiguration fixes: https://github.com/kubeflow/training-operator/pull/1707#discussion_r1057075176

size/S

add job partial success status

size/M

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...

feature_request

While the comment for `CleanPodPolicy` and `RestartPolicy` defines what these policies mean, there is no explanation for `CleanPodPolicyAll`, `CleanPodPolicyRunning`, `CleanPodPolicyNone`, `RestartPolicyAlways`, `RestartPolicyOnFailure` and `RestartPolicyNever`