VKPR external-dns install digitalocean
Description
Install external-dns into cluster. For more information about external-dns, click here.
Commands
Interactive inputs:
vkpr external-dns install digitalocean [flags]
Non-interactive without setting values or using VKPR Values
:
vkpr external-dns install digitalocean --default
Argument Reference
Flags
--default Use to automatically fill inputs with default values.
--dry_run Simulate an install.
--domain Specifies the domain to create records in DNS provider.
Values File
Globals
The following arguments are supported by the globals:
domain
- (Required) Define the domain used to delimit the filter in the DNS server. 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 application.namespace
- (Optional) Define where the application will be provisioned. The default isvkpr
.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_EXTERNAL_DNS_NAMESPACEmetrics
- VKPR_ENV_EXTERNAL_DNS_METRICS
Setting Provider credentials
CAUTION: Setting credentials manually will override the credentials already saved in memory
Digital Ocean
rit set credential --provider="digitalocean" --fields="token" --values="your-api-token"
About the Formula
Chart Version
: 1.10.1
Application Version
: v0.12.0
Helm Chart
: external-dns/external-dns
See Also
- VKPR external-dns remove - Uninstall external-dns from the cluster.