Skip to content

Latest commit

 

History

History
 
 

ntnx-karbon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Nutanix Karbon

To Reproduce

On Nutanix Prism Central, enable Karbon (managed Kubernetes offering of Nutanix) by following this document.

Next, follow the steps to install a fresh cluster, choosing v1.11 as the Kubernetes version and centos as the base image.

Once the cluster is deployed, you can download the kubeconfig to your local machine using the steps described here and move it to ~/.kube/config file.

Then, build Sonobuoy(the standard tool for running these tests) by running go get -u -v github.com/heptio/sonobuoy. This would build the latest Sonobuoy release 0.12.1.

Deploy a Sonobuoy pod to the deployed cluster using sonobuoy run, which will initiate the tests to run on the cluster. Use sonobuoy status to track the status of the test run. Once it completes, you can inspect the logs using sonobuoy logs and/or retrieve it using sonobuoy retrieve to copy from the main Sonobuoy pod to a local directory.