This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71
stars
64
forks
source link
Add info about kubeconfig being auto-discovered #113
Hey Norm, you made a comment in passing that I didn't need to pass in the kubeconfig on the docker command line if I passed in the terraform state file. I went back to the README.md and in the "Terraform state file" list I don't see kubeconfig. I did note it's mentioned in the paragraph preceding the list "When integrating with SAS Viya 4 IaC projects, you can provide the tfstate file to have the kubeconfig and other setting auto-discovered."
I also noted in DockerUsage.md that the example were the terraform state file is passed in did not include the kubeconfig volume which is good.
So the only issue appears to be that it's missing from the bulleted list in the readme.
Hey Norm, you made a comment in passing that I didn't need to pass in the kubeconfig on the docker command line if I passed in the terraform state file. I went back to the README.md and in the "Terraform state file" list I don't see kubeconfig. I did note it's mentioned in the paragraph preceding the list "When integrating with SAS Viya 4 IaC projects, you can provide the tfstate file to have the kubeconfig and other setting auto-discovered."
I also noted in DockerUsage.md that the example were the terraform state file is passed in did not include the kubeconfig volume which is good.
So the only issue appears to be that it's missing from the bulleted list in the readme.