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

[Controller] Populate init and sidecar containers when updating a function #3216

Merged
merged 3 commits into from
Apr 15, 2024

Conversation

TomerShor
Copy link
Contributor

When updating a deployment, do not ignore the init and sidecar containers as they might change as well.
For init containers - recreate the containers list from scratch.
For sidecars - keep the first container (the main nuclio function container) and recreate the sidecar containers.

Resolves https://iguazio.atlassian.net/browse/NUC-172

@TomerShor TomerShor requested a review from rokatyy April 15, 2024 09:37
Copy link
Contributor

@rokatyy rokatyy left a comment

Choose a reason for hiding this comment

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

LGTM!

@TomerShor TomerShor merged commit fd9c87f into nuclio:development Apr 15, 2024
11 checks passed
@TomerShor TomerShor deleted the bugfix/NUC-172-update-sidecar branch April 15, 2024 14:40
TomerShor added a commit to TomerShor/nuclio that referenced this pull request Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants