1ambda/terraform-all-in-one

Can I check shell script files for kops operation?

asbubam opened this issue · 2 comments

Thank you for your work. :)

I was trying to understand kops operation automation with /root-kubernetes/README.md file.
But I couldn't find shell script files like generated.kops-env.sh, generated.correct-kubectl-context.sh from /root-kubernetes path.

Can I check shell script files for kops operation?
It'll be really helpful to me.

Hi, I am Kun. @asbubam

generated.* files are created when applying terraform. In this case, /root-kubernetes/generated.* files are generated when applying root-infra.

Here are terraform templates (null-resource) for those.

Hope this helps.

Thanks.

@1ambda I've understood. Thank you. Kun. :D