Skip to content

Commit

Permalink
Fix some drawing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Apr 5, 2024
1 parent 3a12fd6 commit 2fada33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/overview/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The control plane contains of a couple of essential microservices for the metal-

The following figure shows the relationships between these microservices:

![Metal Control Plane](metal-stack-control-plane.svg)
![Metal Control Plane](metal-stack-control-plane.drawio.svg)

> Figure 1: The metal control plane deployed in a Kubernetes environment with an ingress-controller exposing additional services via [service exposal](https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/).
Expand Down Expand Up @@ -86,7 +86,7 @@ The microservices running inside a partition are:
- **[pixiecore](https://github.com/danderson/netboot/tree/master/pixiecore)** (preferably runs on management servers, forked by metal-stack) Provides the capability of PXE booting servers in the PXE boot network.
- **[metal-bmc](https://github.com/metal-stack/metal-bmc)** (runs on management servers) Reports the ip addresses that are leased to ipmi devices together with their machine uuids to the metal-api. This provides machine discovery in the partition machines and keeps all IPMI interface access data up-to-date. Also forwards metal-console requests to the actual machine, allowing user access to the machine's serial console. Furthermore it processes firmware updates and power on/off, led on/off, boot order changes.

![Partition](metal-stack-partition.svg)
![Partition](metal-stack-partition.drawio.svg)

> Figure 2: Simplified illustration of services running inside a partition.
Expand Down

0 comments on commit 2fada33

Please sign in to comment.