1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix distribution detector erroneously depending on previous metadata

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-08-11 12:20:03 -04:00
parent 33834e34b7
commit 41874c8957

View File

@ -96,8 +96,6 @@ export class DistributionDetector extends BaseClusterDetector {
} }
public async getKubernetesVersion() { public async getKubernetesVersion() {
if (this.cluster.version) return this.cluster.version;
const response = await this.k8sRequest("/version"); const response = await this.k8sRequest("/version");
return response.gitVersion; return response.gitVersion;