iac-kustomize-plugins

module
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2022 License: MIT

README

IaC Kustomize Plugins

Setup

To install all plugins, download the binaries to the Kustomize plugin folder and make them executable.

Linux 64-bits and/or macOS 64-bits
VERSION=$(wget -qO- https://api.github.com/repos/inloco/iac-kustomize-plugins/releases/latest | jq -r '.tag_name')
wget -qO- "https://github.com/inloco/iac-kustomize-plugins/releases/download/${VERSION}/install.sh" | sh
Manual Build and Install for Other Systems and/or Architectures
git clone https://github.com/inloco/iac-kustomize-plugins
cd iac-kustomize-plugins
make install

Notes

  • Remember to use --enable-alpha-plugins flag when running kustomize build.
  • This documentation assumes that you are familiar with Kustomize, read their documentation if necessary.
  • To make the generator behave like a patch, you might want to set kustomize.config.k8s.io/behavior annotation to "merge". The other internal annotations described on Kustomize Plugins Guide are also supported.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL