-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yaml
43 lines (41 loc) · 1.74 KB
/
manifest.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
39
40
41
42
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: tvk-oneclick
spec:
homepage: https://github.com/trilioData/tvk-plugins/blob/main/docs/preflight/README.md
shortDescription: Plugin to Install/Configure/Test TVK
version: v1.0.0
caveats: |
Curl and Git neeed to be installed on system for Krew index update to work properly
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/trilioData/tvk-plugins/releases/download/v1.0.0-rc5/preflight.tar.gz
sha256: b650a467fb82fac4ad148a374b907cf648a2874b3c9630c924b0374ce4f4d03f
bin: tvk-oneclick
files:
- from: tvk-oneclick/*
to: .
description: |
tvk-oneclick plugin is use to install, configure and test available sample application on a kubermetes cluster managed by cloud or upstream
> Check available flags for tvk-oneclick plugin with :-
kubectl tvk-oneclick --help
--------------------------------------------------------------
tvk-oneclick - Installs, Configures UI, Create sample backup/restore test
Usage:
kubectl tvk-oneclick [options] [arguments]
Options:
-h, --help show brief help
-n, --noninteractive run script in non-interactive mode
-i, --install_tvk Installs TVK and it's free trial license.
-c, --configure_ui Configures TVK UI
-t, --target Created Target for backup and restore jobs
-s, --sample_test Create sample backup and restore jobs
-p, --preflight Checks if all the pre-requisites are satisfied
-----------------------------------------------------------------------