-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Display k8 daemonset yaml in standalone mode #110408
Comments
Pinging @elastic/fleet (Feature:Fleet) |
@ChrsMark fyi |
@mukeshelastic Does this differ from #92113? |
It does differ but just by a little bit. This issue relates to add-agent flyout->standalone tab to show K8s daemonset yaml as opposed to the usual agent policy yaml. #92113 is about fleet mode to show K8s as a platform in the dropdown, for agent policies with K8s integration, making K8s platform as a default choice, including the fleet enrollment token in the daemonset yaml and then install command to be kubectl apply -f daemonset_config.yaml and option to download that file.. There is definitely different work involved in these two issues hence I created them separately but may make sense to do it together to get it all done with single attempt. |
Should we also be providing ECK Agent resource manifest to achieve the same? |
It could be an option. We could have 3 tabs like |
I do like the idea of including ECK as an option there. We maintain (ie. test them as part of our E2E tests) a number of recipes. They are also exposed in our docs for standalone and fleet modes. |
In the add agent flyout, if a K8s integration is detected then the standalone mode policy should be the K8s daemonset manifest and not general agent policy and the instructions to install agent should be the kubelet apply -f filename.yaml and not ./elastic-agent install.
The text was updated successfully, but these errors were encountered: