mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 08:12:49 +00:00
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.
6 lines
232 B
CSV
6 lines
232 B
CSV
Put your initials in the first column to "claim" a cluster.
|
|
Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %}
|
|
{% for cluster in clusters -%}
|
|
{%- for node in cluster %} {{ node|trim }}{% endfor %}
|
|
{% endfor %}
|