-
Notifications
You must be signed in to change notification settings - Fork 200
[docs] Adding #10994 to known issues list #11067
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
base: main
Are you sure you want to change the base?
Conversation
🔍 Preview links for changed docs |
8962916 to
12fc045
Compare
colleenmcginnis
left a comment
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.
Left some suggestions/questions below.
|
|
||
| ```shell | ||
| # --force is needed for fleet managed agents | ||
| sudo elastic-agent upgrade 9.1.7 --force --source-uri file:///path/to/files |
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.
Should we hold this PR until 9.1.7 is released?
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.
We can use any version in the example, but the fix will be avaiable in 9.2.1, 9.1.7, and 8.19.7.
If we don't want to wait for a release, I can use something like <version> as a placeholder?
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.
I tried this on 9.1.6 and it seems to enforce a pgp check against a file which is on a wrong path.
Error: Failed trigger upgrade of daemon: failed verification of agent binary: could not get .asc file: fetching asc file from '/opt/Elastic/Agent/data/elastic-agent-9.1.6-f7a485/downloads/elastic-agent-9.2.0-linux-arm64.tar.gz.asc': open /opt/Elastic/Agent/data/elastic-agent-9.1.6-f7a485/downloads/elastic-agent-9.2.0-linux-arm64.tar.gz.asc: no such file or directory
Co-authored-by: Craig MacKenzie <[email protected]>
Co-authored-by: Colleen McGinnis <[email protected]>
What does this PR do?
Adds #10994 to the known issue list with work around and affected versions.
Why is it important?
Elastic Agent will fail to apply custom
Agent Binary Downloadsettings from the Fleet policy.Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself