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

Support Acto to run with user provided Kubernetes cluster #399

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

Conversation

tylergu
Copy link
Member

@tylergu tylergu commented Jan 17, 2025

Add a new implementation of the KubernetesEngine interface to support user-provided Kubernetes clusters. The user-provided Kubernetes cluster has limited configuration, since Acto does not have power to create it.

It currently only supports to run with single worker. In the future, we can consider using namespaces for parallelizing the workload in a single cluster.

Copy link
Contributor

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  acto
  __main__.py 13, 137-147
  common.py
  engine.py 152-161
  reproduce.py 22, 249, 259-268, 291
  acto/checker/impl
  consistency.py
  acto/kubernetes_engine
  base.py
  kind.py 143
  provided.py 34, 37, 40, 43, 51, 67-71, 74-75, 78-92, 101-104, 113
  acto/lib
  operator_config.py 170-175
  acto/post_process
  post_diff_test.py 697-706, 812-821
Project Total  

This report was generated by python-coverage-comment-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant