Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 600 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 600 Bytes

kr8-configs

Pre-requisites

Install kr8

brew install kr8

Install kubecfg and jsonnet

brew install kubecfg jsonnet

Using

Clone this repository.

Add the ./bin directory to your path

Set the environment variable KR8_BASE to the root of this repository. Example

export KR8_BASE=~/kr8-configs

Run this script to create the main Taskfile.yml in the base directory

bin/update-main-taskfile

Generate all components in all clusters

task

List individual cluster tasks

task -l

Generates components for cluster

task <clustername>