项目作者: mpriscella

项目描述 :
Self-Hosted Kubernetes Runner for GitHub Actions
高级语言: Shell
项目地址: git://github.com/mpriscella/k8s-actions.git
创建时间: 2020-05-01T05:37:47Z
项目社区:https://github.com/mpriscella/k8s-actions

开源协议:

下载


Kubernetes GitHub Action Runner

⚠️ This project is no longer maintained. Alternate solutions can be found here.


This chart is not hosted anywhere currently. To install the chart, you must
download this repository and unpack it into a directory.

Prerequisites

  • helm 3.0+ - This is the earliest version of helm tested. It is possible
    that it works with earlier versions but this chart hasn’t been tested.

Installing the Chart

To install the chart with the release name my-release:

  1. $ helm install my-release ./chart

Uninstalling the Chart

  1. $ helm delete my-release

Configuration

Parameter Description Default
resources CPU/Memory resource requests/limits. {}
repositoryOwner Owner of the repository. ""
repository Repository name. ""
personalAccessToken GitHub Personal Access Token. ""
image Image. mpriscella/k8s-actions:latest