-
Notifications
You must be signed in to change notification settings - Fork 516
/
Copy pathoperator.yaml
57 lines (55 loc) · 2.35 KB
/
operator.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: operator
spec:
version: v0.6.0
homepage: https://github.com/operator-framework/kubectl-operator
shortDescription: Manage operators with Operator Lifecycle Manager
description: |
This plugin is a package manager for operators in your cluster. It
simplifies adding and removing operator catalogs, and it has familiar
commands for installing, uninstalling, and listing available and
installed operators.
One example of a catalog is the public operatorhub.io index, which
is installed by default with Operator Lifecycle Manager.
caveats: |
* This plugin requires Operator Lifecycle Manager to be installed in your
cluster. See the installation instructions at
https://olm.operatorframework.io/docs/getting-started/
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/operator-framework/kubectl-operator/releases/download/v0.6.0/kubectl-operator_v0.6.0_darwin_amd64.tar.gz
sha256: d6f0c047b39ddd55f633ce8d6522fa24a9651236779bd26e2dffd4243595d629
bin: kubectl-operator
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/operator-framework/kubectl-operator/releases/download/v0.6.0/kubectl-operator_v0.6.0_darwin_arm64.tar.gz
sha256: 94a51b0cc3e52caf17e2e8ce4f5f0e5a2a29126b7c4733403e30557762a91de5
bin: kubectl-operator
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/operator-framework/kubectl-operator/releases/download/v0.6.0/kubectl-operator_v0.6.0_linux_amd64.tar.gz
sha256: d3f2f84b91a4ac3919c2ab455a6c540c5920bb5caeac0865b879ca9f92133971
bin: kubectl-operator
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/operator-framework/kubectl-operator/releases/download/v0.6.0/kubectl-operator_v0.6.0_linux_arm64.tar.gz
sha256: 485dc89204d8443df48ccb2bfe504ba2b798752a6ea1e0e5bb5a037354fd1e8f
bin: kubectl-operator
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/operator-framework/kubectl-operator/releases/download/v0.6.0/kubectl-operator_v0.6.0_windows_amd64.tar.gz
sha256: 5bb603883352d116c4dbace8778a683b774daf4df62fb8643f1df80192881299
bin: kubectl-operator.exe