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

Add custom sidecar containers pod extension #372

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

gabrieljackson
Copy link
Collaborator

@gabrieljackson gabrieljackson commented Jan 2, 2024

This new pod extension allows for additional containers to be injected into the Mattermost app pod.

In the future, this pod extension may be migrated to the init container style of sidecars that was recently introduced in k8s v1.28. https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/

Fixes https://mattermost.atlassian.net/browse/CLD-6896 and mattermost/mattermost#16876

Add custom sidecar containers pod extension

@mm-cloud-bot mm-cloud-bot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jan 2, 2024
This new pod extension allows for additional containers to be added
to the primary Mattermost app pod.

In the future, this pod extension may be migrated to the init
container style of sidecars that was recently introduced in k8s.
@gabrieljackson gabrieljackson marked this pull request as ready for review January 9, 2024 17:19
@gabrieljackson gabrieljackson added 2: Dev Review Requires review by a developer 2: Infra Review Requires review by a SRE kind/feature Categorizes issue or PR as related to a new feature. labels Jan 9, 2024
Copy link
Contributor

@stafot stafot left a comment

Choose a reason for hiding this comment

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

LGTM

@gabrieljackson gabrieljackson added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a developer 2: Infra Review Requires review by a SRE labels Jan 17, 2024
@gabrieljackson gabrieljackson merged commit 12083ae into master Jan 17, 2024
5 checks passed
@gabrieljackson gabrieljackson deleted the custom-sidecars branch January 17, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants