MMartyn / pulumi-flux

Create Flux manifests from Pulumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulumi Flux Provider

The Pulumi Flux Provider lets you create Flux manifests used to bootstrap a Flux installation on Kubernetes. This provider does not apply them, it only creates the manifests.

Installing

Installing plugin, replacing $TAG with the current release

pulumi plugin install resource flux $TAG --server https://github.com/scav/pulumi-flux/releases/download/$TAG/ 

Go

go get github.com/scav/pulumi-flux/sdk 

Node

npm install @scav/pulumi-flux

About

Create Flux manifests from Pulumi

License:Apache License 2.0


Languages

Language:Python 45.0%Language:C# 22.6%Language:TypeScript 13.2%Language:Go 11.3%Language:Makefile 6.5%Language:JavaScript 1.3%