Problems when deploying an API with API Deployer
aladelca
Registered Posts: 1 ✭✭✭
Hello to everyone,
I was trying to deploy an API using API Deployer on a Kubernetes infraestructure and I've got the following message error:
Please, could you help me with this issue?
Thank you in advance!
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,215 Dataiker
Hi,
The screenshot alone is not very helpful here the kubectl command fails with exit code 1.
The backend logs on your design node or API deployer standalone node may contain more information.
A few common things to verify would be :
1) The command: kubectl get pods , works
2) The base images were built and pushed to your configured registry
If that doesn't help, please open a support ticket along with the instance diagnostics after a failed deployment.
Thanks,