1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-02 18:37:03 +02:00
parent a84ce19d16
commit 17cf5680a8

View File

@ -88,7 +88,7 @@ export class DistributionDetector extends BaseClusterDetector {
} }
protected isKind() { protected isKind() {
return this.cluster.contextName.startsWith("kind-"); return this.cluster.contextName.startsWith("kubernetes-admin@kind-");
} }
protected isCustom() { protected isCustom() {