Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryG committed Nov 7, 2023
1 parent 395be5e commit b981afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/lifecycle/startup/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ func configureIPPools(ctx context.Context, client client.Interface, kubeadmConfi
}

if ipv6Pool == "none" {
log.Info("Skipping IPv4 pool configuration")
log.Info("Skipping IPv6 pool configuration")

ipv6PoolEnabled = false
}
Expand Down

0 comments on commit b981afb

Please sign in to comment.