kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
292 stars 40 forks source link

configuration filename mismatch in docs #404

Closed ilveroluca closed 6 years ago

ilveroluca commented 6 years ago

The current docs on how to perform a deployment on AWS reference a file config.tfvars, while it looks like kn init creates terraform.tfvars:

https://kubenow.readthedocs.io/en/stable/getting_started/bootstrap.html#deploy-on-amazon-web-services-aws

andersla commented 6 years ago

Thanks @ilveroluca The documentation is a little bit out of sync there. It will be fixed as soon as we release a new stable version of KubeNow.

andersla commented 6 years ago

terraform.tfvars has been changed to config.tfvars in later versions of KubeNow

mcapuccini commented 6 years ago

Hi Luca, what version of the client are you using?

ilveroluca commented 6 years ago

Sorry @mcapuccini but I don't remember. I was following the instructions for the PhenoMeNal plugin but I couldn't tell you what version of the software I was using.

mcapuccini commented 6 years ago

Alright, no worries. I thought we were talking about the official documentation which seems to be in synch. I am leaving this open so we remember to fix the PhenoMeNal documentation as well.

andersla commented 6 years ago

The Phenomenal documentation is correct, the problem is that the PhenoMeNal branch of KubeNow contains features not yet available in the KubeNow master and therefore the documentation between PhenoMeNal and KubeNow master is not always matching.

mcapuccini commented 6 years ago

Good 🙂 Closing then!