ECE AWS load balancers, ipv6 and proxy protocol v2 tutorial#5602
ECE AWS load balancers, ipv6 and proxy protocol v2 tutorial#5602
Conversation
Vale Linting ResultsSummary: 1 warning, 1 suggestion found
|
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/cloud-enterprise/ece-load-balancers.md | 47 | Elastic.Spelling | 'balancer's' is a possible misspelling. |
💡 Suggestions (1)
| File | Line | Rule | Message |
|---|---|---|---|
| deploy-manage/deploy/cloud-enterprise/ece-networking-prereq.md | 15 | Elastic.WordChoice | Consider using 'deactivated, deselected, hidden, turned off, unavailable' instead of 'disabled', unless the term is in the UI. |
The Vale linter checks documentation changes against the Elastic Docs style guide.
To use Vale locally or report issues, refer to Elastic style guide for Vale.
🔍 Preview links for changed docs |
| ```bash | ||
| # Get the admin password from an ECE host | ||
| ADMIN_PASSWORD=$(sudo cat /mnt/data/elastic/bootstrap-state/bootstrap-secrets.json | jq -r '.adminconsole_root_password') | ||
|
|
There was a problem hiding this comment.
Copied from https://github.com/elastic/cloud/pull/153120#pullrequestreview-3998097378, by @jakommo :
I think this only exists on the first ECE host that was installed and I've also seen that customers removed it for security reasons.
Should we default to set the PW manually with a note that it can be sourced from this file if it exists on the host?
There's no need to provide this step, maybe just as a tip in case the user doesn't know the admin password. Ideally we should link to other official docs if the reader needs to know more about the admin password. For the tutorial this is already reported as a prerequisite.
DO NOT MERGE UNTIL ECE RELEASE IS CLARIFIED
Summary
Adding new doc from https://github.com/elastic/cloud/pull/153120 into docs-content as a tutorial.
Original content by @brendandw refined in this commit (for your review):
existing installationprocedure, enforcingone-by-oneproxy container recreation and validation to reduce outage risks.Pending:
--proxy-protocol-version 2and--proxy-protocol-lenientflags, because our docs are already mentioning proxy protocol v2 support in the ece-load-balancers.md doc.Generative AI disclosure