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

GKE terraform #585

Merged
merged 11 commits into from
Jun 18, 2019
Merged

GKE terraform #585

merged 11 commits into from
Jun 18, 2019

Commits on Jun 15, 2019

  1. GKE terraform

    * use gcloud CLI for service account provisioning
    * provide option to use small instances or prod instances
    * local-exec scripts: add set -e and make idempotent
    gregwebs committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    746f6e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    d0be82a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Tennix <tennix@users.noreply.github.com>
    gregwebs and tennix authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    18cd912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abff23c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    48a9df5 View commit details
    Browse the repository at this point in the history
  2. local volume provisioner install script improvements

    add DEBIAN_FRONTEND=noninteractive
    this is still needed even when using -y
    
    add dpkg configure -a which can be needed
    gregwebs committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    23d3071 View commit details
    Browse the repository at this point in the history
  3. don't auto-upgrade/repair

    gregwebs committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    2206312 View commit details
    Browse the repository at this point in the history
  4. create the TiKV pool first

    The local volume provisioner startup can take some time
    gregwebs committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a5e8f3f View commit details
    Browse the repository at this point in the history
  5. add a maintenance window

    gregwebs committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c82753e View commit details
    Browse the repository at this point in the history
  6. fix comment

    gregwebs committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8d8f6c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf151ab View commit details
    Browse the repository at this point in the history