Skip to content

Commit

Permalink
Merge pull request kubernetes#14908 from johngmyers/automated-cherry-…
Browse files Browse the repository at this point in the history
…pick-of-#14907-upstream-release-1.26

Automated cherry pick of kubernetes#14907: APIServer nodes also need apiserverAdditionalIPs
  • Loading branch information
k8s-ci-robot authored Dec 30, 2022
2 parents 9a79a98 + d877d48 commit 5d5109d
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 5d5109d

Please sign in to comment.