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
Turtles will soon support the use of cluster classes in different namespaces than the cluster to be provisioned. The UI needs to be updated to support a new field during cluster creation: classNamespace. If no class namespace is selected, the default is to use the same namespace as the cluster.
The text was updated successfully, but these errors were encountered:
We could just have a "Cluster Namespace" in the second screen of Cluster creation. The UI currently uses the Class namespace's instead. However that will then need to be passed as classNamespace field:
This requires CAPI core provider to be >= v1.6.5, which raises the question if we should have feature gates based on CAPI core and maybe even Turtles versions.
We may need an annotation to indicate what versions of CAPI a specific version of Turtles works with since this is a big can of worms in the making as the engine changes.
Turtles will soon support the use of cluster classes in different namespaces than the cluster to be provisioned. The UI needs to be updated to support a new field during cluster creation:
classNamespace
. If no class namespace is selected, the default is to use the same namespace as the cluster.The text was updated successfully, but these errors were encountered: