Facing problem in Level 1 Secure Workload In google Kubernetes Engine

I have been trying to this challenge since many hours but my progress in not counted. It is showing error in task 4 and 5. If anyone know answer please let me know.

Solved Solved
0 14 567
1 ACCEPTED SOLUTION

Thanks error got resolved after taking lab for the 4th time.

View solution in original post

14 REPLIES 14

Can you share the screenshot of the commands that you have executed

Thanks error got resolved after taking lab for the 4th time.

How it solves??

I have tried many times but such that problem accure

Please guide me

Sorry to say but I have tried to follow the steps of this video but yet I am facing the same error. Is there any other solution for this error. Then please tell. 

where are you getting the problem exactly?

In 3rd task it says me that.  'install cert manager. Io'

I use this code

 

helm install nginx-ingress stable/nginx-ingress --set rbac.create=true

kubectl get service nginx-ingress-controller

. add_ip.sh

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.16.0/cert-manager.yaml

kubectl create clusterrolebinding cluster-admin-binding \
--clusterrole=cluster-admin \
--user=$(gcloud config get-value core/account)

In the video, they are directly copy pasting the commands which you don't have to do. You have to replace the clusters and instances name given to you in the lab which you are supposed to give the name. Don't directly copy paste the commands. Instead replace the names given to you. Try doing this.

I do that all steps but still facing this problem

I changed all necessary thing which are required

have you added these in your code

helm repo add stable https://charts.helm.sh/stable
helm repo update

Yes I did it

WATCH THIS VIDEO AND DO STEP BY STEP, CAREFULLY.

I AM 100% SURE ALL OF YOU WILL BE ABLE TO DO THE LAB SUCCESSFULLY.

https://www.youtube.com/watch?v=tA1TdNevdPo 

Top Labels in this Space