- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-08-2022 02:14 PM
(617 views)
Hello,
We need to reference a kubernetes Job file in our 3rd party scheduling tools to create the necessary SAS Viya 4 pod(s), run a script/command, and tear down the pod(s). I have the following questions:
- What container image(s) do we need to reference?
- Are there additional configurations we need to set (imagePullSecrets, Mounts, Evironment, etc)
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If I'm understanding you, you'd like to use some third-party tool to create a Kubernetes job to run a SAS program, is that correct?
You may want to take a look at the pod template objects (kubectl -n namespace get podtemplates) which are used by to create batch, compute and connect server jobs/pods. These should contain the image and any associated secrets/mounts/environment vars in use for your particular deployment.
You may want to take a look at the pod template objects (kubectl -n namespace get podtemplates) which are used by to create batch, compute and connect server jobs/pods. These should contain the image and any associated secrets/mounts/environment vars in use for your particular deployment.
--
Greg Wootton | Principal Systems Technical Support Engineer
Greg Wootton | Principal Systems Technical Support Engineer