Rémi Santos

Results 12 comments of Rémi Santos

The + button is there, but only if you have the right permissions on the project. See https://github.com/bitnami/cabin/blob/4864566752b3686e64317017d036dbd8c9e39ae0/src/components/Clusters/ClustersNewGoogle.js#L182 to check if the permissions corresponds to your case?

This is interesting, when you have a restricted access to a specific namespace, a "all-namespace" returns nothing, I thought kubernetes would still allows you to query all-namespace but only return...

@vtuson Most of the android build issues should be fixed with #67 , I started the project from scratch to see pain points, make sure to follow the steps on...

Hm no you shouldn't have to install anything on your cluster. Do you use the proxy url in the app?

I tested this on both iOS and Android, no crash happened, maybe this crash has been fixed with recent fixes. An update is coming on the stores including those fixes....

This can be a new feature, the `deploy` tab could include another view where you can add deployment files (copy/paste text, download from url), list them and use them just...

Hi, This would be really appreciated, thanks for putting it in the backlog, any update on the timeline? 🙏

I just call this method and it works ! thanks ! ``` objective-c -(void)resetLayout { [_animator removeAllBehaviors]; [_visibleIndexPaths removeAllObjects]; } ```

Thanks for your PR, this is fixed with #8 🙌

It appears that a RN fix is coming that would solve this issue: https://github.com/facebook/react-native/pull/28236