Sebastian Malton
Sebastian Malton
I can investigate
I noticed that this doesn't entirely solve the issue. Will look again on Monday.
@farodin91 if you run kubectl get --raw /api you should get back a JSON object that has a field called versions. What is its value? On GKE and minikube it...
If you installed it normally you should be able to run it from the command line. What happens if you run `/Applications/Lens.app/Contents/MacOS/Lens` in the terminal?
No logs?
Has this been resolved by a recent update?
1. What platform are you on? 2. What version are you running? 3. Can you post some logs 4. Please fill out the bug template next time.
@zach-skysafe That is because the following code ```golang package main import ( "fmt" "reflect" ) type MyEnum int const ( Enum1 MyEnum = 1 Enum2 = 2 ) func main()...
I think that `Equal` here shouldn't pass since they are not the same type (`string` vs `MyEnum`). And that is why there is the `EqualValue` function. > Another way to...
FYI you can use the terminal feature within Lens if you need to be able to communicate with the cluster directly using `kubectl`. Other than that, thanks for the feature...