Files
container.training/prepare-labs/templates/clusters.csv
Jérôme Petazzoni b6340acb6e ⚛️ Huge refactoring of lab environment deployment system
Summary of changes:
- "workshopctl" is now "labctl"
- it can handle deployment of VMs but also of managed
  Kubernetes clusters (and therefore, it replaces
  the "prepare-tf" directory)
- support for many more providers has been added

Check the README.md, in particular the "directory structure";
it has the most important information.
2023-03-29 18:36:48 +02:00

232 B

1Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %}
2{% for cluster in clusters -%}
3{%- for node in cluster %} {{ node|trim }}{% endfor %}
4{% endfor %}