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

Create statefulset even on cert update failure #1981

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Feb 12, 2024

Objective:

To be able to create statefulset even if there is an error when updating the certificate

User Story:

We got stuck waiting for the ss while applying cert-manager. Just notify the issue but create the ss no matter what.

Additional info:

This isn't necessarily a problem since we've merged this PR: #1847.

Scenario:

When a user deletes the StatefulSet, we no longer see any pods, making it difficult to identify the issue. We would prefer encountering a TLS issue in the Minio logs that we can resolve with an external certificate rather than being stuck without a StatefulSet.

@dvaldivia dvaldivia merged commit a5bc5e1 into minio:master Feb 12, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants