guiqui / k8Studio

K8Studio: A Kubernetes IDE
https://k8studio.io
Other
807 stars 25 forks source link

adding cluster with insecure-skip-tls-verify: true set #37

Closed sidthesloth closed 9 months ago

sidthesloth commented 9 months ago

App Version 0.2.2-alpha Arch: x64 Platform: darwin osRelease: 22.6.0 Locale: en-GB

Unable to add a cluster with the following config

mo-othman commented 9 months ago

Hi @sidthesloth That's maybe because we don't have the insecure-skip-tls-verify option through the form.

a temporary solution: if you have the cluster config in your kubeconfig you should be able to see it if your kubeconfig is not in the default path you can add the file path through the settings icon and press refresh and you should be able to see the cluster.

ATM, we are working on a better approach that will let you to add cluster through an editor and not a form.

sidthesloth commented 9 months ago

Hi @mo-othman , thanks for the quick response I do have it in my kubeconfig but when I double click the icon to access it to the ui it gives the error loading cluster cannot read properties of undefined(reading 'memory')

Screenshot 2024-01-18 at 11 54 08
mo-othman commented 9 months ago

Hi @sidthesloth, We have found a related bug, we are fixing it to be shipped in the next release.

I will keep you posted!

mo-othman commented 9 months ago

@sidthesloth we have released 0.2.3 which has the bug fix, let me know once you try it

sidthesloth commented 9 months ago

@mo-othman its working now thanks