Skip to content

[8.5](backport #1382) Mount /etc directory in Kubernetes DaemonSet manifests.#1395

Merged
MichaelKatsoulis merged 1 commit into8.5from
mergify/bp/8.5/pr-1382
Oct 3, 2022
Merged

[8.5](backport #1382) Mount /etc directory in Kubernetes DaemonSet manifests.#1395
MichaelKatsoulis merged 1 commit into8.5from
mergify/bp/8.5/pr-1382

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Oct 3, 2022

This is an automatic backport of pull request #1382 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Changes made to files like `/etc/passwd` using Linux tools like
`useradd` are not reflected in the mounted file on the Agent,
because the tool replaces the file instead of changing it
in-place.

Mounting the parent directory solves this problem.

(cherry picked from commit 90c2c00)
@mergify mergify bot requested a review from a team as a code owner October 3, 2022 06:55
@mergify mergify bot added the backport label Oct 3, 2022
@mergify
Copy link
Copy Markdown
Contributor Author

mergify bot commented Oct 3, 2022

This pull request has not been merged yet. Could you please review and merge it @yashtewari? 🙏

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-10-03T06:55:41.198+0000

  • Duration: 20 min 17 sec

Test stats 🧪

Test Results
Failed 0
Passed 4943
Skipped 17
Total 4960

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages.

  • run integration tests : Run the Elastic Agent Integration tests.

  • run end-to-end tests : Generate the packages and run the E2E Tests.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@elasticmachine
Copy link
Copy Markdown
Contributor

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 97.297% (72/74)
Files 69.13% (159/230)
Classes 69.163% (314/454)
Methods 53.174% (888/1670)
Lines 39.219% (9577/24419)
Conditionals 100.0% (0/0) 💚

@MichaelKatsoulis MichaelKatsoulis merged commit ba83d01 into 8.5 Oct 3, 2022
@MichaelKatsoulis MichaelKatsoulis deleted the mergify/bp/8.5/pr-1382 branch October 3, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants