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

[DM-19745] Single machine deployment of the DM-EFD using k3s ("kubes") #20

Closed
wants to merge 2 commits into from

Commits on May 14, 2019

  1. Assume the cluster already exists

    - Remove the gke cluster creation
    - Assume a cluster already exists and use config_path to connect to it
    - This is a first step to separate the cluster creation from the
    application deployment
    afausti committed May 14, 2019
    Configuration menu
    Copy the full SHA
    433aaa9 View commit details
    Browse the repository at this point in the history
  2. Specify storage class and influxdb disk size

    - Add variable to specify the storage class to be used for all persistent volumes.
    - For k3s deployment use the 'local-path' storage class
    - Add variable to specify the influxdb disk size.
    afausti committed May 14, 2019
    Configuration menu
    Copy the full SHA
    94a30ad View commit details
    Browse the repository at this point in the history