Skip to content
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

Merged
merged 3 commits into from
Jan 28, 2022
Merged

Support for container log max files in logging config #1759

merged 3 commits into from
Jan 28, 2022

Conversation

ahmedwaleedmalik
Copy link
Member

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?:

Support for ContainerLogMaxFiles in LoggingConfig

Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
@kubermatic-bot kubermatic-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 28, 2022
@@ -47,5 +47,4 @@ EOF
xargs -0 go run ./hack/apidoc-gen/main.go -section-link="#${version}" >> "${docfile}"
}

genVersionedDoc "v1beta1"
Copy link
Member Author

@ahmedwaleedmalik ahmedwaleedmalik Jan 28, 2022

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>
Copy link
Member

@kron4eg kron4eg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 28, 2022
@kubermatic-bot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 6973b2c61e6255c6b2a62c0e37f9a52c33b29ed6

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 28, 2022
@ahmedwaleedmalik
Copy link
Member Author

/test pull-kubeone-e2e-aws-upgrade-1.20-1.21

@kubermatic-bot kubermatic-bot merged commit 10b6fa0 into kubermatic:master Jan 28, 2022
@kubermatic-bot kubermatic-bot added this to the KubeOne 1.4 milestone Jan 28, 2022
@ahmedwaleedmalik ahmedwaleedmalik deleted the container-log-max-files branch January 28, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants