InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
389 stars 39 forks source link

[prerequisite] Add Prerequisite checking #661

Closed jimmyliao closed 2 years ago

jimmyliao commented 2 years ago

Signed-off-by: Jimmy jimmyliao@jimmyliao.net

PR checklist

What type of PR is this?

USAGE:
  primehub-prerequisite check linux-package    : check the Linux Package
  primehub-prerequisite check container        : check the Container runtime
  primehub-prerequisite check kubernetes       : check the Kubernetes
  primehub-prerequisite check ingress          : check Ingress
  primehub-prerequisite check gpu              : check GPU
  primehub-prerequisite check storageclass     : check StorageClass
  primehub-prerequisite -h,--help              : show this message

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

LiuYuWei commented 2 years ago

Suggest the new structure to @jimmyliao.

LiuYuWei commented 2 years ago

@jimmyliao Please check the DCO check.

jimmyliao commented 2 years ago

@jimmyliao Please check the DCO check.

DCO and Test passed. Please check.