From aa1ce834a62a308f2a506cdc0e58cba7a64eb7d0 Mon Sep 17 00:00:00 2001 From: Najmieh Sadat <98463228+najmiehsa@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:20:05 +0430 Subject: [PATCH] Modified the kubernetes instruction command (#138306) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../components/enrollment_instructions/standalone/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/public/components/enrollment_instructions/standalone/index.tsx b/x-pack/plugins/fleet/public/components/enrollment_instructions/standalone/index.tsx index c40015004db1b6..6994cf2a7ebc2c 100644 --- a/x-pack/plugins/fleet/public/components/enrollment_instructions/standalone/index.tsx +++ b/x-pack/plugins/fleet/public/components/enrollment_instructions/standalone/index.tsx @@ -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,