Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/inventory/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (c *InventoryClient) EnableAirGapInstall(ctx context.Context, tenantId, hos

// The expectation is when the host OS is immutable, we expect the k3s packages to be bundled as part of the
// OS image. So, we assume that the cluster is installed in air-gap mode.
return host.Instance.CurrentOs.OsType == osv1.OsType_OS_TYPE_IMMUTABLE, nil
return false, nil
}

// getHost returns the host resource for the given tenant and host uuid
Expand Down
Loading