playground
playground copied to clipboard
Example deployments of the Tinkerbell Stack for use as playground environments
We've introduced a Kubernetes back-end and some maintainers have written compose files to get up and running (unmerged). We need to define a clear path for deploying with the Kubernetes...
I've just moved tls cert generation to terraform in my local "fork". I find it much easier to understand than the generate.sh bash script. Would you accept such contribution?
As soon as the tink_worker is started it fails with an error x509 : certificate signed by unknown authority at linuxkit ## Expected Behaviour The tink_worker should work as the...
Signed-off-by: Nicklas Frahm ## Description This PR provides a Helm chart to deploy Tinkerbell to Kubernetes. ## Why is this needed This is submitted in alignment with the discussion during...
I am trying to set up a test environment with Tinkerbell by going through this guide: https://docs.tinkerbell.org/setup/on-bare-metal-with-docker/ It is referring to `generate-env.sh` and `setup.sh` scripts, which do not exist either...
I'm trying to install the provisioner on a server behind a proxy. It is not functioning because, in spite the fact that I've already set the proxies variables both in...
The current docker-compose file doesnt support the docker-compose v2. The last v1 release was in May 10, 2021. v2 has seen numerous releases since then. latest v2 is [v2.6.1](https://github.com/docker/compose/releases/tag/v2.6.1) ```bash...
## Expected Behaviour ## Current Behaviour ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment * Operating System and version (e.g....
Two disclaimers: 1. I am still investigating this issue 2. I am new to all of this but I did follow the guide and tried to do some basic troubleshooting....
Greetings, I am trying to "play" with Tinkerbell to provision bare metal servers with OSes (e.g with Ubuntu Focal). I am following https://github.com/tinkerbell/sandbox/blob/main/docs/quickstarts/COMPOSE.md and I haven't been able to finish...