Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 785 Bytes

developer_workflow.md

File metadata and controls

43 lines (35 loc) · 785 Bytes

Developer workflow

Download source code

git clone https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix.git
cd cluster-api-provider-nutanix

Build source code

make docker-build

Create test management cluster

make kind-create

Prepare local clusterctl

make prepare-local-clusterctl

Deploy cluster-api-provider-nutanix CRDs on test management cluster

make deploy

Deploy test workload cluster

Note: Update ./clusterctl.yaml with appropriate configuration before running following commands

make test-clusterctl-create

Get test workload cluster kubeconfig

make test-kubectl-workload

Delete test workload cluster

make test-clusterctl-delete