I have a problem in task 4, 6 in challenge lab in Manage Kubernetes in Google Cloud

I followed the steps in tasks 4 , 6 but it doesn't check my progress 

in task 4 
I used this in my query

 resource.type="k8s_container"
severity=ERROR
labels."k8s-pod/app": "recommendationservice"

and create metric and policy but It didn't make sense 

 

in task 6 :

I updated the image in helloweb-deployment.yaml and used the following commands 

docker build -t us-central1-docker.pkg.dev/<YOUR_PROJECT_ID>/demo-repo/hello-app:v2 .

gcloud auth configure-docker us-central1-docker.pkg.dev

kubectl delete deployment helloweb --namespace=gmp-6er5

kubectl apply -f hello-app/manifests/helloweb-deployment.yaml --namespace=gmp-6er5

kubectl expose deployment helloweb --namespace=gmp-6er5 --name=helloweb-service-6h0c --type=LoadBalancer --port=8080 --target-port=8080

kubectl get svc helloweb-service-6h0c --namespace=gmp-6er5

 

1 3 582
3 REPLIES 3
Top Labels in this Space