Skip to content

ionutbalutoiu/k8s-e2e-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s E2E Runner

This repository contains the following:

  • e2e-runner

    This tool is used by the sig-windows community to test K8s scenarios with Windows nodes. It deploys clusters in Azure and runs the K8s E2E tests against those clusters.

    In order to use the runner, you must have the prerequisites installed. There is a public Docker image with the runner environment already prepared.

    If you want to quickly use the runner, make sure you have Docker installed, and run these:

    docker run --rm --entrypoint bash -it ghcr.io/e2e-win/k8s-e2e-runner:main
    
    pip3 install "git+https://github.com/e2e-win/k8s-e2e-runner.git#egg=e2e-runner&subdirectory=e2e-runner"

    At this point, the runner CI can be executed via e2e-runner run ci and customize the job run via parameters. The full list of supported parameters can be found by running:

    e2e-runner run ci --help
  • prow, contains all the necessary manifests, and configs for the sig-windows-networking Prow infrastructure.

About

Kubernetes E2E Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 66.6%
  • Jinja 9.3%
  • Go 8.6%
  • Shell 5.9%
  • PowerShell 5.7%
  • Dockerfile 3.0%
  • Makefile 0.9%