BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
thesasuser
Lapis Lazuli | Level 10

Hello
I have been trying to deploy SAS Viya4 on open shift using the manual method ( SAS Help Center: Deploy the Software , https://learn.sas.com/course/view.php?id=6945 )
I get stuck up at this step:
oc apply --selector="sas.com/admin=namespace" -f site.yaml --prune
The output says "error: no objects passed to apply"
Wondering if anybody can enlighten/guide on this?
Thanks



 

1 ACCEPTED SOLUTION

Accepted Solutions
thesasuser
Lapis Lazuli | Level 10

I chose to deploy using the deployment operator method as detailed here and it worked.
SAS Help Center: SAS Viya Platform: Deployment Guide

View solution in original post

2 REPLIES 2
jolatz
SAS Employee

Hi, is there a reason you are using oc apply instead of kubectl apply?

 

Did you build your site.yaml by using  kustomize build -o site.yaml ?

 

I would try that then running from the directory where the site.yaml lives

kubectl apply --selector="sas.com/admin=cluster-api" --server-side --force-conflicts -f site.yaml

and lets see if the result is different. 

 

 

thesasuser
Lapis Lazuli | Level 10

I chose to deploy using the deployment operator method as detailed here and it worked.
SAS Help Center: SAS Viya Platform: Deployment Guide

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 597 views
  • 1 like
  • 2 in conversation