Skip to main content

VKPR loki install

Description

Install Loki into cluster. For more information about Loki, click here.

Commands

Interactive inputs:

  vkpr loki install [flags]

Non-interactive without setting values or using VKPR Values:

  vkpr loki install --default

Argument Reference

Flags

  --default  Use to automatically fill inputs with default values
--dry_run Simulate an install

Values File

Globals

The following arguments are supported by the globals:

  • domain - (Required) Define the domain used by the application. The default is localhost.
  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.

Local

The following arguments are supported:

  • enabled - (Required unless using the vkpr apply) Enable the auto install from the application
  • namespace - (Optional) Define where the application will be provisioned. The default is vkpr.
  • persistence - (Optional) Specifies if the content from the application will be storage in a volume. The default is false.
  • metrics - (Optional) Specifies if the application will expose your metrics. The default is false.
  • helmArgs - (Optional) Used when you need to change some value or add a new value to the helm values used by the formula.
caution

Using helmArgs the application may behave in a way that VKPR may not be used in the best way it was designed. Use it when you know what you're doing

Environment values

The following variables are supported:

  • namespace - VKPR_ENV_LOKI_NAMESPACE
  • persistence - VKPR_ENV_LOKI_PERSISTENCE
  • metrics - VKPR_ENV_LOKI_METRICS

About the Formula

Chart Version: 2.8.7
Application Version: v2.6.1
Helm Chart: grafana/loki-stack

See Also