This will run sonobuoy against a kubernetes v1.7 cluster as created by triton-kubernetes.
git clone https://github.com/joyent/triton-kubernetes.git
Run the triton-kubernetes.sh
script with the -c
option and follow the instructions answering questions about how the cluster manager should be configured.
Run the triton-kubernetes.sh
script with the -e
option and follow the instructions answering questions about how the environment should be configured.
To configure your own kubectl to talk to your newly created Kubernetes cluster, go to Kubernetes -> kubectl. Click on Generate Config to generate the necessary kube/config_file that you can download and add to your local directory.
curl -L https://raw.githubusercontent.com/cncf/k8s-conformance/master/sonobuoy-conformance-1.7.yaml | kubectl apply -f -
kubectl cp sonobuoy/sonobuoy:/tmp/sonobuoy ./results
cd results
tar xfz sonobuoy.tar.gz