mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
Preflight plugin
This commit is contained in:
@@ -3,37 +3,37 @@ kind: Plugin
|
||||
metadata:
|
||||
name: preflight
|
||||
spec:
|
||||
version: "v0.1.0"
|
||||
version: "v0.9.0"
|
||||
platforms:
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: linux
|
||||
arch: amd64
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_linux_amd64-alpha.tar.gz
|
||||
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
|
||||
files:
|
||||
- from: "/kubectl-preflight"
|
||||
to: "."
|
||||
bin: "./kubectl-preflight"
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_linux_amd64-0.9.0.tar.gz
|
||||
sha256: "75f82c2b720b578cefe05afb50d2559a9f7eb2ed1860cb5c5cb30254878e161c"
|
||||
files:
|
||||
- from: "./preflight"
|
||||
to: "kubectl-preflight"
|
||||
bin: "kubectl-preflight"
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: darwin
|
||||
arch: amd64
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_darwin_amd64-alpha.tar.gz
|
||||
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
|
||||
files:
|
||||
- from: "/kubectl-preflight"
|
||||
to: "."
|
||||
bin: "./kubectl-preflight"
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_darwin_amd64-0.9.0.tar.gz
|
||||
sha256: "cc8ca71f31ec40796738a745794136b08fa3c224220040c8d413c76d70bc7bc5"
|
||||
files:
|
||||
- from: "./preflight"
|
||||
to: "kubectl-preflight"
|
||||
bin: "kubectl-preflight"
|
||||
- selector:
|
||||
matchLabels:
|
||||
os: windows
|
||||
arch: amd64
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.1.0/preflight_0.1.0_windows_amd64-alpha.tar.gz
|
||||
sha256: "fcfee994959a4924d0f70817a4b40d2b4df9e21a5a2a106d340784ce77fbbc15"
|
||||
files:
|
||||
- from: "/kubectl-preflight.exe"
|
||||
to: "."
|
||||
bin: "./kubectl-preflight.exe"
|
||||
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_windows_amd64-0.9.0.zip
|
||||
sha256: "5d96a7b9abb3699fc495b8739519e7b608c1d42f8b22b1e6581b889de7376872"
|
||||
files:
|
||||
- from: "/preflight.exe"
|
||||
to: "kubectl-preflight.exe"
|
||||
bin: "kubectl-preflight.exe"
|
||||
shortDescription: Executes preflight tests and application conformance verifications on a cluster before installing an application
|
||||
homepage: https://github.com/replicaetdhq/troubleshoot
|
||||
|
||||
Reference in New Issue
Block a user