项目作者: dimasmith

项目描述 :
Build agent that can deploy helm charts to kubernetes service managed by Digital Ocean
高级语言: Dockerfile
项目地址: git://github.com/dimasmith/digital-ocean-helm-agent.git
创建时间: 2019-08-04T23:09:11Z
项目社区:https://github.com/dimasmith/digital-ocean-helm-agent

开源协议:

下载


Helm image for Digital Ocean

Image contains helm executable that can connect to Digital Ocean kubernetes cluster.

Usage

Installing a release:

  1. docker run --rm -e "DIGITALOCEAN_ACCESS_TOKEN=<token>" -e "KUBERNETES_CLUSTER=kube-default" -v ./helm/application:/charts dimasmith/digital-ocean-helm-agent install /charts

Configuration

  • DIGITALOCEAN_ACCESS_TOKEN - access token for a kubernetes cluster
  • KUBERNETES_CLUSTER - name/id of kubernetes cluster
  • Volume /charts - volume where you can mount your charts

Versions

  • doctl - 1.26.2
  • kubectl - v1.15.1
  • helm - v2.14.2