0.9.1 krew

This commit is contained in:
Marc Campbell
2019-08-02 22:17:03 +00:00
parent 145370367f
commit daa03e8c73

View File

@@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: preflight
spec:
version: "v0.9.0"
version: "v0.9.1"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_linux_amd64-0.9.0.tar.gz
sha256: "75f82c2b720b578cefe05afb50d2559a9f7eb2ed1860cb5c5cb30254878e161c"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.1/preflight_0.9.1_linux_amd64-0.9.1.tar.gz
sha256: "2a50b896b2bd0fdd10ae0bc63ecfe417da1de2ab81255990958fa433d123ef85"
files:
- from: "./preflight"
to: "."
@@ -19,8 +19,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_darwin_amd64-0.9.0.tar.gz
sha256: "cc8ca71f31ec40796738a745794136b08fa3c224220040c8d413c76d70bc7bc5"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.1/preflight_0.9.1_darwin_amd64-0.9.1.tar.gz
sha256: "e8d99442c12606f062edce164c7a503aca316928b796708a08f8ae3fc8e3444d"
files:
- from: "./preflight"
to: "."
@@ -29,35 +29,47 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.0/preflight_0.9.0_windows_amd64-0.9.0.zip
sha256: "5d96a7b9abb3699fc495b8739519e7b608c1d42f8b22b1e6581b889de7376872"
uri: https://github.com/replicatedhq/troubleshoot/releases/download/v0.9.1/preflight_0.9.1_windows_amd64-0.9.1.zip
sha256: "ac1940826bda4025cf2e8be1627f3ba9ef0df0ee259dba388cb7a167c617dfd4"
files:
- from: "/preflight.exe"
to: "."
bin: "preflight.exe"
shortDescription: Executes application preflight tests in a cluster
homepage: https://github.com/replicaetdhq/troubleshoot
homepage: https://github.com/replicatedhq/troubleshoot
caveats: |
Usage:
$ kubectl preflight <URL>
$ kubectl preflight <uri/path>
Flags:
-h, --help help for preflight
--interactive interactive preflights (default true)
--kubecontext string the kubecontext to use when connecting (default "~/.kube/config")
--serviceaccount string name of the service account to use. if not provided, one will be created
--format string output format, one of human, json, yaml. only used when interactive is set to false (default "human")
where <uri/path> references a set of application preflight checks
For example:
$ kubectl preflight https://preflight.replicated.com
For additional options:
$ kubectl preflight --help
Documentation:
Full documentation on this plugin is available at:
https://help.replicated.com/docs/troubleshoot/kubernetes/preflight/overview/
For application developers writing collectors and analyzers:
https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/
description: |
This plugin executes application-specific preflight checks and conformance tests against a cluster, prior to installation of an application.
This plugin executes application-specific preflight checks and conformance
tests against a cluster, prior to installation of an application.
Application developers can create and host a Preflight manifest that defines the minimum and desired Kubernetes environment
for an application. Before installing the application, a cluster admin can use this plugin to execute the application preflight checks
to identify any missing components, configuration or incompatibilities between the cluster and the desired environment.
Application developers can create and host a Preflight manifest that
defines the minimum and desired Kubernetes environment for an application.
Before installing the application, a cluster admin can use this plugin to
execute the application preflight checksto identify any missing
components, configuration or incompatibilities between the cluster and the
desired environment.
When executing Preflight tests, the test results will be displayed in a terminal-based UI on the workstation that executed the command.
When executing Preflight tests, the test results will be displayed in a
terminal-based UI on the workstation that executed the command.
For information on creating a Preflight manifest, view the documentation at https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/
For information on creating a Preflight manifest, view the documentation
at https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/