mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Modified the kubernetes instruction command (#138306)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
47dc9878b6
commit
aa1ce834a6
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