Skip to content

Commit

Permalink
fix: don't run LabelNodeAsMaster in two sequences
Browse files Browse the repository at this point in the history
It was run both as part of `Boot` and `Bootstrap` sequences, remove it
from the `Bootstrap` sequence.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Dec 20, 2020
1 parent a4f864d commit e791e7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ func (*Sequencer) Bootstrap(r runtime.Runtime) []runtime.Phase {
).Append(
"kubernetes",
BootstrapKubernetes,
LabelNodeAsMaster,
).Append(
"initStatus",
SetInitStatus,
Expand Down

0 comments on commit e791e7d

Please sign in to comment.