Skip to content

Commit

Permalink
fix: properly set allowSchedulingOnMasters in the interactive install
Browse files Browse the repository at this point in the history
Fixes: #5507

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed May 11, 2022
1 parent 2b7e7d4 commit 79ae76a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machinery/config/types/v1alpha1/generate/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func initUd(in *Input) (*v1alpha1.Config, error) {
ClusterDiscoveryConfig: v1alpha1.ClusterDiscoveryConfig{
DiscoveryEnabled: in.DiscoveryEnabled,
},
AllowSchedulingOnMasters: in.AllowSchedulingOnMasters,
}

config.MachineConfig = machine
Expand Down

0 comments on commit 79ae76a

Please sign in to comment.