Hi Scott
Thanks for sharing,
This is really helpful since related documents are separeted, and you bring them all together.
Quick question
how to [ add the XML file to the sas-pyconfig persistent volume]?
I have tried to use `kubectl cp` command to copy file from local to sas-cas-server-default-controller pod, but failed.
kubectl cp site-config/extlang.xml sas-cas-server-default-controller:/opt/sas/viya/home/sas-pyconfig/extlang.xml
Defaulted container "sas-cas-server" out of: sas-cas-server, sas-backup-agent, sas-consul-agent, sas-certframe (init), sas-config-init (init)
tar: extlang.xml: Cannot open: Read-only file system
tar: Exiting with failure status due to previous errors
command terminated with exit code 2
... View more