|
13 | 13 | sha256: "75f82c2b720b578cefe05afb50d2559a9f7eb2ed1860cb5c5cb30254878e161c"
|
14 | 14 | files:
|
15 | 15 | - from: "./preflight"
|
16 |
| - to: "kubectl-preflight" |
17 |
| - bin: "kubectl-preflight" |
| 16 | + to: "." |
| 17 | + bin: "preflight" |
18 | 18 | - selector:
|
19 | 19 | matchLabels:
|
20 | 20 | os: darwin
|
|
23 | 23 | sha256: "cc8ca71f31ec40796738a745794136b08fa3c224220040c8d413c76d70bc7bc5"
|
24 | 24 | files:
|
25 | 25 | - from: "./preflight"
|
26 |
| - to: "kubectl-preflight" |
27 |
| - bin: "kubectl-preflight" |
| 26 | + to: "." |
| 27 | + bin: "preflight" |
28 | 28 | - selector:
|
29 | 29 | matchLabels:
|
30 | 30 | os: windows
|
|
33 | 33 | sha256: "5d96a7b9abb3699fc495b8739519e7b608c1d42f8b22b1e6581b889de7376872"
|
34 | 34 | files:
|
35 | 35 | - from: "/preflight.exe"
|
36 |
| - to: "kubectl-preflight.exe" |
37 |
| - bin: "kubectl-preflight.exe" |
38 |
| - shortDescription: Executes preflight tests and application conformance verifications on a cluster before installing an application |
| 36 | + to: "." |
| 37 | + bin: "preflight.exe" |
| 38 | + shortDescription: Executes application preflight tests in a cluster |
39 | 39 | homepage: https://github.com/replicaetdhq/troubleshoot
|
| 40 | + caveats: | |
| 41 | + Usage: |
| 42 | + $ kubectl preflight <URL> |
| 43 | +
|
| 44 | + Flags: |
| 45 | + -h, --help help for preflight |
| 46 | + --interactive interactive preflights (default true) |
| 47 | + --kubecontext string the kubecontext to use when connecting (default "~/.kube/config") |
| 48 | + --serviceaccount string name of the service account to use. if not provided, one will be created |
| 49 | + --format string output format, one of human, json, yaml. only used when interactive is set to false (default "human") |
| 50 | +
|
| 51 | + Documentation: |
| 52 | + https://help.replicated.com/docs/troubleshoot/kubernetes/preflight/overview/ |
| 53 | +
|
| 54 | + description: | |
| 55 | + This plugin executes application-specific preflight checks and conformance tests against a cluster, prior to installation of an application. |
| 56 | +
|
| 57 | + Application developers can create and host a Preflight manifest that defines the minimum and desired Kubernetes environment |
| 58 | + for an application. Before installing the application, a cluster admin can use this plugin to execute the application preflight checks |
| 59 | + to identify any missing components, configuration or incompatibilities between the cluster and the desired environment. |
| 60 | +
|
| 61 | + When executing Preflight tests, the test results will be displayed in a terminal-based UI on the workstation that executed the command. |
| 62 | +
|
| 63 | + For information on creating a Preflight manifest, view the documentation at https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/ |
0 commit comments