Modified the kubernetes instruction command (#138306)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Najmieh Sadat 2022-08-09 04:20:05 +04:30 committed by GitHub
parent 47dc9878b6
commit aa1ce834a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,