VKPR cert-manager install aws
Description
Install cert-manager into cluster. For more information about cert-manager, click here.
Commands
Interactive inputs:
vkpr cert-manager install aws [flags]
Non-interactive without setting values or using VKPR Values:
vkpr cert-manager install aws --default
Argument Reference
Flags
--default Use to automatically fill inputs with default values
--dry_run Simulate an install
--email Specifies your email to issue the certificate
--issuer Specifies what will be used to issue certificates
--issuer_solver Specifies the type of challenge you will use to issue the certificate
--aws_hostedzone_id Specifies the Hostedzone ID from the domain in Route53
Values File
Globals
The following arguments are supported by the globals:
namespace- (Optional) Define where the application will be provisioned. The default iscert-manager.
Local
The following arguments are supported:
enabled- (Optional) Enables the installation if performed with the command vkpr apply.email- (Required) Specifies the email to use with Let's encrypt to generate the certificateissuertype- (Required) Specifies the envirmoment to cert-manager. Allowed Values:staging,production. The default isproduction.solver- (Required) Specifies the method of the certificate issuer. Allowed Values:DNS01,HTTP01. The default isDNS01.ingress- (Required unless using theHTTP01method) Specifies the ingress controller used by the applications. The default isnginx.
namespace- (Optional) Define where the application will be provisioned. The default iscert-manager.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:
email- VKPR_ENV_CERT_MANAGER_EMAILissuertype- VKPR_ENV_CERT_MANAGER_ISSUER_TYPEsolver- VKPR_ENV_CERT_MANAGER_ISSUER_SOLVERingress- VKPR_ENV_CERT_MANAGER_ISSUER_INGRESS
Setting Provider credentials
CAUTION: Setting credentials manually will override the credentials already saved in memory
AWS
rit set credential --provider="aws" --fields="accesskeyid,secretaccesskey,region" --values="your-accesskey,your-secretaccess,your-region"
About the Formula
Chart Version: 1.12.3
Application Version: v1.12.3
Helm Chart: cert-manager/cert-manager
See Also
- VKPR cert-manager remove - Uninstall cert-manager from the cluster.