modulepackage
0.2.2
Repository: https://github.com/giantswarm/crd-installer.git
Documentation: pkg.go.dev
# README
crd-installer
This program is intended to be used as an init-container in a Kubernetes pod to ensure CRDs have been installed or
updated before the main container runs. It accepts a single flag, -dir
which should point to a directory containing
one or more YAML-formatted CRDs to be installed. It uses in-cluster credentials to authenticate to the Kubernetes API
using a service account token.