VKPR redis install
Description
Install redis into cluster. For more information about redis, click here.
Commands
Interactive inputs:
vkpr redis install [flags]
Non-interactive without setting values or using VKPR Values
:
vkpr redis install --default
Argument Reference
Flags
--default Use to automatically fill inputs with default values
--dry_run Simulate an install
--architecture Specifies the cluster topology
Values File
Globals
The following arguments are supported by the globals:
namespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.
Local
The following arguments are supported:
enabled
- (Optional) Enables the installation if performed with the command vkpr apply.namespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.architecture
- (Optional) Specifies the cluster topology. The default isstandalone
.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_REDIS_NAMESPACEarchitecture
- VKPR_ENV_REDIS_ARCHITECTUREmetrics
- VKPR_ENV_REDIS_METRICS
Setting Provider credentials
CAUTION: Setting credentials manually will override the credentials already saved in memory
Redis
rit set credential --provider="redis" --fields="password" --values="your-access-password"
About the Formula
Chart Version
: 17.3.2
Application Version
: v7.0.5
Helm Chart
: bitnami/redis
See Also
- VKPR redis remove - Uninstall redis from the cluster.