You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
// Proceed with the current command executionifexecutionMode==operatorv1.OperationExecutionModeDryRun {
// if dry running wait for an arbitrary delay so the user will get a better perception of the Task execution ordertime.Sleep(3*time.Second)
// TODO should we collect log for dry-run?
} else {
// else we should execute the CurrentCommandlog.WithValues("command", task.Status.CurrentCommand).Info("running command")
ndex f6c397d..a203449100644++b/controllers/util.go
b9f25b3d30f499bd9851f9cfb8d2a085bb61904f
The text was updated successfully, but these errors were encountered:
should we collect log for dry-run?
kubeadm-operator/controllers/runtimetask_controller.go
Line 243 in 92b72d0
b9f25b3d30f499bd9851f9cfb8d2a085bb61904f
The text was updated successfully, but these errors were encountered: