-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create kind metal-control-plane via containerlab #170
base: master
Are you sure you want to change the base?
Conversation
It should be still possible to only spin up the control plane without any switches ? Is this the case ? If yes this would be awesome. |
Would be possible with a third topology file. |
@simcod Could you test https://containerlab.dev/cmd/deploy/#node-filter and document the behavior? We could introduce the additional make targets "only-control-plane" and "only-partition". |
@@ -22,14 +22,13 @@ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also update the dependency to >= v0.55.0
@@ -22,14 +22,13 @@ 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind ist still required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested without local kinD installation. Besides the .kubeconfig
file created with root
ownership, the setup still works.
At the moment, the use of kinD via containerlab is not stable enough. Therefore, we should stick with the current configuration. |
Should we close then? |
We should discuss together, still find this approach reasonable |
@simcod Why is not stable enough? 😅 |
It is possible to create the cluster with the |
No description provided.