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

k8s: Support StatefulSet and PersistentVolume in Helm chart #2248

Merged
merged 4 commits into from Nov 16, 2016

Commits on Nov 15, 2016

  1. Add proxy URLs to NOTES.txt

    enisoc committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c00cc1c View commit details
    Browse the repository at this point in the history
  2. Use init-containers to clean up ugly 'su' commands

    The volume init commands that needed to be run as root are now
    separated into an init-container, so the main container can directly run
    as the vitess user (uid 999).
    enisoc committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    bc02ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58020dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6b2c77 View commit details
    Browse the repository at this point in the history