From dd7971dbf6072be0a95f168c78c39db06da240d4 Mon Sep 17 00:00:00 2001 From: Yuvraj <10830562+evalsocket@users.noreply.github.com> Date: Thu, 4 Feb 2021 03:20:52 +0530 Subject: [PATCH] Wrap krew description (#220) Signed-off-by: Yuvraj --- .krew.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.krew.yaml b/.krew.yaml index bfac8f801..7502ace0b 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -6,8 +6,13 @@ spec: version: "{{ .TagName }}" homepage: https://github.com/flyteorg/flyte shortDescription: Monitor, launch and manage flyte executions - description: |+2 - Kubectl-flyte can be used to manage workflows in a kubernetes cluster executed by FlytePropeller. Users can monitor, visualize executing workflows, delete/terminate executions in bulk, dive into quota utilization for tenants. The tool allows users to launch yaml based Flyte workflows without needing FlyteAdmin etc. For more information about Flyte refer to https://flyte.org + description: | + Kubectl-flyte can be used to manage workflows in a kubernetes cluster executed + by FlytePropeller. Users can monitor, visualize executing workflows, delete or + terminate executions in bulk, and dive into quota utilization for tenants. The + tool allows users to launch yaml based Flyte workflows without FlyteAdmin. + + For more information about Flyte refer to https://flyte.org platforms: - selector: matchLabels: