|
40 | 40 | bin: preflight.exe |
41 | 41 | shortDescription: Executes application preflight tests in a cluster |
42 | 42 | homepage: https://github.com/replicatedhq/troubleshoot |
43 | | - caveats: | |
| 43 | + description: | |
| 44 | + This plugin executes application-specific preflight checks and conformance |
| 45 | + tests against a cluster, prior to installation of an application. |
| 46 | +
|
| 47 | + Application developers can create and host a Preflight manifest that |
| 48 | + defines the minimum and desired Kubernetes environment for an application. |
| 49 | + Before installing the application, a cluster admin can use this plugin to |
| 50 | + execute the application preflight checksto identify any missing |
| 51 | + components, configuration or incompatibilities between the cluster and the |
| 52 | + desired environment. |
| 53 | +
|
| 54 | + When executing Preflight tests, the test results will be displayed in a |
| 55 | + terminal-based UI on the workstation that executed the command. |
| 56 | +
|
| 57 | + For information on creating a Preflight manifest, view the documentation |
| 58 | + at https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/ |
| 59 | +
|
44 | 60 | Usage: |
45 | 61 | $ kubectl preflight <uri/path> |
46 | 62 |
|
|
59 | 75 |
|
60 | 76 | For application developers writing collectors and analyzers: |
61 | 77 | https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/ |
62 | | -
|
63 | | - description: | |
64 | | - This plugin executes application-specific preflight checks and conformance |
65 | | - tests against a cluster, prior to installation of an application. |
66 | | -
|
67 | | - Application developers can create and host a Preflight manifest that |
68 | | - defines the minimum and desired Kubernetes environment for an application. |
69 | | - Before installing the application, a cluster admin can use this plugin to |
70 | | - execute the application preflight checksto identify any missing |
71 | | - components, configuration or incompatibilities between the cluster and the |
72 | | - desired environment. |
73 | | -
|
74 | | - When executing Preflight tests, the test results will be displayed in a |
75 | | - terminal-based UI on the workstation that executed the command. |
76 | | -
|
77 | | - For information on creating a Preflight manifest, view the documentation |
78 | | - at https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/ |
0 commit comments