Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Kubernetes Kueue Operators #44568

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

moiseenkov
Copy link
Contributor

  • implement new operators: KubernetesInstallKueueOperator, KubernetesStartKueueJobOperator in cncf-kubernetes provider
  • refactor GKE operators in google provider in order to reduce complexity and code duplication

@boring-cyborg boring-cyborg bot added area:providers provider:cncf-kubernetes Kubernetes provider related issues provider:google Google (including GCP) related issues labels Dec 2, 2024
@moiseenkov moiseenkov force-pushed the k8s_kueue_operators branch 2 times, most recently from 165f411 to f6100f4 Compare December 2, 2024 15:49
@moiseenkov
Copy link
Contributor Author

@eladkal , @potiuk,

This PR contains changes for both Google and cncf-kubernetes providers, and the Google provider depends on changes in cncf-kuberneets. For this reason I had to bump cncf-kubernetes version in Google provider's dependencies and it now breaks CI because it can't install cncf-kubernetes provider that wasn't released yet.
Therefore, should I split this PR, so we could release these changes gradually (cncf first, and google later) or we are OK with merging it all together now.

KubernetesStartKueueJobOperator and refactor GKE operatores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:cncf-kubernetes Kubernetes provider related issues provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants