Skip to content

Latest commit

 

History

History

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create kubernetes cluster

Edit cluster variables in file ci/tf/example.tfvars and run:

./provision.sh

kubectl config file locates at ci/playbook/kube/config-public.

export KUBECONFIG=ci/playbook/kube/config-public
kubectl get nodes -A -o wide

Destroy kubernetes cluster

Uninstall Cello and then run:

./destroy.sh

Run conformance tests

./conformance_test.sh