Helm in not installed in cluster2

I was trying to do Module 1, question 7.

Given Question:
“On the cluster2-controlplane node, a Helm chart repository is given under the /opt/ path. It contains the files that describe a set of Kubernetes resources that can be deployed as a single unit. The files have some issues. Fix those issues and deploy them with the following specifications: -”

when I ssh into cluster2 by doing an ssh cluster2-controlplane - I dont see helm installed in the control plane ? At the same time helm is installed in the student node

image

image

Are we expected to install helm in cluster2 ?

Thanks in advance

Hi @SalBlr

This is a known issue, and a ticket has already been worked on. I am sure this will be resolved soon.

Meanwhile, for this task, you can install Helm by referring to official docs, and complete this task.

1 Like

thanks a lot Santosh