installer

command module
v0.0.0-...-dc516ba Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

README

Installer

This project is the Installer for the Krateo platform. It sets up and manages the necessary components for the platform.

Environment Variables

The following environment variables can be configured for the Installer:

  • INSTALLER_PROVIDER_DEBUG: Run with debug logging. Default is false.
  • INSTALLER_PROVIDER_NAMESPACE: Watch resources only in this namespace. Default is an empty string.
  • INSTALLER_PROVIDER_SYNC: Controller manager sync period. Default is 1h.
  • INSTALLER_PROVIDER_POLL_INTERVAL: Poll interval controls how often an individual resource should be checked for drift. Default is 5m.
  • INSTALLER_PROVIDER_MAX_RECONCILE_RATE: The global maximum rate per second at which resources may be checked for drift from the desired state. Default is 3.
  • INSTALLER_PROVIDER_LEADER_ELECTION: Use leader election for the controller manager. Default is false.
  • INSTALLER_PROVIDER_MAX_ERROR_RETRY_INTERVAL: The maximum interval between retries when an error occurs. This should be less than the half of the poll interval. Defaults is (POLL_INTERVAL/2)
  • INSTALLER_PROVIDER_MIN_ERROR_RETRY_INTERVAL: The minimum interval between retries when an error occurs. Default is 1s.

The following environment variables can be configured for the Helm client:

  • MAX_HELM_HISTORY: The maximum number of helm releases to keep in history. Defaults is 10

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
workflows/v1alpha1
+kubebuilder:object:generate=true +groupName=krateo.io +versionName=v1alpha1
+kubebuilder:object:generate=true +groupName=krateo.io +versionName=v1alpha1
internal
helmclient/mock
Package mockhelmclient is a generated GoMock package.
Package mockhelmclient is a generated GoMock package.
ptr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳