Kubernetes Colearning, Nov 6, 10:30am
📺 https://youtu.be/SoVJlP2kdfw
- Still using Node Feature Discovery as example
- Realized we really should install private registry first
- Decided on Harbor but will to install in other video
Steps to install:
- Identify the Helm chart
- Create an internal git repo to contain the Helm chart
- Download and decompress the Helm chart (tar) into repo
- Commit the repo with a pristine version of the chart
- Create an initial empty values.yaml (at same level)
- Put only overlay changes into the new values.yaml file
- Scan the default chart for images that must be imported internally
- Download, vet, and install images chart requires in private registry
Related: