mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
"kubectl version --client" doesn't have extra values
`--client true` has been working with previous versions, but not with 1.24
This commit is contained in:
parent
dbdde19222
commit
e03de2647b
@ -155,7 +155,7 @@ export class Kubectl {
|
|||||||
try {
|
try {
|
||||||
const args = [
|
const args = [
|
||||||
"version",
|
"version",
|
||||||
"--client", "true",
|
"--client",
|
||||||
"--output", "json",
|
"--output", "json",
|
||||||
];
|
];
|
||||||
const { stdout } = await promiseExecFile(path, args);
|
const { stdout } = await promiseExecFile(path, args);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user