terraform-packet-kubernetes icon indicating copy to clipboard operation
terraform-packet-kubernetes copied to clipboard

Support bootkube render's options for existing etcd server TLS assets

Open bzub opened this issue 8 years ago • 0 comments

Similar to the current ca_* variables for existing k8s-tls assets. To connect to a pre-existing etcd server specified with var.etcd_servers.

Variables:

  • bootkube render --etcd-ca-path -> var.etcd_ca
  • bootkube render --etcd-certificate-path -> var.etcd_certificate
  • bootkube render --etcd-private-key-path -> var.etcd_key

bzub avatar Sep 18 '17 14:09 bzub