Tsui Jie

Results 5 comments of Tsui Jie

I'm having the same issue, would love to know how exactly did you do to solve this problem, :) ![image](https://cloud.githubusercontent.com/assets/5970965/7830450/f396b6f4-047f-11e5-9847-a15762fa02bf.png)

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...