Skip to content

sustainable-computing-io/kepler-action

Repository files navigation

Github action for sustainable-computing-io

This repo provides the scripts to create a local kubernetes cluster to used for integration tests.

units-testGitHubContribute

Usage in GHA

You can now consume the action by referencing the main branch

      - name: use kepler action for kind cluster build
        uses: sustainable-computing-io/KeplerK8SAction@main
        with:
          runningBranch: kind

Local usage

here

Docker registry

There's a docker registry available which is exposed at localhost:5001.

For developer

here