An open API service indexing awesome lists of open source software.

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

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