crossplane-provider-tinkerbell

module
v0.0.0-...-2920658 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0

README

crossplane-provider-tinkerbell

This repository is Experimental meaning that it's based on untested ideas or techniques and not yet established or finalized or involves a radically new and innovative style! This means that support is best effort (at best!) and we strongly encourage you to NOT use this in production.

crossplane-provider-tinkerbell is an experimental Crossplane Provider for Tinkerbell. It intends to offer the following features (currently incomplete and experimental):

  • A ProviderConfig type that only points to a credentials Secret. The value in the Secret key (identified by the credentialsSecretRef) should contain a json or yaml string that includes grpc_authority and cert_url.
  • A Hardware resource type that serves as to managed Hardware resources.
  • A Template resource type that serves as to manage Template resources.
  • A Workflow resource type that serves as to manage Workflow resources.
  • A managed resource controller that reconciles Hardware objects and simply prints their configuration in its Observe method.
  • A managed resource controller that reconciles Template objects and simply prints their configuration in its Observe method.
  • A managed resource controller that reconciles Workflow objects and simply prints their configuration in its Observe method.

Developing

Run against a Kubernetes cluster:

make run

Install latest into Kubernetes cluster where Crossplane is installed:

make install

Install local build into Kind cluster where Crossplane is installed:

make install-local

Build, push, and install:

make all

Build image:

make image

Push image:

make push

Build binary:

make build

Directories

Path Synopsis
Package apis contains Kubernetes API for the Tinkerbell provider.
Package apis contains Kubernetes API for the Tinkerbell provider.
compute
Package compute contains group Compute API versions
Package compute contains group Compute API versions
compute/v1alpha1
Package v1alpha1 contains the v1alpha1 group Compute resources of the Tinkerbell provider.
Package v1alpha1 contains the v1alpha1 group Compute resources of the Tinkerbell provider.
v1alpha1
Package v1alpha1 contains the core resources of the Tinkerbell provider.
Package v1alpha1 contains the core resources of the Tinkerbell provider.
cmd
pkg

Jump to

Keyboard shortcuts

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