Good morning: I am trying to deploy SAS Viya 2024.09 LTS with SAS Deployment Operator but the deploment fails because it couldn't retrieve files. I didn't setup a mirror neither conigured anything related to mirrors/download endpoints. When reading SAS Help Center: Fields in the SASDeployment Custom Resource i decided to check the different download enpoints listed in SAS Help Center: Create a Mirror Registry, which are: - ses.sas.download - ses.sas.com - crbwp.sas.com - bwp2.ses.sas.download - cr.sas.com I checked them inside and outsideour firewall and some of them are down, specially ses.sas.download with even trying: - curl (-k) https://ses.sas.download/ses/entitlements.json Inspired by https://communities.sas.com/t5/SAS-Viya/viya4-deployment-on-onpremis-k8-using-github/m-p/926015 It fails. curl log: [tecasada@TDS88]/mnt/c/Users/rodrigo-gonzalez/Documents/Prod-SASV% curl https://ses.sas.download/ses/entitlements.json
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
[tecasada@TDS88]/mnt/c/Users/rodrigo-gonzalez/Documents/Prod-SASV% curl -k https://ses.sas.download/ses/entitlements.json
curl: (35) Recv failure: Connection reset by peer Pod log: Reason:
FailedToRetrieveImagePullSecret
Message:
Unable to retrieve some image pull secrets (sas-orchestration-secret); attempting to pull the image may not succeed.
... View more