Follow the installation to install KubeOperator.
$ curl -sSL https://github.com/KubeOperator/KubeOperator/releases/latest/download/quick_start.sh | sh
Wait until service running successfully.
Deploy Kubernetes according to the documentation.
- System Settings
- Before using the KubeOperator, you must set the necessary parameters for the KubeOperator. These system parameters will affect the installation of the Kubernetes cluster and access to related services.
- Prepare The Servers
- We will prepare to add two servers, one master and one worker.
- Host Authorization
- Authorize the host to the project.
- Deploy Cluster
- Download a sonobuoy binary release of the CLI, or build it yourself by running:
$ go get -u -v github.com/vmware-tanzu/sonobuoy
- Run sonobuoy:
$ sonobuoy run --mode=certified-conformance
- Watch the logs:
$ sonobuoy logs
- Check the status:
$ sonobuoy status
- Once the status shows the run as completed, you can download the results archive by running:
$ sonobuoy retrieve
Please refer to sonobuoy.tar.gz for the result.