https://github.com/sealerio/preflight
check if Kubernetes installation prerequisites are met for sealer
https://github.com/sealerio/preflight
Last synced: 2 months ago
JSON representation
check if Kubernetes installation prerequisites are met for sealer
- Host: GitHub
- URL: https://github.com/sealerio/preflight
- Owner: sealerio
- Created: 2022-05-18T07:05:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T10:53:03.000Z (over 3 years ago)
- Last Synced: 2025-06-02T21:09:59.296Z (4 months ago)
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preflight
## Usage
### list all checkers
```shell
preflight list
```### skip run checkers
run all checkers expect checker type is port and os
```shell
preflight run --skip port,os
```### ignore checkers result
run all checkers and ignore cpu and mem errors,just warning.
```shell
preflight run --ignore-errors cpu,mem
```## Examples