Skip to content

Commit

Permalink
Merge pull request #14907 from johngmyers/apiserver-addlips
Browse files Browse the repository at this point in the history
APIServer nodes also need apiserverAdditionalIPs
  • Loading branch information
k8s-ci-robot committed Dec 30, 2022
2 parents 8456842 + 8623060 commit e76a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/apply_cluster.go
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 e76a683

Please sign in to comment.