-
Notifications
You must be signed in to change notification settings - Fork 234
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
Support for container log max files in logging config #1759
Support for container log max files in logging config #1759
Conversation
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
@@ -47,5 +47,4 @@ EOF | |||
xargs -0 go run ./hack/apidoc-gen/main.go -section-link="#${version}" >> "${docfile}" | |||
} | |||
|
|||
genVersionedDoc "v1beta1" |
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.
@kron4eg Since we shouldn't be making changes to the v1beta1 API anymore. I have disabled API docs generation for it.
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik, kron4eg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 6973b2c61e6255c6b2a62c0e37f9a52c33b29ed6
|
/test pull-kubeone-e2e-aws-upgrade-1.20-1.21 |
Signed-off-by: Waleed Malik ahmedwaleedmalik@gmail.com
What this PR does / why we need it:
Adds support for
ContainerLogMaxFiles
in LoggingConfiguration for KubeOne Clusters. ContainerLogMaxFiles configures the maximum number of container log files that can be present for a container.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: