Skip to content

Conversation

rowansmithau
Copy link
Contributor

Updated the Kubernetes Deployment spec.strategy.type field to be of type Recreate in order to properly handle upgrades/restarts as the default deployment creates a PVC of type ReadWriteOnce and could only be assigned to one replica.

Existing behaviour results in replacement pods sitting in a waiting state because of volume attach failures.

@rowansmithau rowansmithau self-assigned this Sep 8, 2025
@rowansmithau rowansmithau added the bug Something isn't working label Sep 8, 2025
Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

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

Thank you!

@code-asher code-asher merged commit b5af68b into main Sep 8, 2025
2 checks passed
@code-asher code-asher deleted the chore/update_deployment_strategy branch September 8, 2025 17:21
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants