platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

Fill in Advertise address and SANs in nodeadm.yaml #8

Closed puneetguptanitj closed 6 years ago

puneetguptanitj commented 6 years ago

SSHProvider create method should fill with following,

API.AdvertiseAddress
APIServerCertSANs

Actuator would be the best to do it as opposed to nodeadm, as IP of the node required in SANs is available only to actuator through CLI

puneetguptanitj commented 6 years ago

fixed by https://github.com/platform9/ssh-provider/pull/9