canonical / cluster-api-bootstrap-provider-microk8s

This project offers a cluster API bootstrap provider controller that manages the node provision of a MicroK8s cluster.
https://microk8s.io
21 stars 14 forks source link

ensure we use InternalIP or ExternalIP machine addresses #90

Closed neoaggelos closed 6 months ago

neoaggelos commented 6 months ago

Summary

Make sure that we use an IP address for the microk8s join commands. This is done by filtering for addresses of type InternalIP or ExternalIP.

Changes