This is related to **Lab: Traefik installation** of **Kubernetes Networking Deep Dive** 6/10

The objective is to modify the existing values.yaml which resides in the /root directory to change it from LoadBalancer to NodePort and uncomment the nodePorts 32080 and 32443. Then upgrade Traefik using Helm.

However, both checks came back as incorrect.
I checked the Solution-tab for the modifications of the values.yaml file to ensure I have not missed anything but it was identical.

Please find screenshots of each action.

The task in 6/10 showing the errors:

modification of the web in the values.yaml

modification of the websecure in the values.yaml

modification of the Service type in the values.yaml
Screenshot 2024-11-27 at 12.26.35

Running the upgrade of Traefik using Helm:

Looking forward to hearing from you.
Regards,
Liz (ewiklund)

Hi @ewiklund

You are trying to upgrade the chart in the traefik namespace. Whereas the Service named traefik is in the default namespace.

helm upgrade --values /root/values.yaml traefik traefik/traefik
The get the Service traefik:

Regards.

Thanks Santosh for getting back to me.
I think the issue origins from the fact that I created the traefik namespace prior to installing traefik using Helm. So after that, the service existed in the traefik namespace which didn’t seem to have been the purpose here.
Thanks,
ewiklund

1 Like