diff --git a/flytepropeller/pkg/controller/nodes/task/handler.go b/flytepropeller/pkg/controller/nodes/task/handler.go index ee325432aa..b80641d03d 100644 --- a/flytepropeller/pkg/controller/nodes/task/handler.go +++ b/flytepropeller/pkg/controller/nodes/task/handler.go @@ -544,7 +544,7 @@ func (t Handler) invokePlugin(ctx context.Context, p pluginCore.Plugin, tCtx *ta // Regardless of the observed phase, we always add the DeckUri to support real-time deck functionality. // The deck should be accessible even if the task is still running or has failed. - // It's possible that the deck URI may not exist in remote storage yet or will never exist. + // It's possible that the deck URI may not exist in remote storage yet or will never exist (likely from older Flytekit versions). // So, it is console's responsibility to handle the case when the deck URI actually does not exist. deckStatus, err := GetDeckStatus(ctx, tCtx) if err != nil {