Hi ,
I am following the steps given in the solutions. However i hit the errors as shown in the screenshot. Am i missing something here?
If i start fixing , based on the error message from the output of running “helm lint /opt/webapp-color-apd/” , the errors become incremental.
First, look at what helm would create from the template
cd /opt/webapp-color-apd
helm template .
This will output the YAML it would send to API server. Look for potential issues in that output. I can see at least two.
I am able to find the errors and fix them . However in the steps, we are changing the svc type to NodePort in values.yaml and no nodePort: xxxxx is not defined in the service.yaml file.
Wonder how helm managed it? or is that port assigned by NodePort service by default?
When you create a Service of type NodePort, the control plane allocates a port from a range that defaults to 30000-32767.