kontena / pharos-cluster

Pharos - The Kubernetes Distribution
https://k8spharos.dev/
Apache License 2.0
312 stars 43 forks source link

Terraform example for DigitalOcean should use an output not cluster.yml for add-ons #629

Open nikolay opened 5 years ago

nikolay commented 5 years ago

Reference: https://github.com/kontena/pharos-cluster/blob/master/examples/terraform-do/cluster.yml

jnummelin commented 5 years ago

@nikolay I think this is more matter of taste thing. :) In my head, terraform and cluster.yml are defining different levels of the setup. So I do not see why addons should be defined in Terraform output, especially as there's nothing infrastructure specific in the addon configs in that example.

Why do you see that addons should be configured in TF output?