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

feat: Add support for k8s Init-Containers. #3399

Merged

Conversation

kaiwalyajoshi
Copy link

What problem are we solving?

We want external Filer-Stores to be installed, and be ready before starting Filer. Otherwise Filer will Crashloop until the external Filer-Stores are ready.

How are we solving the problem?

Add support for user-defined Init Containers. These Init-Containers can check if the external Filer-Store is ready.

We are adding init-containers to all components here, so users can use them as needed.

Checks

  • I have added unit tests if possible.
  • I will add related wiki document changes and link to this PR after merging.

@chrislusf chrislusf merged commit fdd85b3 into seaweedfs:master Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants