Skip to content

Commit 1aa8867

Browse files
committed
fixup! feat(preflight): Add a check for storage containers
Remove stale comment
1 parent 02a17ff commit 1aa8867

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/webhook/preflight/nutanix/storagecontainer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ func (c *storageContainerCheck) Run(ctx context.Context) preflight.CheckResult {
7272
continue
7373
}
7474

75-
// TODO: check if cluster name is set, if not use uuid.
76-
// If neither is set, use the cluster name from the NodeSpec failure domain.
7775
if _, err := getStorageContainer(c.nclient, c.nodeSpec, storageContainer); err != nil {
7876
result.Allowed = false
7977
result.Error = true

0 commit comments

Comments
 (0)