terraform-kubernetes-helm
terraform-kubernetes-helm copied to clipboard
Terraform code and scripts for deploying Helm Server (Helm v2) on a Kubernetes cluster. https://www.gruntwork.io
Is there a way to not use TLS?
During `terraform apply` my deployment process gets stuck and terminated after 10 minutes . This is the last action being executed: ``` module.helm.module.tiller.kubernetes_deployment.tiller: Creating... CinderVolumeSource)(nil), CephFS:(*v1.CephFSVolumeSource)(nil), Flocker:(*v1.FlockerVolumeSource)(nil), DownwardAPI:(*v1.DownwardAPIVolumeSource)(nil), FC:(*v1.FCVolumeSource)(nil), AzureFile:(*v1.AzureFileVolumeSource)(nil),...
The default Tiller resource mgmt role should not include RBAC permissions, as that makes it easy to break the sandbox. Instead, provide a separate, `_with_rbac` role that can be used...
See https://kubernetes.io/docs/concepts/policy/resource-quotas/ for more details. Design needed on how the module input should look like.