You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to deploy GPU nodes with custom labels on specific node groups so that they can have MIG enabled on deployment, removing the need to manually label each node.
We attempted to edit charts/openstack-cluster/templates/node-group/openstack-machine-template.yaml
Moving labels into template:spec, as follows;
Allow labelling for node deployments.
We are trying to deploy GPU nodes with custom labels on specific node groups so that they can have MIG enabled on deployment, removing the need to manually label each node.
We attempted to edit charts/openstack-cluster/templates/node-group/openstack-machine-template.yaml
Moving labels into template:spec, as follows;
With this code we got the error:
We also attempted to just move the pre-existing code into the template spec:
And got the error:
The text was updated successfully, but these errors were encountered: