-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Update kubernetes templates for elastic-agent #138260
Conversation
❌ Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
Pinging @elastic/fleet (Team:Fleet) |
…-ref HEAD~1..HEAD --fix'
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
@@ -326,7 +328,7 @@ spec: | |||
# Elasticsearch API key used to enroll Elastic Agents in Fleet (https://www.elastic.co/guide/en/fleet/current/fleet-enrollment-tokens.html#fleet-enrollment-tokens) | |||
# If FLEET_ENROLLMENT_TOKEN is empty then KIBANA_HOST, KIBANA_FLEET_USERNAME, KIBANA_FLEET_PASSWORD are needed | |||
- name: FLEET_ENROLLMENT_TOKEN | |||
value: "token-id" | |||
value: "" |
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 like it's needed as we replace this by the ENROLLMENT token in the instructions
value: "" | |
value: "token-id" |
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.
oh nice let me change this
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.
value: "changeme" | ||
value: "" | ||
# The Elasticsearch host to communicate with | ||
- name: ES_HOST |
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.
just wondering if this variable wasn't skipped on purpose - for standalone mode ES_HOST
will get rendered to the actual value in configmap
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.
Automated by https://fleet-ci.elastic.co/job/elastic-agent/job/elastic-agent-mbp/job/PR-837/28/