mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Update pkg/cluster/internal/providers/nerdctl/provider.go
Add todo nerdctl handles concurrency better Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com> Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
@@ -107,6 +107,8 @@ func (p *provider) Provision(status *cli.Status, cfg *config.Cluster) (err error
|
||||
}
|
||||
|
||||
// actually create nodes
|
||||
// TODO: remove once nerdctl handles concurrency better
|
||||
// xref: https://github.com/containerd/nerdctl/issues/2908
|
||||
for _, f := range createContainerFuncs {
|
||||
if err := f(); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user