mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit aa1ce834a6
)
Co-authored-by: Najmieh Sadat <98463228+najmiehsa@users.noreply.github.com>
This commit is contained in:
parent
b6d156259f
commit
ca4a5670bf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Expand-Archive .\elastic-agent-${kibanaVersion}-windows-x86_64.zip -DestinationP
|
|||
cd elastic-agent-${kibanaVersion}-windows-x86_64
|
||||
.\\elastic-agent.exe install`;
|
||||
|
||||
const k8sCommand = 'kubectl apply -f elastic-agent-standalone-kubernetes.yaml';
|
||||
const k8sCommand = 'kubectl apply -f elastic-agent-standalone-kubernetes.yml';
|
||||
|
||||
return {
|
||||
linux: linuxCommand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue