coreos / tectonic-docs

Tectonic documentation - https://coreos.com/tectonic/docs/latest/
Apache License 2.0
42 stars 49 forks source link

remove aggregator and apiserver_proxy parameters #162

Open madorn opened 6 years ago

madorn commented 6 years ago

tectonic 1.8.9 does not include self-signed variables for aggregator_ca_cert_pem_path, apiserver_proxy_cert_pem_path, and apiserver_proxy_cert_key_path.

If deploying Tectonic per Provide Your Own Certificates, failure to remove these in the tls.tf will result in following error during terraform init platforms/aws:

Downloading modules...
Error getting plugins: module root:
    module kube_certs: apiserver_proxy_cert_pem_path is not a valid parameter
    module kube_certs: apiserver_proxy_key_pem_path is not a valid parameter
    module kube_certs: aggregator_ca_cert_pem_path is not a valid parameter

Confirmed that one can successfully do a 'provide your own certificates' tectonic install without them.