Hello @rabindrakumar ,
I am not 100% about what client are you referring to: the "SAS Viya Orders API and CLI"? The "SAS Viya Deployment Operator"? Perhaps additional information about the specific image and server you are pulling from would help us to better understand.
For now, as general answer: as far as I am aware, SAS VIya 4 has as pre-requisite to have kustomize to be installed in your machines, among other requirements. This should be done by you, unless of course, the image you are pulling from the repository contains this specific piece of software already by design.
https://documentation.sas.com/doc/en/itopscdc/v_001LTS/itopssr/n1ika6zxghgsoqn1mq4bck9dx695.htm
In case the image should contain kustomize, you can always check inside the image was is available, when. You could even check the actions taken in the image, I could imagine a layer on the image could have contained kustomize and that layer failed on the execution of its Dockerfile. For this, you need to investigate the logs of the executions, probably with verbose and logging to the image's messages log.
Looking forward to hearing back from you.
... View more