We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4bdac commit 102ec99Copy full SHA for 102ec99
phase/install_controllers.go
@@ -83,6 +83,10 @@ func (p *InstallControllers) Run() error {
83
}
84
}()
85
86
+ if p.Config.Spec.K0s.DynamicConfig {
87
+ h.InstallFlags.AddOrReplace("--enable-dynamic-config")
88
+ }
89
+
90
log.Infof("%s: installing k0s controller", h)
91
cmd, err := h.K0sInstallCommand()
92
if err != nil {
0 commit comments