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
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
The cluster-add task, adds the id of the current node to the cluster/machines param here
This works fine, however when visiting the cluster profile through the UI a validation error is shown. Because cluster/machinesshould be a list of objects.
at the moment, I believe this is a UX render issue but need to understand the impacts better.
the right solution is to move the code forward to use KRIB format instead of the simple list.
as a workaround, I'll make the object spec less specific and that should allow time for migrating the code.
The cluster-add task, adds the id of the current node to the
cluster/machines
param hereThis works fine, however when visiting the cluster profile through the UI a validation error is shown. Because
cluster/machines
should be a list of objects.The text was updated successfully, but these errors were encountered: