tinkerbell / k8s-sandbox

The easiest way to setup the Tinkerbell Stack on Kubernetes
Apache License 2.0
9 stars 9 forks source link

Add code to deploy on Kubernetes #3

Closed mrchrd closed 3 years ago

mrchrd commented 3 years ago

Description

This code is mostly copied from the current sandbox and has been adapted to work with Kubernetes (k3s) instead of Docker Compose. It behaves very similarly so that existing e2e test ran with only minor changes, and the official documentation documentation can also be followed with a few changes only.

How Has This Been Tested?

vagrant_test.go ran successfully and also validated manually.

Checklist:

I have: