Tsui Jie
Tsui Jie
I'm having the same issue, would love to know how exactly did you do to solve this problem, :) 
Try this: ``` $ ( '# SuivreGeo'). Change (function () { if ($(this).attr('disabled) == 'disabled') return false; $(this).attr('disabled', 'disabled'); $.ajax({ ... }).complete(function () { $(this).removeAttr('disabled') }) }) ```
[[Fixed the system namespace to "karmada-system".](https://github.com/karmada-io/karmada/pull/3234#top)](https://github.com/karmada-io/karmada/pull/3234) @chaunceyjiang This problem will be solved if we propagate custom karmada namespace into karmada instances. So Is it required to fix namespace to karmada-system?
> Hi [@tsuijie](https://github.com/tsuijie) , thank you for your feedback. It seems that Helm currently does not support installing Karmada in a namespace other than karmada-system. Given that the current karmada-operator...