Skip to content

feat: Kubernetes Dashboard deployment on NodePort

Laurent Marchelli requested to merge feature/dashboard into master
  • Kubernetes role step filename now contains the step number to clarify the sequence.
  • All steps must exist inside the role (master|node) directory.
  • Generic steps are linked to the same step into the role independant directory. (class architecture)
  • All steps have 2 tags to make debugging easier: To only install Kubernetes: export ANSIBLE_RUN_TAGS="kubernetes,install" To only prepare the Kubernetes installation: export ANSIBLE_RUN_TAGS="kubernetes,prepare"
  • .kube configuration added for the ansible user.
  • Dashboard account needed to be reviewed to increase security.

Merge request reports