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 islocalhost
.namespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.
Local
The following arguments are supported:
enabled
- (Required unless using the vkpr apply) Enable the auto install from the applicationnamespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.persistence
- (Optional) Specifies if the content from the application will be storage in a volume. The default isfalse
.metrics
- (Optional) Specifies if the application will expose your metrics. The default isfalse
.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_NAMESPACEpersistence
- VKPR_ENV_LOKI_PERSISTENCEmetrics
- VKPR_ENV_LOKI_METRICS
About the Formula
Chart Version
: 2.8.7
Application Version
: v2.6.1
Helm Chart
: grafana/loki-stack
See Also
- VKPR loki remove - Uninstall loki from the cluster.