Skip to content

Commit

Permalink
APIServer nodes also need apiserverAdditionalIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Dec 30, 2022
1 parent 351a75d commit 8623060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/apply_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ func (n *nodeUpConfigBuilder) BuildConfig(ig *kops.InstanceGroup, apiserverAddit
}
}

if isMaster {
if hasAPIServer {
config.ApiserverAdditionalIPs = apiserverAdditionalIPs
}

Expand Down

0 comments on commit 8623060

Please sign in to comment.