cloudnativelabs/terraform-packet-kubernetes

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

bzub opened this issue · 0 comments

bzub commented

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