Skip to content

Latest commit

 

History

History
 
 

kubeoperator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Conformance tests for KubeOperator 3.0.1

Install KubeOperator 3.0.1

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

Deploy Kubernetes according to the documentation.

  1. 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.
  1. Prepare The Servers
  • We will prepare to add two servers, one master and one worker.
  1. Host Authorization
  • Authorize the host to the project.
  1. Deploy Cluster
  • Enter the project menu and click the "Add" button on the "Cluster" page to create the cluster.

Run Conformance Test

  1. Download a sonobuoy binary release of the CLI, or build it yourself by running:
$ go get -u -v github.com/vmware-tanzu/sonobuoy
  1. Run sonobuoy:
$ sonobuoy run --mode=certified-conformance
  1. Watch the logs:
$ sonobuoy logs
  1. Check the status:
$ sonobuoy status
  1. 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.