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
I've been trying to get capt to work without much success, until I came across the following line in the documentation:
Generating the cluster configuration
For the purpose of this tutorial, we'll name our cluster capi-quickstart. The --target-namespace needs to be the namespace where the Tink stack is deployed. Otherwise you will see an error.
After this, I moved the tinkerbell stack to the namespace of the capi-cluster, and it suddenly started working.
Can I conclude from this that it is impossible to run the tinkerbell stack in its own namespace ?
Or is it somehow possible to configure it to look at multiple namespaces ?
In the first case, it would be nice if this was spelled out a lot clearer in the documentation.
In the second case, how do I configure it to work across namespaces ?