Coder Social home page Coder Social logo

nsoranzo / minikube-setup-action Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingnagger/minikube-setup-action

0.0 1.0 0.0 30 KB

Installs minikube in your Github Actions workflow.

License: GNU General Public License v3.0

JavaScript 100.00%

minikube-setup-action's Introduction

Minikube setup action

This action installs a VM-free Kubernetes cluster using Minikube.

Inputs

minikube-version

Required Version of Minikube you wish to use. Default "1.4.0".

k8s-version

Required Version of Kubernetes you wish to use with Minikube. Default "1.14.6".

Outputs

launcher

The command to run in order to start Minikube using eval.

Example usage

name: "Minikube workflow"
on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Setup Minikube
      id: minikube
      uses: CodingNagger/[email protected]
    - name: Launch Minikube
      run: eval ${{ steps.minikube.outputs.launcher }}
    - name: Check pods
      run: |
        kubectl get pods

minikube-setup-action's People

Contributors

dependabot[bot] avatar bogdangi avatar codingnagger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.