sassoftware / viya4-deployment

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
70 stars 64 forks source link

docs: (IAC-1118) Document sas-risk-cirrus solutions onboard failure #463

Closed riragh closed 1 year ago

riragh commented 1 year ago

Changes:

Documented the sas-risk-cirrus solutions onboard failure in Troubleshooting.md.

Background:

In the current DAC multi-tenancy design the required tenant kubernetes resources or podtemplates are applied alongside cas-onboard task. However, SAS Risk Cirrus Solutions pods expect the podtemplates to be present at the time of onboarding. In SAS Viya Platform cadence v2023.07 the sas-tenant-job was modified to wait for all deployment services to start and return success or error code on exit for any services failures. This change causes the onboard task to fail as the SAS Risk Cirrus Solutions pods aren't able to start.

Note: This issue will be fixed in next release, we are document the failure now for awareness.