Config for custom NS and other options:
# Linux
~/.config/Freelens/lens-cluster-store.json
# macOS
~/Library/Application Support/Freelens/lens-cluster-store.json
# Windows
%APPDATA%\Freelens\lens-cluster-store.json{
"clusters": [
{
"id": "abc123",
"kubeConfigPath": "/home/user/.kube/config",
"contextName": "mi-cluster",
"preferences": {
"accessibleNamespaces": [
"namespace-1",
"namespace-2",
"namespace-3"
]
}
}
]
}