BookmarkSubscribeRSS Feed
drhorg
Fluorite | Level 6

In Viya 2024.09LTS, when running

Kubectl -n namespace get pods –show-labels | grep compute

 

I see 1-2 users that have compute pods running for multiple days days. As SAS admin, how can I find the jobs or queries that these users run for such a long time? Fyi, after upgrade to 2024.09LTS, due to issues with the Workload Orchestrator, support asked us to disable the SWO.

 

Thanks a lot,

1 REPLY 1
BrunoMueller
SAS Super FREQ

I would use a more specific command to list compute servers such as

kubectl -n <your-namespace> get pods -l sas.com/created-by=sas-launcher -L launcher.sas.com/username,launcher.sas.com/job-type

This will display all compute servers, batch servers and SAS/CONNECT servers

 

You can then use the kubectl logs command to look at the log of these servers to find out what they are doing.

 

See this article  kubectl for the SAS administrator for more details.

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

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 523 views
  • 1 like
  • 2 in conversation