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

Use init container for per-pod config #47

Merged
merged 8 commits into from
Jul 27, 2017
Merged

Commits on Jul 26, 2017

  1. With explicit log4j path we can change config mount ...

    to not mix with sample config.
    
    See solsson/dockerfiles#10.
    solsson committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    5bb49e3 View commit details
    Browse the repository at this point in the history
  2. Default shell on Debian shows the same symptom ...

    of not forwarding signals as Alpine did.
    Kafka logs say nothing, and after 30s the container is terminated.
    With /bin/bash instead the log indicates shutdown behavior.
    
    This reverts commit c188f43.
    solsson committed Jul 26, 2017
    1 Configuration menu
    Copy the full SHA
    a2d324d View commit details
    Browse the repository at this point in the history
  3. Demonstrates how an init script can be used to ...

    modify config prior to kafka start. My aim with this is to
    get rid of the /bin/sh startup scripts and use bin + args directly.
    solsson committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    be5a820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d534e8 View commit details
    Browse the repository at this point in the history
  5. With no bash tricks in command we can use the actual bin ...

    avoiding a layer of indirection and the associated gotchas with signals.
    solsson committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    bfe7e31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fda7bdb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    082f57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b848f85 View commit details
    Browse the repository at this point in the history