-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump releases to version v0.18.9 (#207)
* Bump releases to version v0.18.9 * Auto generate --------- Co-authored-by: metal-stack <[email protected]>
- Loading branch information
1 parent
f60fb43
commit 6774884
Showing
2 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ The mini-lab is a small, virtual setup to locally run the metal-stack. It deploy | |
|
||
- Linux machine with hardware virtualization support | ||
- kvm as hypervisor for the VMs (you can check through the `kvm-ok` command) | ||
- [docker](https://www.docker.com/) >= 20.10.13 (for using kind and our deployment base image) | ||
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.20.0 (for hosting the metal control plane) | ||
- [containerlab](https://containerlab.srlinux.dev/install/) >= v0.47.1 | ||
- the lab creates a docker network on your host machine (`172.17.0.1`), this hopefully does not overlap with other networks you have | ||
- [docker](https://www.docker.com/) >= 24.x.y (for using kind and our deployment base image) | ||
- [kind](https://github.com/kubernetes-sigs/kind/releases) == v0.23.0 (for hosting the metal control plane) | ||
- [containerlab](https://containerlab.dev/install/) >= v0.56.0 | ||
- the lab creates a docker network on your host machine with the address block `203.0.113.0/24`, designated as TEST-NET-3 for documentation and examples. | ||
- (recommended) haveged to have enough random entropy (only needed if the PXE process does not work) | ||
|
||
Here is some code that should help you to set up most of the requirements: | ||
|
@@ -167,16 +167,6 @@ Login with user name metal and the console password from | |
docker compose run --rm metalctl machine consolepassword e0ab02d2-27cd-5a5e-8efc-080ba80cf258 | ||
``` | ||
|
||
If you want to access the firewall with SSH or have internet connectivity from the firewall and machine, you'll need to have a static route configured that points to the leaf switches: | ||
|
||
```bash | ||
# Add the route to the network internet-mini-lab 100.255.254.0/24 via leaf01 and leaf02, whose IPs are dynamically allocated. Make sure there's no old route before execution. | ||
make route | ||
|
||
# Connect to the firewall | ||
ssh [email protected] | ||
``` | ||
|
||
To remove the kind cluster, the switches and machines, run: | ||
|
||
```bash | ||
|