- Create an account at https://joyent.com/
- Download and install
triton-kubernetes
- Create a new cluster manager and cluster using
triton-kubernetes
.
When the cluster is up and running,
- Download the kubeconfig file.
- Set the
KUBECONFIG
environment variableexport KUBECONFIG=$(pwd)/kubeconfig
.
Follow the instructions as found in the CNCF K8s Conformance repository.
- Note that the Sonobouy e2e test suite currently requires the master nodes to be schedulable, by default triton-kubernetes taints the master nodes to be unschedulable.