mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a84ce19d16
commit
17cf5680a8
@ -88,7 +88,7 @@ export class DistributionDetector extends BaseClusterDetector {
|
||||
}
|
||||
|
||||
protected isKind() {
|
||||
return this.cluster.contextName.startsWith("kind-");
|
||||
return this.cluster.contextName.startsWith("kubernetes-admin@kind-");
|
||||
}
|
||||
|
||||
protected isCustom() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user