What is the correct way to install addons using Kubernetes 1.1? docs are not as clear as we would like on this topic; they seem to imply that you need to copy the yaml addon files to / etc / kubernetes / addon on the main nodes, but I tried this and nothing happens.
In addition, to add confusion to the documents, it is understood that add-ons are related to Kubernetes:
Thus, the only permanent way to make changes to add-ons is to update the manifest on the main server. Nevertheless, users are not recommended to do this on their own - they should rather wait for the new version of Kubernetes, which will also contain new versions of add-ons.
So, how should I really install add-ons, f.ex. cluster-loadbalancing , with Kubernetes 1.1?
source share