cluster-api-provider-civo

command module
v0.0.0-...-6151646 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

README

cluster-api-provider-civo

capc (cap ka) is a cluster api provider for the civo platform created for the hackathon for fun! Interested in helping drive it forward? you are more then welcome to join in!

Run locally

To run this Cluster API with this provider locally:

  1. Install clusterctl: curl -L https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.0.1/clusterctl-linux-amd64 -o clusterctl
  2. Create kind cluster: kind create cluster
  3. Save kubeconfig from kind and export it: kind get kubeconfig > /tmp/kubeconfig && export KUBECONFIG=/tmp/kubeconfig
  4. Initialize Cluster API controller: clusterctl init
  5. Install CRDs: kubectl apply -f ./config/samples/crds.yaml
  6. Export your Civo API key: export CIVO_API_KEY=your_key
  7. Run provider controller: make run
  8. Apply sample manifest with cluster definition: kubectl apply -f ./config/samples/cluster.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1beta1
Package v1beta1 contains API Schema definitions for the infrastructure v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
Package v1beta1 contains API Schema definitions for the infrastructure v1beta1 API group +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL