-
Notifications
You must be signed in to change notification settings - Fork 734
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
Add additional Helm documentation for Fleet Server, and Agent #6154
Conversation
Add missing Elasticsearch/Kibana examples Move Fleet example to folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I would make the paths branch version specific. While testing this I realised that our Helm Chart release did not work properly. The Elastic Stack chart I get is still the one prior to the 2.5 release, without the Agent charts. We did not bump the Chart version of the stack chart when we added new dependencies which is a mistake, which I think we can only fix through a new release.
docs/orchestrating-elastic-stack-applications/stack-helm-chart.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one last little thing: use current
instead of master
or 2.2
in the ECK doc URLs referenced in deploy/eck-stack/examples/elasticsearch/hot-warm-cold.yaml
for consistency.
Co-authored-by: Thibault Richard <[email protected]>
Co-authored-by: Thibault Richard <[email protected]>
I resolved the conflict with |
Make documentation more clear concerning xpack fleet namespace settings. Be consistent with namespace choice in readmes
…c#6154) * Add additional helm documentation for Fleet Server, and Agent Add missing Elasticsearch/Kibana examples Move Fleet example to folder. * Make values links raw content, and using specific target tag. * Use current instead of master in links. Co-authored-by: Thibault Richard <[email protected]> * Use current in links. Co-authored-by: Thibault Richard <[email protected]> * Update all doc links to point to current, not master, or a branch. * Remove version from fleet example. Make documentation more clear concerning xpack fleet namespace settings. Be consistent with namespace choice in readmes * Remove additional version setting. Co-authored-by: Thibault Richard <[email protected]> Co-authored-by: Thibault Richard <[email protected]> (cherry picked from commit ea459ba) # Conflicts: # deploy/eck-stack/examples/agent/fleet-agents.yaml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…#6263) * Add additional helm documentation for Fleet Server, and Agent Add missing Elasticsearch/Kibana examples Move Fleet example to folder. * Make values links raw content, and using specific target tag. * Use current instead of master in links. Co-authored-by: Thibault Richard <[email protected]> * Use current in links. Co-authored-by: Thibault Richard <[email protected]> * Update all doc links to point to current, not master, or a branch. * Remove version from fleet example. Make documentation more clear concerning xpack fleet namespace settings. Be consistent with namespace choice in readmes * Remove additional version setting. Co-authored-by: Thibault Richard <[email protected]> Co-authored-by: Thibault Richard <[email protected]> (cherry picked from commit ea459ba) # Conflicts: # deploy/eck-stack/examples/agent/fleet-agents.yaml
This adds additional documentation for installing/managing Fleet Server, and managed Elastic Agents using the Helm charts.
While writing this, I noticed that the referenced examples in the documentation for Elasticsearch/Kibana were missing, and this also adds them where they need to be.