Skip to content

Commit

Permalink
preserve ec proxy config on cluster upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 13, 2024
1 parent db13364 commit e84dd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/embeddedcluster/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func startClusterUpgrade(
HighAvailability: current.Spec.HighAvailability,
AirGap: current.Spec.AirGap,
Network: current.Spec.Network,
Proxy: current.Spec.Proxy,
Artifacts: artifacts,
Config: &newcfg,
EndUserK0sConfigOverrides: current.Spec.EndUserK0sConfigOverrides,
Expand Down

0 comments on commit e84dd20

Please sign in to comment.