Setting per cluster for mountpoints in the filesystem metrics#7964
Open
dex4er wants to merge 2 commits intolensapp:masterfrom
Open
Setting per cluster for mountpoints in the filesystem metrics#7964dex4er wants to merge 2 commits intolensapp:masterfrom
dex4er wants to merge 2 commits intolensapp:masterfrom
Conversation
Signed-off-by: Piotr Roszatycki <piotr.roszatycki@gmail.com>
7caba41 to
4ff49bd
Compare
Signed-off-by: Piotr Roszatycki <piotr.roszatycki@gmail.com>
0d67f35 to
dbad7bb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is extra setting per cluster that allows to change the mountpoints in the filesystem metrics.
It is a must for a Bottlerocket EKS nodes (and possibly for COS GCP, but I didn't test it yet) because in this OS the
"/"is a read-only small filesystem (~ 1GB) and the containers and ephemeral data on another mountpoints.The setting:
With the default value
"/":With the changed value to
".*":