Hi, this is the graded lab at the end Week 2 for course 4 (QwickLabs => Autoscaling TensorFlow model deployments with TF Serving and Kubernetes). The issue highlighted in my initial message refers to the section Testing the model of the lab.
“cat tf-serving/configmap.yaml” please? and re-check MODEL_NAME and MODEL_PATH because you can incorrectly insert bucket name or spoil model name and apply configmap. Kubernetes applies incorrect configmap but you’ll see “Assessment Completed!”.
IMHO this is only place where you can made a mistake.
“Use your preferred command line editor or Cloud Shell Editor to update the MODEL_NAME field in the tf-serving/configmap.yaml file to reference your bucket”, this instruction mislead us! It is actually to update the ‘MODEL_PATH’ ! and only update the 'bucket name ’ within ‘MODEL_PATH’.