forked from flyteorg/flytepropeller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krew.yaml
38 lines (37 loc) · 1.38 KB
/
.krew.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: flyte
spec:
version: "{{ .TagName }}"
homepage: https://github.com/flyteorg/flyte
shortDescription: Monitor, launch and manage flyte executions
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:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/flyteorg/flytepropeller/releases/download/{{ .TagName }}/kubectl-flyte_{{ .TagName }}_darwin_x86_64.tar.gz" .TagName | indent 6}}
files:
- from: kubectl-flyte
to: flyte
- from: LICENSE
to: .
bin: flyte
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/flyteorg/flytepropeller/releases/download/{{ .TagName }}/kubectl-flyte_{{ .TagName }}_linux_x86_64.tar.gz" .TagName | indent 6}}
files:
- from: kubectl-flyte
to: flyte
- from: LICENSE
to: .
bin: flyte