faermanj / provider-certification-tool

Home Page:https://redhat-openshift-ecosystem.github.io/provider-certification-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenShift Provider Certification Tool

OpenShift Provider Certification Tool is used to evaluate an OpenShift installation on a provider or hardware is in conformance

Documentation

Building

  • Go 1.17+ is needed.
  • To build openshift provider cert tool invoke make.
  • Cross build make targets are also available for Windows and MacOS. See Makefile for more on this.

Dependencies

Dependencies are managed through Go Modules. When updating any dependency the suggested workflow is:

go mod tidy
go mod vendor

About

https://redhat-openshift-ecosystem.github.io/provider-certification-tool/

License:Apache License 2.0


Languages

Language:Go 94.5%Language:Shell 3.0%Language:Makefile 1.7%Language:Dockerfile 0.8%