This repository contains a helm chart to deploy a Jenkins master and autoscaling build agents customized for Skookum.
- Helm client
- Kubernetes cluster with tiller installed
kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
helm init
helm dependency build skookum-jenkins
helm install skookum-jenkins
You may also pass your own yaml file containing overrides of skookum-jenkins/values.yaml
:
helm install skookum-jenkins -f overrides-example.yaml