Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 615 Bytes

Kubernetes cluster-api-provider-virtlet

WARNING

This is a research project. Do not try to use it in production.

Architecture

Architecture

Getting Started

Prerequisites

  1. Prepare a Kubernetes cluster with Virtlet installed.
  2. Deploy cluster-api and provider kubectl apply -f provider-components.yaml

Cluster Creation

Create cluster and machines:

kubectl apply -f hack/examples/cluster.yml
kubectl apply -f hack/examples/master-machine.yml
kubectl apply -f hack/examples/machine.yml