Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo, add additional components.
  • Loading branch information
jacobweinstock authored Mar 15, 2024
1 parent 40ce445 commit dcdac9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tinkerbell/stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ helm install stack-release stack/ --create-namespace --namespace tink-system --w

## Introduction

This chart smeetraps a full Tinkerbell stack on a Kubernetes cluster using the Helm package manager. The Tinkerbell stack consists of the following components:
This chart boootraps a full Tinkerbell stack on a Kubernetes cluster using the Helm package manager. The Tinkerbell stack consists of the following components:

- [Smee](https://github.com/tinkerbell/smee)
- [Hegel](https://github.com/tinkerbell/hegel)
- [Tink](https://github.com/tinkerbell/tink)
- [Rufio](https://github.com/tinkerbell/rufio)
- [Hook](https://github.com/tinkerbell/hook)
- Reverse proxy server
- DHCP relay agent

This chart also installs a load balancer ([kube-vip](https://kube-vip.io/)) in order to be able to provide a service type loadBalancer IP for the Tinkerbell stack services and an Nginx server for handling proxying to the Tinkerbell service and for serving the Hook artifacts.

Expand Down

0 comments on commit dcdac9b

Please sign in to comment.