Skip to content

Setup minikube to install/start Eclipse Che using as most as possible available memory/cpu

License

Notifications You must be signed in to change notification settings

che-incubator/setup-minikube-action

Repository files navigation

codecov

Eclipse Che - Setup Minikube Action

This Github action will start Minikube to be able to Install/Run Eclipse Che

pre-requisites:

  • tested on ubuntu 20.04

why:

There are tons of github actions to setup minikube but as the idea was here to have a single action without any setup it was not the case.

It's because the idea is to have the minikube setup logic in the action and no configuration setting at all so every job use the same lines and are automatically updated when this action is updated.

Usage

# Install che
name: che

# Trigger the workflow on push or pull request
on: [push, pull_request]

jobs:
  install:
    runs-on: ubuntu-20.04
    steps:
      - name: Start minikube
        id: run-minikube
        uses: che-incubator/setup-minikube-action@next

Development version is available with @next. At each commit in main branch, a new development release is pushed to next branch.

Trademark

"Che" is a trademark of the Eclipse Foundation.

About

Setup minikube to install/start Eclipse Che using as most as possible available memory/cpu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published