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
When dealing with multiple types of clients (controller-runtime, dynamic...) and also with the NewClusterAwareManager, it is easy to make the mistake to call the NewClusterConfig on the config used by the NewClusterAwareManaager.
The result is that the Roundtripper is registered twice and as being called twice the url contains the cluster workspace twice.
Logic must be added in the Roundtripper to avoid to add again the /clusters/ segment if already present.
The text was updated successfully, but these errors were encountered:
When dealing with multiple types of clients (controller-runtime, dynamic...) and also with the NewClusterAwareManager, it is easy to make the mistake to call the NewClusterConfig on the config used by the NewClusterAwareManaager.
The result is that the Roundtripper is registered twice and as being called twice the url contains the cluster workspace twice.
Logic must be added in the Roundtripper to avoid to add again the
/clusters/
segment if already present.The text was updated successfully, but these errors were encountered: