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
docs: (IAC-894) Add troubleshoot documentation around docker requirements. #384
Adds troubleshooting documentation around Docker requirements when you are running this project directly on your host rather than using the docker container.
As of release 6.0.0, it's required that if you are running this project using Ansible directly on your workstation, it needs Docker to be installed and the executing user should be able to access it. This is so that we can consume the sas-orchestration tool, which is available as a Docker image to generate the SASDeployment Custom Resource file
So this extra doc will help users who run into a failures around this missing dep.
Changes
Adds troubleshooting documentation around Docker requirements when you are running this project directly on your host rather than using the docker container.
As of release 6.0.0, it's required that if you are running this project using Ansible directly on your workstation, it needs Docker to be installed and the executing user should be able to access it. This is so that we can consume the sas-orchestration tool, which is available as a Docker image to generate the SASDeployment Custom Resource file
So this extra doc will help users who run into a failures around this missing dep.