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
Fix issue with documentation updates
Some of the interactive features were not loading due to the
last round of documentation updates. This fixes those issues.
Allow for the existence of no labels when creating a cluster
This fell on the trap of the "empty string being split", which
by default creates a single entry in an array. As an empty string
is not a valid label, this would fail on the default command.
Allow for the existence of no labels when creating a cluster
This fell on the trap of the "empty string being split", which
by default creates a single entry in an array. As an empty string
is not a valid label, this would fail on the default command.