xetys/hetzner-kube

View on GitHub
pkg/clustermanager/provision_node.go

Summary

Maintainability
A
40 mins
Test Coverage

Method NodeProvisioner.prepareAndInstall has 6 return statements (exceeds 4 allowed).
Open

func (provisioner *NodeProvisioner) prepareAndInstall() error {

    err := provisioner.waitForCloudInitCompletion()
    if err != nil {
        return err
Severity: Major
Found in pkg/clustermanager/provision_node.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status