>>> cat sind.yaml
kind: Cluster
name: default
nodes:
- role: controller
managed: false
>>> sind create cluster --config sind.yaml
11:31:55.738 ERRO managed is only valid for worker nodes, not "controller"
Support managed: false for the controller, which makes all other nodes un-managed implicitly. This should be very useful to debug issues by running slurmctld -Dvvvvvv manually, while working on the configuration in /etc/slurm within the container.
>>> cat sind.yaml kind: Cluster name: default nodes: - role: controller managed: false >>> sind create cluster --config sind.yaml 11:31:55.738 ERRO managed is only valid for worker nodes, not "controller"Support
managed: falsefor the controller, which makes all other nodes un-managed implicitly. This should be very useful to debug issues by runningslurmctld -Dvvvvvvmanually, while working on the configuration in/etc/slurmwithin the container.