Hi,
As part of the second graded exercise of the third week I tried to create TensorFlow serving deployment of the ResNet50 model. However, when I run the command “kubectl apply -f tf-serving/deployment-resnet50.yaml” and I try to check the status of the deployment with “kubectl get deployments” it never seems to end and I got the following results :
Hello again! I just redid the lab and was able to get past the checkpoint. Maybe there was a temporary issue before and you just need to retry now.
Make sure though that you update the configmap file to have your model bucket name in the MODEL_PATH as mentioned in the instructions. Without that, the deployment might indeed hang. If it’s still taking more than 2 minutes to see the deployment status as READY, you can run kubectl logs deploy/image-classifier-resnet50 or kubectl logs deploy/image-classifier-resnet50 -c istio-init and see if there are any error messages that are being printed in the console.
I followed the instruction, but stuck with the same issue. The following is the configuration file and the deployment log
Screen Shot 2022-07-29 at 10.43.20 AM
Screen Shot 2022-07-29 at 10.43.20 AM
2006×400 86.4 KB
There is an error from server. Should I try again later or something wrong?
Exact same issue
Thank you Zaheeda! There is indeed a mismatch between the instructions and what is currently in the repo. The metadata should not be changed and you should only modify the MODEL_PATH. We’ve now reported this to Qwiklabs for fixing. Thanks again!